From 28eeeac9b4d19f77b3774293a8de86d60ef482f4 Mon Sep 17 00:00:00 2001 From: Sapan Saxena Date: Fri, 3 Apr 2020 17:57:02 -0700 Subject: [PATCH 1/2] Add cmdlet to invoke edge module method --- .../ScenarioTests/IotHubDPModuleTests.ps1 | 6 +- .../TestAzureIotHubModuleLifecycle.json | 651 ++++++++++-------- src/IotHub/IotHub/Az.IotHub.psd1 | 3 +- src/IotHub/IotHub/ChangeLog.md | 1 + .../Module/InvokeAzIotHubModuleMethod.cs | 132 ++++ .../help/Invoke-AzIotHubModuleMethod.md | 265 +++++++ 6 files changed, 765 insertions(+), 293 deletions(-) create mode 100644 src/IotHub/IotHub/IotHub/DataPlane/Module/InvokeAzIotHubModuleMethod.cs create mode 100644 src/IotHub/IotHub/help/Invoke-AzIotHubModuleMethod.md diff --git a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPModuleTests.ps1 b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPModuleTests.ps1 index 19dbbd5d6d48..ac226c74d5ef 100644 --- a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPModuleTests.ps1 +++ b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPModuleTests.ps1 @@ -76,7 +76,11 @@ function Test-AzureRmIotHubModuleLifecycle Assert-True { $module.DeviceId -eq $device1 } Assert-True { $module.Authentication.Type -eq 'SelfSigned' } - # Update Device + # Invoke direct method on device module + $errorMessage = 'Timed out waiting for device to connect.' + Assert-ThrowsContains { Invoke-AzIotHubModuleMethod -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -ModuleId $module1 -Name "SetTelemetryInterval" } $errorMessage + + # Update Module $updatedModule1 = Set-AzIoTHubModule -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -ModuleId $module1 -AuthMethod 'x509_ca' Assert-True { $updatedModule1.Id -eq $module1 } Assert-True { $updatedModule1.DeviceId -eq $device1 } diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json index 7a88592835c3..72beeb837526 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d0caaea-3684-4ddc-85c5-4739f17b1c71" + "a1d07a15-f8d9-49c0-ba47-38dd7fa4d28c" ], "Accept-Language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.27817.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" ] }, "ResponseHeaders": { @@ -27,16 +27,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-request-id": [ - "7e1546db-c8e5-4051-909f-d30d91cf3a14" + "48a28cfb-52ba-408c-9bd3-bfdd162bcc87" ], "x-ms-correlation-request-id": [ - "7e1546db-c8e5-4051-909f-d30d91cf3a14" + "48a28cfb-52ba-408c-9bd3-bfdd162bcc87" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231227Z:7e1546db-c8e5-4051-909f-d30d91cf3a14" + "WESTUS2:20200409T041402Z:48a28cfb-52ba-408c-9bd3-bfdd162bcc87" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:12:27 GMT" + "Thu, 09 Apr 2020 04:14:01 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -54,20 +54,20 @@ "-1" ], "Content-Length": [ - "5705" + "5727" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices\",\r\n \"namespace\": \"Microsoft.Devices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0cd79364-7a90-4354-9984-6e36c841418d\",\r\n \"roleDefinitionId\": \"C121DF10-FE58-4BC4-97F9-8296879F7BBB\"\r\n },\r\n {\r\n \"applicationId\": \"29f411f1-b2cf-4043-8ac8-2185d7316811\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-09-01\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22-preview\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-09-25-preview\",\r\n \"2017-08-21-preview\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/eventGridFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-31\",\r\n \"2018-01-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2018-01-22-preview\",\r\n \"2017-09-25-preview\",\r\n \"2017-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools/IotHubTenants\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2018-01-22-preview\",\r\n \"2017-09-25-preview\",\r\n \"2017-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools/IotHubTenants/securitySettings\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices\",\r\n \"namespace\": \"Microsoft.Devices\",\r\n \"authorizations\": [\r\n {\r\n \"applicationId\": \"0cd79364-7a90-4354-9984-6e36c841418d\",\r\n \"roleDefinitionId\": \"C121DF10-FE58-4BC4-97F9-8296879F7BBB\"\r\n },\r\n {\r\n \"applicationId\": \"29f411f1-b2cf-4043-8ac8-2185d7316811\"\r\n },\r\n {\r\n \"applicationId\": \"89d10474-74af-4874-99a7-c23c2f643083\",\r\n \"roleDefinitionId\": \"7df22794-26e3-4f94-9d50-a4f0f6e1cb41\"\r\n }\r\n ],\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operationResults\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"East US\",\r\n \"South Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\r\n \"2020-01-01\",\r\n \"2019-11-04\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2019-03-22\",\r\n \"2018-12-01-preview\",\r\n \"2018-04-01\",\r\n \"2018-01-22\",\r\n \"2017-07-01\",\r\n \"2017-01-19\",\r\n \"2016-02-03\",\r\n \"2015-08-15-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/eventGridFilters\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2018-07-31\",\r\n \"2018-01-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Japan West\",\r\n \"Japan East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-01-01\",\r\n \"2018-01-22\",\r\n \"2017-11-15\",\r\n \"2017-08-21-preview\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2018-01-22-preview\",\r\n \"2017-09-25-preview\",\r\n \"2017-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools/IotHubTenants\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2018-01-22-preview\",\r\n \"2017-09-25-preview\",\r\n \"2017-07-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools/IotHubTenants/securitySettings\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"East US 2\",\r\n \"Central US\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"South India\",\r\n \"Central India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"Brazil South\",\r\n \"South Central US\",\r\n \"Korea South\",\r\n \"Korea Central\",\r\n \"France Central\",\r\n \"North Central US\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourcegroups/ps5201?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzNTIwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourcegroups/ps8456?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzODQ1Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "45715bd2-010e-4969-8be1-521349dfd90b" + "094a473d-d79d-4187-b863-ff95569e301d" ], "Accept-Language": [ "en-US" @@ -76,7 +76,7 @@ "FxVersion/4.6.27817.03", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.7" + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.11" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "515f2c32-0500-4554-b28f-a44756bf9613" + "035e8e05-b4ec-459f-bc42-18ad0b4aa0d2" ], "x-ms-correlation-request-id": [ - "515f2c32-0500-4554-b28f-a44756bf9613" + "035e8e05-b4ec-459f-bc42-18ad0b4aa0d2" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231228Z:515f2c32-0500-4554-b28f-a44756bf9613" + "WESTUS2:20200409T041403Z:035e8e05-b4ec-459f-bc42-18ad0b4aa0d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:12:28 GMT" + "Thu, 09 Apr 2020 04:14:02 GMT" ], "Content-Length": [ "165" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201\",\r\n \"name\": \"ps5201\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456\",\r\n \"name\": \"ps8456\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "014fee84-99b8-4443-9a12-da46578d5a63" + "7c6668ca-2eba-4a09-bfdd-40565844db01" ], "Accept-Language": [ "en-US" @@ -159,7 +159,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfZjVmYmU5YzktMWMzZS00ZjY3LTgzZjQtMDBlYzQzNjlkOGIw?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo" + "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfZGI4YTczMjEtYmY2Yi00MTIyLWEwMjAtNGU0ODFkOGZjMzcy?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -168,13 +168,13 @@ "4999" ], "x-ms-request-id": [ - "604dcadd-ee3d-4fb9-b302-6a670e91695e" + "3531c8eb-3c51-468f-bdb5-d89997dbca5a" ], "x-ms-correlation-request-id": [ - "604dcadd-ee3d-4fb9-b302-6a670e91695e" + "3531c8eb-3c51-468f-bdb5-d89997dbca5a" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231247Z:604dcadd-ee3d-4fb9-b302-6a670e91695e" + "WESTUS2:20200409T041419Z:3531c8eb-3c51-468f-bdb5-d89997dbca5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,10 +183,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:12:46 GMT" + "Thu, 09 Apr 2020 04:14:19 GMT" ], "Content-Length": [ - "619" + "615" ], "Content-Type": [ "application/json; charset=utf-8" @@ -195,12 +195,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"properties\": {\r\n \"state\": \"Activating\",\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"properties\": {\r\n \"state\": \"Activating\",\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfZjVmYmU5YzktMWMzZS00ZjY3LTgzZjQtMDBlYzQzNjlkOGIw?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWmpWbVltVTVZemt0TVdNelpTMDBaalkzTFRnelpqUXRNREJsWXpRek5qbGtPR0l3P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfZGI4YTczMjEtYmY2Yi00MTIyLWEwMjAtNGU0ODFkOGZjMzcy?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWkdJNFlUY3pNakV0WW1ZMllpMDBNVEl5TFdFd01qQXROR1UwT0RGa09HWmpNemN5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -218,20 +218,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "8c104089-fa6d-49fa-b39a-ec0ec7d879ae" + "95a37d1e-8d80-4f7b-8646-5379af91bb53" ], "x-ms-correlation-request-id": [ - "8c104089-fa6d-49fa-b39a-ec0ec7d879ae" + "95a37d1e-8d80-4f7b-8646-5379af91bb53" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231317Z:8c104089-fa6d-49fa-b39a-ec0ec7d879ae" + "WESTUS2:20200409T041449Z:95a37d1e-8d80-4f7b-8646-5379af91bb53" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,7 +240,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:13:16 GMT" + "Thu, 09 Apr 2020 04:14:49 GMT" ], "Content-Length": [ "20" @@ -256,8 +256,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfZjVmYmU5YzktMWMzZS00ZjY3LTgzZjQtMDBlYzQzNjlkOGIw?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWmpWbVltVTVZemt0TVdNelpTMDBaalkzTFRnelpqUXRNREJsWXpRek5qbGtPR0l3P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfZGI4YTczMjEtYmY2Yi00MTIyLWEwMjAtNGU0ODFkOGZjMzcy?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWkdJNFlUY3pNakV0WW1ZMllpMDBNVEl5TFdFd01qQXROR1UwT0RGa09HWmpNemN5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -275,20 +275,20 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-request-id": [ - "ba66738f-ca2d-4cb1-86ea-0186d70ed964" + "abcba154-3ecc-47e4-a991-2d35781eb406" ], "x-ms-correlation-request-id": [ - "ba66738f-ca2d-4cb1-86ea-0186d70ed964" + "abcba154-3ecc-47e4-a991-2d35781eb406" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231347Z:ba66738f-ca2d-4cb1-86ea-0186d70ed964" + "WESTUS2:20200409T041519Z:abcba154-3ecc-47e4-a991-2d35781eb406" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,7 +297,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:13:46 GMT" + "Thu, 09 Apr 2020 04:15:19 GMT" ], "Content-Length": [ "20" @@ -313,8 +313,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfZjVmYmU5YzktMWMzZS00ZjY3LTgzZjQtMDBlYzQzNjlkOGIw?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWmpWbVltVTVZemt0TVdNelpTMDBaalkzTFRnelpqUXRNREJsWXpRek5qbGtPR0l3P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfZGI4YTczMjEtYmY2Yi00MTIyLWEwMjAtNGU0ODFkOGZjMzcy?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWkdJNFlUY3pNakV0WW1ZMllpMDBNVEl5TFdFd01qQXROR1UwT0RGa09HWmpNemN5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -339,13 +339,13 @@ "11997" ], "x-ms-request-id": [ - "a18833c3-d054-4ec6-8d43-6294a1dd8610" + "61fc54d2-d61c-47c7-b83d-57ae094eefc3" ], "x-ms-correlation-request-id": [ - "a18833c3-d054-4ec6-8d43-6294a1dd8610" + "61fc54d2-d61c-47c7-b83d-57ae094eefc3" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231417Z:a18833c3-d054-4ec6-8d43-6294a1dd8610" + "WESTUS2:20200409T041550Z:61fc54d2-d61c-47c7-b83d-57ae094eefc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,10 +354,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:17 GMT" + "Thu, 09 Apr 2020 04:15:49 GMT" ], "Content-Length": [ - "20" + "22" ], "Content-Type": [ "application/json; charset=utf-8" @@ -366,12 +366,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfZjVmYmU5YzktMWMzZS00ZjY3LTgzZjQtMDBlYzQzNjlkOGIw?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWmpWbVltVTVZemt0TVdNelpTMDBaalkzTFRnelpqUXRNREJsWXpRek5qbGtPR0l3P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -396,13 +396,13 @@ "11996" ], "x-ms-request-id": [ - "12102c4a-6614-4042-8e59-2a4d8b1dbf5b" + "e61995a9-2e64-42d0-b7b7-9cdb32f1ffd2" ], "x-ms-correlation-request-id": [ - "12102c4a-6614-4042-8e59-2a4d8b1dbf5b" + "e61995a9-2e64-42d0-b7b7-9cdb32f1ffd2" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231447Z:12102c4a-6614-4042-8e59-2a4d8b1dbf5b" + "WESTUS2:20200409T041550Z:e61995a9-2e64-42d0-b7b7-9cdb32f1ffd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,10 +411,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:47 GMT" + "Thu, 09 Apr 2020 04:15:49 GMT" ], "Content-Length": [ - "22" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -423,15 +423,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "364b65ec-7d93-400d-94a5-20b56c196bba" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.27817.03", "OSName/Windows", @@ -453,13 +459,13 @@ "11995" ], "x-ms-request-id": [ - "732187a0-9428-464e-80fc-0adbc0122eaa" + "79a6a184-7212-4104-98ae-a96be1307ac8" ], "x-ms-correlation-request-id": [ - "732187a0-9428-464e-80fc-0adbc0122eaa" + "79a6a184-7212-4104-98ae-a96be1307ac8" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231448Z:732187a0-9428-464e-80fc-0adbc0122eaa" + "WESTUS2:20200409T041551Z:79a6a184-7212-4104-98ae-a96be1307ac8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -468,10 +474,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:47 GMT" + "Thu, 09 Apr 2020 04:15:50 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -480,17 +486,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24bc806d-eb3c-42d5-a6ed-79ca511418c0" + "d2096975-7b8e-46ed-8c29-68e534c4445e" ], "Accept-Language": [ "en-US" @@ -516,13 +522,13 @@ "11994" ], "x-ms-request-id": [ - "142c250b-5698-4f83-8ad4-16e2a5437ab4" + "460095f4-f14c-47a5-a8a8-2714bbbf006f" ], "x-ms-correlation-request-id": [ - "142c250b-5698-4f83-8ad4-16e2a5437ab4" + "460095f4-f14c-47a5-a8a8-2714bbbf006f" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231448Z:142c250b-5698-4f83-8ad4-16e2a5437ab4" + "WESTUS2:20200409T041551Z:460095f4-f14c-47a5-a8a8-2714bbbf006f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -531,10 +537,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:48 GMT" + "Thu, 09 Apr 2020 04:15:51 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -543,17 +549,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6939036f-f00b-4cee-ad38-890c84fc7b50" + "2c8b5b8e-d924-4721-800c-2089eeedc6a6" ], "Accept-Language": [ "en-US" @@ -579,13 +585,13 @@ "11993" ], "x-ms-request-id": [ - "b200d601-2e11-4b65-b183-c01fbbdd8b0d" + "a71ec609-677c-4986-ae47-ed96b1993b77" ], "x-ms-correlation-request-id": [ - "b200d601-2e11-4b65-b183-c01fbbdd8b0d" + "a71ec609-677c-4986-ae47-ed96b1993b77" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231449Z:b200d601-2e11-4b65-b183-c01fbbdd8b0d" + "WESTUS2:20200409T041553Z:a71ec609-677c-4986-ae47-ed96b1993b77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -594,10 +600,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:48 GMT" + "Thu, 09 Apr 2020 04:15:52 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -606,17 +612,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4a46f26-ac26-4d0d-8e4e-e7cd5699bc23" + "5802a64f-d93c-4995-b646-d28e7a665493" ], "Accept-Language": [ "en-US" @@ -642,13 +648,13 @@ "11992" ], "x-ms-request-id": [ - "b80d1699-ec01-464e-a2a8-07baeb77e078" + "a8eb9fdd-9084-4052-9719-89f33ac99ca4" ], "x-ms-correlation-request-id": [ - "b80d1699-ec01-464e-a2a8-07baeb77e078" + "a8eb9fdd-9084-4052-9719-89f33ac99ca4" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231450Z:b80d1699-ec01-464e-a2a8-07baeb77e078" + "WESTUS2:20200409T041554Z:a8eb9fdd-9084-4052-9719-89f33ac99ca4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -657,10 +663,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:49 GMT" + "Thu, 09 Apr 2020 04:15:53 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -669,17 +675,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "492e728b-8acd-40ff-8592-fc29c3aaef8b" + "c48abba4-c8e5-4cbb-a4cd-fb4401c23ce5" ], "Accept-Language": [ "en-US" @@ -705,13 +711,13 @@ "11991" ], "x-ms-request-id": [ - "d588a7af-7693-4384-b08e-15c01ab57d54" + "da2cb15e-94eb-4a77-a62e-2bd11decf34f" ], "x-ms-correlation-request-id": [ - "d588a7af-7693-4384-b08e-15c01ab57d54" + "da2cb15e-94eb-4a77-a62e-2bd11decf34f" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231451Z:d588a7af-7693-4384-b08e-15c01ab57d54" + "WESTUS2:20200409T041555Z:da2cb15e-94eb-4a77-a62e-2bd11decf34f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -720,10 +726,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:50 GMT" + "Thu, 09 Apr 2020 04:15:54 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -732,17 +738,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcc40b28-38e2-498b-ab3d-e34a8b5977c2" + "c0895419-3ccb-4971-833e-5a348ce7dca4" ], "Accept-Language": [ "en-US" @@ -768,13 +774,13 @@ "11990" ], "x-ms-request-id": [ - "5db1369c-0564-4e64-90cc-2ccd20084e0d" + "ad354ee5-3017-472b-bd3e-6c31be4c55d1" ], "x-ms-correlation-request-id": [ - "5db1369c-0564-4e64-90cc-2ccd20084e0d" + "ad354ee5-3017-472b-bd3e-6c31be4c55d1" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231452Z:5db1369c-0564-4e64-90cc-2ccd20084e0d" + "WESTUS2:20200409T041556Z:ad354ee5-3017-472b-bd3e-6c31be4c55d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -783,10 +789,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:51 GMT" + "Thu, 09 Apr 2020 04:15:55 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -795,17 +801,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9af33972-28a4-4419-aae6-763d24d72ab1" + "110d7650-a1bf-4864-a513-728884951394" ], "Accept-Language": [ "en-US" @@ -831,13 +837,13 @@ "11989" ], "x-ms-request-id": [ - "97d39879-1444-47f2-8626-bd284975ac93" + "6cf2baa4-3914-41f1-a0d0-388967901235" ], "x-ms-correlation-request-id": [ - "97d39879-1444-47f2-8626-bd284975ac93" + "6cf2baa4-3914-41f1-a0d0-388967901235" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231452Z:97d39879-1444-47f2-8626-bd284975ac93" + "WESTUS2:20200409T041557Z:6cf2baa4-3914-41f1-a0d0-388967901235" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -846,10 +852,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:52 GMT" + "Thu, 09 Apr 2020 04:15:56 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -858,17 +864,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa6edcda-3a0b-4485-a78c-b78c4fa7bf40" + "6af0ced5-0aea-43fe-b817-e3a279614df8" ], "Accept-Language": [ "en-US" @@ -894,13 +900,13 @@ "11988" ], "x-ms-request-id": [ - "124ab282-f7cd-4431-9450-35956c8ba03b" + "c4aaa916-55ac-4292-8845-0828edf3ce70" ], "x-ms-correlation-request-id": [ - "124ab282-f7cd-4431-9450-35956c8ba03b" + "c4aaa916-55ac-4292-8845-0828edf3ce70" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231453Z:124ab282-f7cd-4431-9450-35956c8ba03b" + "WESTUS2:20200409T041558Z:c4aaa916-55ac-4292-8845-0828edf3ce70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -909,10 +915,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:53 GMT" + "Thu, 09 Apr 2020 04:15:57 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -921,17 +927,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "80aba0b4-1dc3-4f08-90a8-b992dfd36578" + "dd994875-3352-4cf6-b9cb-6240fe69995f" ], "Accept-Language": [ "en-US" @@ -957,13 +963,13 @@ "11987" ], "x-ms-request-id": [ - "4af0e6ce-1b1f-4935-9f36-24ad276e197f" + "61e2a161-72a3-4c78-b5bc-56d94a769747" ], "x-ms-correlation-request-id": [ - "4af0e6ce-1b1f-4935-9f36-24ad276e197f" + "61e2a161-72a3-4c78-b5bc-56d94a769747" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231454Z:4af0e6ce-1b1f-4935-9f36-24ad276e197f" + "WESTUS2:20200409T041558Z:61e2a161-72a3-4c78-b5bc-56d94a769747" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -972,10 +978,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:54 GMT" + "Thu, 09 Apr 2020 04:15:57 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -984,17 +990,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd47a1af-6016-4654-b81f-f90d15f264c0" + "7d877158-0306-4500-9bbe-550134ce9937" ], "Accept-Language": [ "en-US" @@ -1020,13 +1026,13 @@ "11986" ], "x-ms-request-id": [ - "07f6d37e-deb9-4efb-b7c3-0a2376684f2a" + "24745190-aed9-4858-90e0-507b1c18ffa0" ], "x-ms-correlation-request-id": [ - "07f6d37e-deb9-4efb-b7c3-0a2376684f2a" + "24745190-aed9-4858-90e0-507b1c18ffa0" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231455Z:07f6d37e-deb9-4efb-b7c3-0a2376684f2a" + "WESTUS2:20200409T041610Z:24745190-aed9-4858-90e0-507b1c18ffa0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1035,10 +1041,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:54 GMT" + "Thu, 09 Apr 2020 04:16:09 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1047,17 +1053,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4824d18a-b530-448b-9e0d-c378aff01813" + "6a5069e3-dc96-4b28-b536-70bb257c0dd0" ], "Accept-Language": [ "en-US" @@ -1076,20 +1082,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "ef664aff-fc00-4da6-96af-db29360a682d" + "8f4417d9-000f-494d-bba5-82b115a0506e" ], "x-ms-correlation-request-id": [ - "ef664aff-fc00-4da6-96af-db29360a682d" + "8f4417d9-000f-494d-bba5-82b115a0506e" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231456Z:ef664aff-fc00-4da6-96af-db29360a682d" + "WESTUS2:20200409T041611Z:8f4417d9-000f-494d-bba5-82b115a0506e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1098,10 +1104,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:55 GMT" + "Thu, 09 Apr 2020 04:16:10 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1110,17 +1116,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9ff79449-400b-482c-8aca-b803e630d21b" + "f71673b1-aa2b-41d8-9e98-104dad3a8664" ], "Accept-Language": [ "en-US" @@ -1146,13 +1152,13 @@ "11984" ], "x-ms-request-id": [ - "cf273048-4b23-44e8-a438-20783fd04a93" + "999d6172-badf-406d-928a-559bca68495b" ], "x-ms-correlation-request-id": [ - "cf273048-4b23-44e8-a438-20783fd04a93" + "999d6172-badf-406d-928a-559bca68495b" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231456Z:cf273048-4b23-44e8-a438-20783fd04a93" + "WESTUS2:20200409T041612Z:999d6172-badf-406d-928a-559bca68495b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1161,10 +1167,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:56 GMT" + "Thu, 09 Apr 2020 04:16:11 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1173,17 +1179,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6ef66fc8-42b3-4a4b-8970-7a6c19b9c668" + "6c1c942c-69bd-4bdd-a3c1-0f4b0fa9ad52" ], "Accept-Language": [ "en-US" @@ -1209,13 +1215,13 @@ "11983" ], "x-ms-request-id": [ - "aa7816c7-81f7-46f6-b0cd-ca7cf3990f33" + "b7d52f39-1099-49ad-99da-0cb17d4e5460" ], "x-ms-correlation-request-id": [ - "aa7816c7-81f7-46f6-b0cd-ca7cf3990f33" + "b7d52f39-1099-49ad-99da-0cb17d4e5460" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231457Z:aa7816c7-81f7-46f6-b0cd-ca7cf3990f33" + "WESTUS2:20200409T041613Z:b7d52f39-1099-49ad-99da-0cb17d4e5460" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1224,10 +1230,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:57 GMT" + "Thu, 09 Apr 2020 04:16:12 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1236,17 +1242,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0Mzc/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4ec2c2f1-5e8b-4ba9-8ac9-93485bc40e3d" + "b271dae0-e446-4a4a-b684-cb2ff6b27e06" ], "Accept-Language": [ "en-US" @@ -1272,13 +1278,13 @@ "11982" ], "x-ms-request-id": [ - "125be985-dcb0-468c-90c7-3faa4d71a36b" + "d29e948a-f1cd-4538-a7c2-7d16feaef03e" ], "x-ms-correlation-request-id": [ - "125be985-dcb0-468c-90c7-3faa4d71a36b" + "d29e948a-f1cd-4538-a7c2-7d16feaef03e" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231458Z:125be985-dcb0-468c-90c7-3faa4d71a36b" + "WESTUS2:20200409T041614Z:d29e948a-f1cd-4538-a7c2-7d16feaef03e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1287,10 +1293,10 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:58 GMT" + "Thu, 09 Apr 2020 04:16:13 GMT" ], "Content-Length": [ - "1460" + "1450" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1299,17 +1305,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437\",\r\n \"name\": \"ps4437\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps5201\",\r\n \"etag\": \"AAAAAAttlBE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps4437.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps4437\",\r\n \"endpoint\": \"sb://iothub-ns-ps4437-2933291-9be205ffd6.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89\",\r\n \"name\": \"ps89\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps8456\",\r\n \"etag\": \"AAAAAAyod/0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps89.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps89\",\r\n \"endpoint\": \"sb://iothub-ns-ps89-3220439-0b979d9f0a.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fbb382a6-d33e-45f7-8ff3-d06a50fa0ebd" + "4f00db7c-3f84-4cda-b7e0-52ace0cc977f" ], "Accept-Language": [ "en-US" @@ -1335,13 +1341,13 @@ "1199" ], "x-ms-request-id": [ - "4ad9d6d4-906d-4977-b9f7-9baf43d6a061" + "2eb96bda-3237-4540-ac23-0cb9863bea8e" ], "x-ms-correlation-request-id": [ - "4ad9d6d4-906d-4977-b9f7-9baf43d6a061" + "2eb96bda-3237-4540-ac23-0cb9863bea8e" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231449Z:4ad9d6d4-906d-4977-b9f7-9baf43d6a061" + "WESTUS2:20200409T041552Z:2eb96bda-3237-4540-ac23-0cb9863bea8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1350,7 +1356,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:49 GMT" + "Thu, 09 Apr 2020 04:15:51 GMT" ], "Content-Length": [ "905" @@ -1362,17 +1368,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1752b59e-2f42-42e9-bfff-32e724885324" + "1b529b63-87f3-4733-a302-154aff40181d" ], "Accept-Language": [ "en-US" @@ -1398,13 +1404,13 @@ "1198" ], "x-ms-request-id": [ - "178ba8db-5c91-4752-8606-71a0220da7a4" + "12f6e846-92c1-44c4-a155-b257ae4867cd" ], "x-ms-correlation-request-id": [ - "178ba8db-5c91-4752-8606-71a0220da7a4" + "12f6e846-92c1-44c4-a155-b257ae4867cd" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231450Z:178ba8db-5c91-4752-8606-71a0220da7a4" + "WESTUS2:20200409T041553Z:12f6e846-92c1-44c4-a155-b257ae4867cd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1413,7 +1419,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:50 GMT" + "Thu, 09 Apr 2020 04:15:52 GMT" ], "Content-Length": [ "905" @@ -1425,17 +1431,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fd0e64af-56a2-4bd2-b375-442b5c0a3584" + "32ce807f-b2a4-44ed-b71f-1b132c4da449" ], "Accept-Language": [ "en-US" @@ -1461,13 +1467,13 @@ "1197" ], "x-ms-request-id": [ - "de4f07de-dd93-4ada-9bea-3c6c5b8d5f87" + "1a20f726-857c-4570-9121-d7ef27a82d46" ], "x-ms-correlation-request-id": [ - "de4f07de-dd93-4ada-9bea-3c6c5b8d5f87" + "1a20f726-857c-4570-9121-d7ef27a82d46" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231451Z:de4f07de-dd93-4ada-9bea-3c6c5b8d5f87" + "WESTUS2:20200409T041554Z:1a20f726-857c-4570-9121-d7ef27a82d46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1476,7 +1482,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:50 GMT" + "Thu, 09 Apr 2020 04:15:53 GMT" ], "Content-Length": [ "905" @@ -1488,17 +1494,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acc568ed-1c62-4bc6-9f11-a596ec038b2e" + "63c19f87-83be-4122-9dca-4b41697d5b4a" ], "Accept-Language": [ "en-US" @@ -1524,13 +1530,13 @@ "1196" ], "x-ms-request-id": [ - "5da2ede2-4e52-4103-9dff-c762847bc11b" + "2fbcb634-0459-47f8-b585-4d64e702e711" ], "x-ms-correlation-request-id": [ - "5da2ede2-4e52-4103-9dff-c762847bc11b" + "2fbcb634-0459-47f8-b585-4d64e702e711" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231452Z:5da2ede2-4e52-4103-9dff-c762847bc11b" + "WESTUS2:20200409T041555Z:2fbcb634-0459-47f8-b585-4d64e702e711" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1539,7 +1545,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:51 GMT" + "Thu, 09 Apr 2020 04:15:54 GMT" ], "Content-Length": [ "905" @@ -1551,17 +1557,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a4b818f-7cb2-4a8b-8f50-d6678d5c435c" + "8c35d073-6ca3-4cef-ac2b-db43f052b40b" ], "Accept-Language": [ "en-US" @@ -1587,13 +1593,13 @@ "1195" ], "x-ms-request-id": [ - "dc73d479-f8ca-4716-98bd-b80da65fd032" + "2488e4ef-4773-4cfa-b857-32bc4d47c8b2" ], "x-ms-correlation-request-id": [ - "dc73d479-f8ca-4716-98bd-b80da65fd032" + "2488e4ef-4773-4cfa-b857-32bc4d47c8b2" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231453Z:dc73d479-f8ca-4716-98bd-b80da65fd032" + "WESTUS2:20200409T041556Z:2488e4ef-4773-4cfa-b857-32bc4d47c8b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1602,7 +1608,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:52 GMT" + "Thu, 09 Apr 2020 04:15:55 GMT" ], "Content-Length": [ "905" @@ -1614,17 +1620,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b3e11afd-6d86-41b5-8236-c96d4a727ec6" + "e4056318-a06b-4b4f-9692-0d394639395a" ], "Accept-Language": [ "en-US" @@ -1650,13 +1656,13 @@ "1194" ], "x-ms-request-id": [ - "266c23a2-db5b-4b29-9738-286947b107cd" + "cf3cd6a9-7e10-4b92-b770-c28903eb8476" ], "x-ms-correlation-request-id": [ - "266c23a2-db5b-4b29-9738-286947b107cd" + "cf3cd6a9-7e10-4b92-b770-c28903eb8476" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231453Z:266c23a2-db5b-4b29-9738-286947b107cd" + "WESTUS2:20200409T041557Z:cf3cd6a9-7e10-4b92-b770-c28903eb8476" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1665,7 +1671,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:53 GMT" + "Thu, 09 Apr 2020 04:15:56 GMT" ], "Content-Length": [ "905" @@ -1677,17 +1683,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f274c17-333f-480e-9584-47d0a9f337b4" + "d08ae84a-894a-410e-b51a-03133d969a0a" ], "Accept-Language": [ "en-US" @@ -1713,13 +1719,13 @@ "1193" ], "x-ms-request-id": [ - "212e08cd-91cc-490c-ad1a-41e17bdb1c59" + "ef2d3c51-ee5c-4ee1-b1c2-31e50f6935b9" ], "x-ms-correlation-request-id": [ - "212e08cd-91cc-490c-ad1a-41e17bdb1c59" + "ef2d3c51-ee5c-4ee1-b1c2-31e50f6935b9" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231454Z:212e08cd-91cc-490c-ad1a-41e17bdb1c59" + "WESTUS2:20200409T041558Z:ef2d3c51-ee5c-4ee1-b1c2-31e50f6935b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1728,7 +1734,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:54 GMT" + "Thu, 09 Apr 2020 04:15:57 GMT" ], "Content-Length": [ "905" @@ -1740,17 +1746,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "589bfba9-8d41-4ba3-9dd7-2746820cf804" + "07623b54-3ce9-4b65-9858-aa634e4acf67" ], "Accept-Language": [ "en-US" @@ -1776,13 +1782,13 @@ "1192" ], "x-ms-request-id": [ - "accb24c3-f628-4bf3-8568-b3d2e5e51e80" + "e8b5fa43-59dd-4bb5-b07f-3c0ac287c64c" ], "x-ms-correlation-request-id": [ - "accb24c3-f628-4bf3-8568-b3d2e5e51e80" + "e8b5fa43-59dd-4bb5-b07f-3c0ac287c64c" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231455Z:accb24c3-f628-4bf3-8568-b3d2e5e51e80" + "WESTUS2:20200409T041559Z:e8b5fa43-59dd-4bb5-b07f-3c0ac287c64c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1791,7 +1797,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:55 GMT" + "Thu, 09 Apr 2020 04:15:59 GMT" ], "Content-Length": [ "905" @@ -1803,17 +1809,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b7d98b0-c8df-41e0-bacf-05d799511a54" + "bb01c4d3-ac38-4eab-837a-bf267255e45b" ], "Accept-Language": [ "en-US" @@ -1839,13 +1845,13 @@ "1191" ], "x-ms-request-id": [ - "afb4fd7b-a9b7-49b4-bd64-48f37c059110" + "5bab870a-63c6-4b51-81cc-c891a13bc9bc" ], "x-ms-correlation-request-id": [ - "afb4fd7b-a9b7-49b4-bd64-48f37c059110" + "5bab870a-63c6-4b51-81cc-c891a13bc9bc" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231456Z:afb4fd7b-a9b7-49b4-bd64-48f37c059110" + "WESTUS2:20200409T041610Z:5bab870a-63c6-4b51-81cc-c891a13bc9bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1854,7 +1860,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:55 GMT" + "Thu, 09 Apr 2020 04:16:10 GMT" ], "Content-Length": [ "905" @@ -1866,17 +1872,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d2609c0-63a0-4752-8655-f3dc168063f4" + "d1865e12-e54c-4174-8548-1003b9d815ae" ], "Accept-Language": [ "en-US" @@ -1902,13 +1908,13 @@ "1190" ], "x-ms-request-id": [ - "6a3c70bd-21a6-4fae-9fa6-1311efe502be" + "48f28851-a923-4236-8cf6-9e15007411ae" ], "x-ms-correlation-request-id": [ - "6a3c70bd-21a6-4fae-9fa6-1311efe502be" + "48f28851-a923-4236-8cf6-9e15007411ae" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231457Z:6a3c70bd-21a6-4fae-9fa6-1311efe502be" + "WESTUS2:20200409T041611Z:48f28851-a923-4236-8cf6-9e15007411ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1917,7 +1923,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:56 GMT" + "Thu, 09 Apr 2020 04:16:11 GMT" ], "Content-Length": [ "905" @@ -1929,17 +1935,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32a64938-9ae1-4d13-a653-0babe338e2f5" + "3064d550-4f4a-46ba-bf3c-b8d3480daae3" ], "Accept-Language": [ "en-US" @@ -1965,13 +1971,13 @@ "1189" ], "x-ms-request-id": [ - "a4346371-8326-4b12-89ba-0ea435b1606a" + "3714d385-7d8d-401d-baed-0f39116b6e60" ], "x-ms-correlation-request-id": [ - "a4346371-8326-4b12-89ba-0ea435b1606a" + "3714d385-7d8d-401d-baed-0f39116b6e60" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231457Z:a4346371-8326-4b12-89ba-0ea435b1606a" + "WESTUS2:20200409T041612Z:3714d385-7d8d-401d-baed-0f39116b6e60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1980,7 +1986,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:57 GMT" + "Thu, 09 Apr 2020 04:16:12 GMT" ], "Content-Length": [ "905" @@ -1992,17 +1998,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps5201/providers/Microsoft.Devices/IotHubs/ps4437/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNTIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ0MzcvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d2df108-a8f6-4f00-965a-e8a85ed48f0e" + "9c312d25-1ac7-4f92-8bb3-f53a7a8f335e" ], "Accept-Language": [ "en-US" @@ -2028,13 +2034,76 @@ "1188" ], "x-ms-request-id": [ - "5cf2db9f-df05-4b92-8d49-d55649695e30" + "6fad7ac3-024a-4b35-89c4-cd2cfa0ad099" + ], + "x-ms-correlation-request-id": [ + "6fad7ac3-024a-4b35-89c4-cd2cfa0ad099" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200409T041613Z:6fad7ac3-024a-4b35-89c4-cd2cfa0ad099" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 04:16:13 GMT" + ], + "Content-Length": [ + "905" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8456/providers/Microsoft.Devices/IotHubs/ps89/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODQ1Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczg5L2xpc3RrZXlzP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldw==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf6dc49c-46b1-4519-b361-2c668b75fb4b" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.IotHub.IotHubClient/2.10.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1187" + ], + "x-ms-request-id": [ + "ffb0c31f-9bc9-4f9e-9452-7df9191e314c" ], "x-ms-correlation-request-id": [ - "5cf2db9f-df05-4b92-8d49-d55649695e30" + "ffb0c31f-9bc9-4f9e-9452-7df9191e314c" ], "x-ms-routing-request-id": [ - "WESTUS:20200214T231458Z:5cf2db9f-df05-4b92-8d49-d55649695e30" + "WESTUS2:20200409T041614Z:ffb0c31f-9bc9-4f9e-9452-7df9191e314c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2043,7 +2112,7 @@ "nosniff" ], "Date": [ - "Fri, 14 Feb 2020 23:14:58 GMT" + "Thu, 09 Apr 2020 04:16:13 GMT" ], "Content-Length": [ "905" @@ -2055,17 +2124,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"kvFJgizuy51n61yT8Yo3rMETN05dey814GcwCyCiRsw=\",\r\n \"secondaryKey\": \"esgLkYrX3GonMutQ72IMI4OlhTj27wIi21iUSlGBpa0=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"dezGZ29IB8akVCk7ytHTPP0ea93a8ZUX9IV/M9dSypo=\",\r\n \"secondaryKey\": \"4JuDYngfP/XEmqgFNa9aTUH2cEys3qd0tkuQF9/cy9o=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"ixq71KsPZ4c69xDBwMHZBZQbvUOUAikKKwhVoz9c2RU=\",\r\n \"secondaryKey\": \"rcoQzdCSGVpvmTbqaGtzNwZt5HZBMnuu1xXydxFE/tE=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"tEC6UMqa6zVMOtYSqL61h+yleXkYM1cSvAa8jFInP78=\",\r\n \"secondaryKey\": \"JO6DPHCS5On0XtY/4L1JIT1/X9NyvYaIW31PeKI5U+U=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"98ecjPfxo8v8w6U4UA/t6WnFOGYm93VE031XnKdkVnc=\",\r\n \"secondaryKey\": \"UkbCJJtoYUc3eEk/0JodNS1Nl1spSTn2tRKp8/huQfA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"1hR6422taIuHi7mIMUEXS/W9yPQ0e+qdxWG2JiRsXUs=\",\r\n \"secondaryKey\": \"6FtuCp6l7vOj6ujct0g3BA56lqroaZ8sA9cjQfICWUA=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"38JkvCoE3HMXWFxbCZ3t+/y8HNy5f9lA2qBVaGyUpOE=\",\r\n \"secondaryKey\": \"GN4Wxa/M3r3+SxMEpgUWY+QduxNXgMLIQ1+RZKrWlAg=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"47UglKx5xIMTJoUa278Yi/KrCtpTD3tE4W9cs2kw8L0=\",\r\n \"secondaryKey\": \"IUzqH04WEt5kcJ4OV+HYNyQQHhW8DU8XZ1uKfGCOa4w=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"0ftZEhq4r55clZ3Oi7DGbWz0A5GOLtQCGqOuH9x8C7g=\",\r\n \"secondaryKey\": \"AYdXPmrP1BOF2BPeTjQcjKJWlA5WWjwzt80yoLdphlg=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"swR/D+TuAb4sif+48pK06GMML1cEZQ79kcBPW0IhgxU=\",\r\n \"secondaryKey\": \"LtmrtEy3LieVcdzI5TsTzNy8VYdj6JUt2g+1vfX+8AI=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": { "Test-AzureRmIotHubModuleLifecycle": [ - "ps4437", - "ps5201", - "ps2109", - "ps4868", - "ps3571" + "ps89", + "ps8456", + "ps5276", + "ps2275", + "ps6946" ] }, "Variables": { diff --git a/src/IotHub/IotHub/Az.IotHub.psd1 b/src/IotHub/IotHub/Az.IotHub.psd1 index e7f8af937590..6134a6b772dd 100644 --- a/src/IotHub/IotHub/Az.IotHub.psd1 +++ b/src/IotHub/IotHub/Az.IotHub.psd1 @@ -101,7 +101,8 @@ CmdletsToExport = 'Add-AzIotHubKey', 'Get-AzIotHubEventHubConsumerGroup', 'Set-AzIotHubDeviceParent', 'Add-AzIotHubDeviceChildren', 'Remove-AzIotHubDeviceChildren', 'Get-AzIotHubDeviceChildren', 'Get-AzIotHubDistributedTracing', 'Set-AzIotHubDistributedTracing', - 'Get-AzIotHubDeviceTwin', 'Update-AzIotHubDeviceTwin', 'Invoke-AzIotHubDeviceMethod' + 'Get-AzIotHubDeviceTwin', 'Update-AzIotHubDeviceTwin', 'Invoke-AzIotHubDeviceMethod', + 'Invoke-AzIotHubModuleMethod' # Variables to export from this module # VariablesToExport = @() diff --git a/src/IotHub/IotHub/ChangeLog.md b/src/IotHub/IotHub/ChangeLog.md index f2ced1bea484..86eaa7416876 100644 --- a/src/IotHub/IotHub/ChangeLog.md +++ b/src/IotHub/IotHub/ChangeLog.md @@ -22,6 +22,7 @@ - `Get-AzIotHubDeviceTwin` - `Update-AzIotHubDeviceTwin` * Added cmdlet to invoke direct method on a device in an Iot Hub. +* Added cmdlet to invoke an edge module method in an Iot Hub. ## Version 2.3.0 * Added support to manage distributed settings per-device. New Cmdlets are: diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Module/InvokeAzIotHubModuleMethod.cs b/src/IotHub/IotHub/IotHub/DataPlane/Module/InvokeAzIotHubModuleMethod.cs new file mode 100644 index 000000000000..6fbaf2c0ca66 --- /dev/null +++ b/src/IotHub/IotHub/IotHub/DataPlane/Module/InvokeAzIotHubModuleMethod.cs @@ -0,0 +1,132 @@ +// ---------------------------------------------------------------------------------- +// +// Copyright Microsoft Corporation +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ---------------------------------------------------------------------------------- + +namespace Microsoft.Azure.Commands.Management.IotHub +{ + using System; + using System.Collections.Generic; + using System.Management.Automation; + using Microsoft.Azure.Commands.Management.IotHub.Common; + using Microsoft.Azure.Commands.Management.IotHub.Models; + using Microsoft.Azure.Devices; + using Microsoft.Azure.Management.IotHub; + using Microsoft.Azure.Management.IotHub.Models; + using Microsoft.WindowsAzure.Commands.Utilities.Common; + using ResourceManager.Common.ArgumentCompleters; + + [Cmdlet("Invoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "IotHubModuleMethod", DefaultParameterSetName = ResourceParameterSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSCloudToDeviceMethodResult))] + public class InvokeAzIotHubModuleMethod : IotHubBaseCmdlet + { + private const string ResourceIdParameterSet = "ResourceIdSet"; + private const string ResourceParameterSet = "ResourceSet"; + private const string InputObjectParameterSet = "InputObjectSet"; + + [Parameter(Position = 0, Mandatory = true, ParameterSetName = InputObjectParameterSet, ValueFromPipeline = true, HelpMessage = "IotHub object")] + [ValidateNotNullOrEmpty] + public PSIotHub InputObject { get; set; } + + [Parameter(Position = 0, Mandatory = true, ParameterSetName = ResourceIdParameterSet, ValueFromPipelineByPropertyName = true, HelpMessage = "IotHub Resource Id")] + [ValidateNotNullOrEmpty] + [ResourceIdCompleter("Microsoft.Devices/IotHubs")] + public string ResourceId { get; set; } + + [Parameter(Position = 0, Mandatory = true, ParameterSetName = ResourceParameterSet, HelpMessage = "Name of the Resource Group")] + [ValidateNotNullOrEmpty] + [ResourceGroupCompleter] + public string ResourceGroupName { get; set; } + + [Parameter(Position = 1, Mandatory = true, ParameterSetName = ResourceParameterSet, HelpMessage = "Name of the Iot Hub")] + [ValidateNotNullOrEmpty] + public string IotHubName { get; set; } + + [Parameter(Position = 1, Mandatory = true, ParameterSetName = InputObjectParameterSet, HelpMessage = "Target Device Id.")] + [Parameter(Position = 1, Mandatory = true, ParameterSetName = ResourceIdParameterSet, HelpMessage = "Target Device Id.")] + [Parameter(Position = 2, Mandatory = true, ParameterSetName = ResourceParameterSet, HelpMessage = "Target Device Id.")] + [ValidateNotNullOrEmpty] + public string DeviceId { get; set; } + + [Parameter(Position = 2, Mandatory = true, ParameterSetName = InputObjectParameterSet, HelpMessage = "Target device's module id.")] + [Parameter(Position = 2, Mandatory = true, ParameterSetName = ResourceIdParameterSet, HelpMessage = "Target device's module id.")] + [Parameter(Position = 3, Mandatory = true, ParameterSetName = ResourceParameterSet, HelpMessage = "Target device's module id.")] + [ValidateNotNullOrEmpty] + public string ModuleId { get; set; } + + [Parameter(Mandatory = true, HelpMessage = "The name of the method to invoke on this device module.")] + public string Name { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "The payload for the method to invoke on this device module.")] + public string Payload { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "Number of seconds to wait until a result is received from the direct method. Default is 10.")] + public int ResponseTimeOut { get; set; } + + [Parameter(Mandatory = false, HelpMessage = "Number of seconds to wait until a connection is successfully made. Default is 10.")] + [ValidateRange(10, 300)] + public int ConnectionTimeOut { get; set; } + + public override void ExecuteCmdlet() + { + if (ShouldProcess(this.IotHubName, Properties.Resources.InvokeIotHubDeviceMethod)) + { + IotHubDescription iotHubDescription; + if (ParameterSetName.Equals(InputObjectParameterSet)) + { + this.ResourceGroupName = this.InputObject.Resourcegroup; + this.IotHubName = this.InputObject.Name; + iotHubDescription = IotHubUtils.ConvertObject(this.InputObject); + } + else + { + if (ParameterSetName.Equals(ResourceIdParameterSet)) + { + this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.ResourceId); + this.IotHubName = IotHubUtils.GetIotHubName(this.ResourceId); + } + + iotHubDescription = this.IotHubClient.IotHubResource.Get(this.ResourceGroupName, this.IotHubName); + } + + IEnumerable authPolicies = this.IotHubClient.IotHubResource.ListKeys(this.ResourceGroupName, this.IotHubName); + SharedAccessSignatureAuthorizationRule policy = IotHubUtils.GetPolicy(authPolicies, PSAccessRights.ServiceConnect); + PSIotHubConnectionString psIotHubConnectionString = IotHubUtils.ToPSIotHubConnectionString(policy, iotHubDescription.Properties.HostName); + ServiceClient serviceClient = ServiceClient.CreateFromConnectionString(psIotHubConnectionString.PrimaryConnectionString); + + if (!this.IsParameterBound(c => c.ResponseTimeOut)) + { + this.ResponseTimeOut = 10; + } + + if (!this.IsParameterBound(c => c.ConnectionTimeOut)) + { + this.ConnectionTimeOut = 10; + } + + CloudToDeviceMethod method = new CloudToDeviceMethod(this.Name, new TimeSpan(0, 0, this.ResponseTimeOut), new TimeSpan(0, 0, this.ConnectionTimeOut)); + if (this.IsParameterBound(c => c.Payload)) + { + method = method.SetPayloadJson(this.Payload); + } + + CloudToDeviceMethodResult result = serviceClient.InvokeDeviceMethodAsync(this.DeviceId, this.ModuleId, method).GetAwaiter().GetResult(); + PSCloudToDeviceMethodResult psCloudToDeviceMethodResult = new PSCloudToDeviceMethodResult() + { + Status = result.Status, + Payload = result.GetPayloadAsJson() + }; + this.WriteObject(psCloudToDeviceMethodResult); + } + } + } +} diff --git a/src/IotHub/IotHub/help/Invoke-AzIotHubModuleMethod.md b/src/IotHub/IotHub/help/Invoke-AzIotHubModuleMethod.md new file mode 100644 index 000000000000..55e77413f8e1 --- /dev/null +++ b/src/IotHub/IotHub/help/Invoke-AzIotHubModuleMethod.md @@ -0,0 +1,265 @@ +--- +external help file: Microsoft.Azure.PowerShell.Cmdlets.IotHub.dll-Help.xml +Module Name: Az.IotHub +online version: https://docs.microsoft.com/en-us/powershell/module/az.iothub/invoke-aziothubmodulemethod +schema: 2.0.0 +--- + +# Invoke-AzIotHubModuleMethod + +## SYNOPSIS +Invoke an Edge module method. + +## SYNTAX + +### ResourceSet (Default) +``` +Invoke-AzIotHubModuleMethod [-ResourceGroupName] [-IotHubName] [-DeviceId] + [-ModuleId] -Name [-Payload ] [-ResponseTimeOut ] + [-ConnectionTimeOut ] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### InputObjectSet +``` +Invoke-AzIotHubModuleMethod [-InputObject] [-DeviceId] [-ModuleId] -Name + [-Payload ] [-ResponseTimeOut ] [-ConnectionTimeOut ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceIdSet +``` +Invoke-AzIotHubModuleMethod [-ResourceId] [-DeviceId] [-ModuleId] -Name + [-Payload ] [-ResponseTimeOut ] [-ConnectionTimeOut ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Invoke an Edge module method. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-direct-methods for more information. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Invoke-AzIotHubModuleMethod -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -ModuleId "myModule1" -Name "methodName" -Payload "method-input" -ResponseTimeOut 20 -ConnectionTimeOut 15 +``` + +Invoke an Edge module method. + +## PARAMETERS + +### -ConnectionTimeOut +Number of seconds to wait until a connection is successfully made. +Default is 10. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DeviceId +Target Device Id. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +IotHub object + +```yaml +Type: PSIotHub +Parameter Sets: InputObjectSet +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -IotHubName +Name of the Iot Hub + +```yaml +Type: String +Parameter Sets: ResourceSet +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ModuleId +Target device's module id. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: 2 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +The name of the method to invoke on this device module. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Payload +The payload for the method to invoke on this device module. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Name of the Resource Group + +```yaml +Type: String +Parameter Sets: ResourceSet +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +IotHub Resource Id + +```yaml +Type: String +Parameter Sets: ResourceIdSet +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -ResponseTimeOut +Number of seconds to wait until a result is received from the direct method. +Default is 10. + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. +For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.Commands.Management.IotHub.Models.PSIotHub + +### System.String + +## OUTPUTS + +### Microsoft.Azure.Commands.Management.IotHub.Models.PSCloudToDeviceMethodResult + +## NOTES + +## RELATED LINKS From 8d8ecb836ba9df9d561c87a0a9c0237b2104597c Mon Sep 17 00:00:00 2001 From: Sapan Saxena Date: Thu, 9 Apr 2020 08:58:21 -0700 Subject: [PATCH 2/2] Re-record test session --- .../TestAzureIotHubModuleLifecycle.json | 814 ++++++++++-------- 1 file changed, 470 insertions(+), 344 deletions(-) diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json index c92c9043400b..38d0fef8e7d5 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f70b79a0-952a-473e-a672-6ffd5f8667c3" + "4f698661-10ee-4a34-a0d6-daa5b4e25c5a" ], "Accept-Language": [ "en-US" @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "986faa6f-7ede-4d2b-8272-96be0f81d9b5" + "76d3b570-692d-4244-a43b-72f96286037b" ], "x-ms-correlation-request-id": [ - "986faa6f-7ede-4d2b-8272-96be0f81d9b5" + "76d3b570-692d-4244-a43b-72f96286037b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191139Z:986faa6f-7ede-4d2b-8272-96be0f81d9b5" + "WESTUS2:20200409T155128Z:76d3b570-692d-4244-a43b-72f96286037b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:11:39 GMT" + "Thu, 09 Apr 2020 15:51:28 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -61,13 +61,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourcegroups/ps3819?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzMzgxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourcegroups/ps2201?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzMjIwMT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f6e091d2-7212-420a-99ca-3273539f6dd2" + "6b580585-bb97-494c-b7d1-b29168b94643" ], "Accept-Language": [ "en-US" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "88264c43-887a-46ec-8eea-c9c3f1f63491" + "ae3bf889-54eb-4070-be5f-c5764bffd92e" ], "x-ms-correlation-request-id": [ - "88264c43-887a-46ec-8eea-c9c3f1f63491" + "ae3bf889-54eb-4070-be5f-c5764bffd92e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191141Z:88264c43-887a-46ec-8eea-c9c3f1f63491" + "WESTUS2:20200409T155130Z:ae3bf889-54eb-4070-be5f-c5764bffd92e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:11:40 GMT" + "Thu, 09 Apr 2020 15:51:29 GMT" ], "Content-Length": [ "165" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819\",\r\n \"name\": \"ps3819\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201\",\r\n \"name\": \"ps2201\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fbb3478f-eb02-4018-97de-daace177468f" + "5b226067-264e-47a1-ac61-02c6f08d156b" ], "Accept-Language": [ "en-US" @@ -159,7 +159,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfMWVhYzQ4M2QtNTBhZS00MjhhLWE1YmItNGY5ZWJjNzJmODM5?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo" + "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfOTVmNmJjNzktODljYy00MzFhLWIzMTctZDMzYjMxNTg4ZmRh?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -168,13 +168,13 @@ "4999" ], "x-ms-request-id": [ - "6ec68361-d575-4824-9581-1393c6640ecf" + "b2990e3f-7ca0-4868-9fbe-84df4ced9644" ], "x-ms-correlation-request-id": [ - "6ec68361-d575-4824-9581-1393c6640ecf" + "b2990e3f-7ca0-4868-9fbe-84df4ced9644" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191157Z:6ec68361-d575-4824-9581-1393c6640ecf" + "WESTUS2:20200409T155144Z:b2990e3f-7ca0-4868-9fbe-84df4ced9644" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,10 +183,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:11:57 GMT" + "Thu, 09 Apr 2020 15:51:44 GMT" ], "Content-Length": [ - "619" + "617" ], "Content-Type": [ "application/json; charset=utf-8" @@ -195,12 +195,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"properties\": {\r\n \"state\": \"Activating\",\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"properties\": {\r\n \"state\": \"Activating\",\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfMWVhYzQ4M2QtNTBhZS00MjhhLWE1YmItNGY5ZWJjNzJmODM5?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTVdWaFl6UTRNMlF0TlRCaFpTMDBNamhoTFdFMVltSXROR1k1WldKak56Sm1PRE01P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfOTVmNmJjNzktODljYy00MzFhLWIzMTctZDMzYjMxNTg4ZmRh?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmT1RWbU5tSmpOemt0T0Rsall5MDBNekZoTFdJek1UY3RaRE16WWpNeE5UZzRabVJoP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -218,20 +218,20 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], "x-ms-request-id": [ - "d185af77-77f9-427b-bac9-36369400b462" + "6038e532-1f8a-40fa-9f49-3bdfb8aed95d" ], "x-ms-correlation-request-id": [ - "d185af77-77f9-427b-bac9-36369400b462" + "6038e532-1f8a-40fa-9f49-3bdfb8aed95d" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191228Z:d185af77-77f9-427b-bac9-36369400b462" + "WESTUS2:20200409T155215Z:6038e532-1f8a-40fa-9f49-3bdfb8aed95d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,7 +240,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:12:27 GMT" + "Thu, 09 Apr 2020 15:52:14 GMT" ], "Content-Length": [ "20" @@ -256,8 +256,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfMWVhYzQ4M2QtNTBhZS00MjhhLWE1YmItNGY5ZWJjNzJmODM5?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTVdWaFl6UTRNMlF0TlRCaFpTMDBNamhoTFdFMVltSXROR1k1WldKak56Sm1PRE01P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfOTVmNmJjNzktODljYy00MzFhLWIzMTctZDMzYjMxNTg4ZmRh?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmT1RWbU5tSmpOemt0T0Rsall5MDBNekZoTFdJek1UY3RaRE16WWpNeE5UZzRabVJoP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -275,20 +275,20 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], "x-ms-request-id": [ - "605f7482-7f30-4c46-9022-bc378f08618f" + "b019e6b9-130b-41a6-b65e-adda406cb92c" ], "x-ms-correlation-request-id": [ - "605f7482-7f30-4c46-9022-bc378f08618f" + "b019e6b9-130b-41a6-b65e-adda406cb92c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191258Z:605f7482-7f30-4c46-9022-bc378f08618f" + "WESTUS2:20200409T155245Z:b019e6b9-130b-41a6-b65e-adda406cb92c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,7 +297,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:12:57 GMT" + "Thu, 09 Apr 2020 15:52:45 GMT" ], "Content-Length": [ "20" @@ -313,8 +313,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfMWVhYzQ4M2QtNTBhZS00MjhhLWE1YmItNGY5ZWJjNzJmODM5?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTVdWaFl6UTRNMlF0TlRCaFpTMDBNamhoTFdFMVltSXROR1k1WldKak56Sm1PRE01P2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfOTVmNmJjNzktODljYy00MzFhLWIzMTctZDMzYjMxNTg4ZmRh?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmT1RWbU5tSmpOemt0T0Rsall5MDBNekZoTFdJek1UY3RaRE16WWpNeE5UZzRabVJoP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -339,13 +339,13 @@ "11997" ], "x-ms-request-id": [ - "a8a7f44a-5a15-4520-87f6-77fe5a607721" + "4392aa37-11da-4305-a2a3-931258131a66" ], "x-ms-correlation-request-id": [ - "a8a7f44a-5a15-4520-87f6-77fe5a607721" + "4392aa37-11da-4305-a2a3-931258131a66" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191328Z:a8a7f44a-5a15-4520-87f6-77fe5a607721" + "WESTUS2:20200409T155315Z:4392aa37-11da-4305-a2a3-931258131a66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,7 +354,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:28 GMT" + "Thu, 09 Apr 2020 15:53:14 GMT" ], "Content-Length": [ "22" @@ -370,8 +370,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -396,13 +396,13 @@ "11996" ], "x-ms-request-id": [ - "4d9712cc-0a3d-457a-8ccf-53e85a02be5c" + "8ee41170-691c-42b5-923d-97efe73a380e" ], "x-ms-correlation-request-id": [ - "4d9712cc-0a3d-457a-8ccf-53e85a02be5c" + "8ee41170-691c-42b5-923d-97efe73a380e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191329Z:4d9712cc-0a3d-457a-8ccf-53e85a02be5c" + "WESTUS2:20200409T155316Z:8ee41170-691c-42b5-923d-97efe73a380e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,10 +411,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:29 GMT" + "Thu, 09 Apr 2020 15:53:15 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -423,17 +423,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f9424907-4412-4766-b40d-15613aceb184" + "03ca28a1-cb2b-410b-9cc6-3df8c4af1414" ], "Accept-Language": [ "en-US" @@ -459,13 +459,13 @@ "11995" ], "x-ms-request-id": [ - "0367009c-3317-44c5-bd53-22447c633789" + "1fa003e2-18cc-41f9-9008-a2fede696894" ], "x-ms-correlation-request-id": [ - "0367009c-3317-44c5-bd53-22447c633789" + "1fa003e2-18cc-41f9-9008-a2fede696894" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191330Z:0367009c-3317-44c5-bd53-22447c633789" + "WESTUS2:20200409T155316Z:1fa003e2-18cc-41f9-9008-a2fede696894" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -474,10 +474,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:29 GMT" + "Thu, 09 Apr 2020 15:53:15 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -486,17 +486,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f6b8ffd-8aaa-4eab-9407-952898716aa3" + "a69cb937-1350-4a71-84ee-b8635a845afb" ], "Accept-Language": [ "en-US" @@ -522,13 +522,13 @@ "11994" ], "x-ms-request-id": [ - "eee3c2ad-ef12-46ba-a470-016b8121505d" + "7f61a853-555c-4e7c-8d98-819e178ff42c" ], "x-ms-correlation-request-id": [ - "eee3c2ad-ef12-46ba-a470-016b8121505d" + "7f61a853-555c-4e7c-8d98-819e178ff42c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191330Z:eee3c2ad-ef12-46ba-a470-016b8121505d" + "WESTUS2:20200409T155317Z:7f61a853-555c-4e7c-8d98-819e178ff42c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,10 +537,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:30 GMT" + "Thu, 09 Apr 2020 15:53:17 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -549,17 +549,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1dcccb9-1c42-4e46-9dde-8909d57ada23" + "d3eeebce-7cad-4ee9-88a4-94a06ac10ce6" ], "Accept-Language": [ "en-US" @@ -585,13 +585,13 @@ "11993" ], "x-ms-request-id": [ - "1885a626-ecca-44a3-8480-684da6caf10e" + "6cc16c37-5cd5-477d-8edd-55c3f8fd7bbf" ], "x-ms-correlation-request-id": [ - "1885a626-ecca-44a3-8480-684da6caf10e" + "6cc16c37-5cd5-477d-8edd-55c3f8fd7bbf" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191331Z:1885a626-ecca-44a3-8480-684da6caf10e" + "WESTUS2:20200409T155318Z:6cc16c37-5cd5-477d-8edd-55c3f8fd7bbf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -600,10 +600,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:31 GMT" + "Thu, 09 Apr 2020 15:53:18 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -612,17 +612,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ff274b2-c20c-4225-995b-7f378025285d" + "61a598e8-fc25-495b-91ae-6ee3ffbbb51b" ], "Accept-Language": [ "en-US" @@ -648,13 +648,13 @@ "11992" ], "x-ms-request-id": [ - "b703bf27-5428-489b-bef4-f8bf0685e2ae" + "7689a7ee-a3c0-4818-8855-fb6b699409b0" ], "x-ms-correlation-request-id": [ - "b703bf27-5428-489b-bef4-f8bf0685e2ae" + "7689a7ee-a3c0-4818-8855-fb6b699409b0" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191333Z:b703bf27-5428-489b-bef4-f8bf0685e2ae" + "WESTUS2:20200409T155319Z:7689a7ee-a3c0-4818-8855-fb6b699409b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -663,10 +663,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:32 GMT" + "Thu, 09 Apr 2020 15:53:19 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -675,17 +675,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "521afffd-9bc6-42c6-8a26-8b1efebea2f1" + "8b9797a0-9d05-4d01-b470-a7f5ce122236" ], "Accept-Language": [ "en-US" @@ -711,13 +711,13 @@ "11991" ], "x-ms-request-id": [ - "e54d2d6a-e728-4f91-ba86-1a8205f906f0" + "1c5c8518-ee99-4c8d-acb0-f21f74f1d810" ], "x-ms-correlation-request-id": [ - "e54d2d6a-e728-4f91-ba86-1a8205f906f0" + "1c5c8518-ee99-4c8d-acb0-f21f74f1d810" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191334Z:e54d2d6a-e728-4f91-ba86-1a8205f906f0" + "WESTUS2:20200409T155320Z:1c5c8518-ee99-4c8d-acb0-f21f74f1d810" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -726,10 +726,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:34 GMT" + "Thu, 09 Apr 2020 15:53:20 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -738,17 +738,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b8d19c5f-54fc-42b2-8524-974be7196420" + "11f7010f-4667-4398-8645-281a16aacb3c" ], "Accept-Language": [ "en-US" @@ -774,13 +774,13 @@ "11990" ], "x-ms-request-id": [ - "ee270e79-4e49-4f63-86f8-3ecd4c5b1825" + "f2384839-d3dc-49d0-8614-877c57bd5f98" ], "x-ms-correlation-request-id": [ - "ee270e79-4e49-4f63-86f8-3ecd4c5b1825" + "f2384839-d3dc-49d0-8614-877c57bd5f98" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191335Z:ee270e79-4e49-4f63-86f8-3ecd4c5b1825" + "WESTUS2:20200409T155321Z:f2384839-d3dc-49d0-8614-877c57bd5f98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -789,10 +789,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:35 GMT" + "Thu, 09 Apr 2020 15:53:21 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -801,17 +801,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dda592e8-fa9c-4ca5-b75d-451ea242d20e" + "8650fb25-1e33-42b3-8498-c4313b8a8310" ], "Accept-Language": [ "en-US" @@ -837,13 +837,13 @@ "11989" ], "x-ms-request-id": [ - "b67dc5b0-9cc4-4e42-b4df-b251ba918555" + "8eae3762-09f3-48da-9a7c-f0e8f84952f8" ], "x-ms-correlation-request-id": [ - "b67dc5b0-9cc4-4e42-b4df-b251ba918555" + "8eae3762-09f3-48da-9a7c-f0e8f84952f8" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191337Z:b67dc5b0-9cc4-4e42-b4df-b251ba918555" + "WESTUS2:20200409T155322Z:8eae3762-09f3-48da-9a7c-f0e8f84952f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -852,10 +852,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:36 GMT" + "Thu, 09 Apr 2020 15:53:22 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -864,17 +864,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53f9ea82-d9df-4ef2-b14a-14714255e583" + "49ca3780-d8d3-4655-8aa7-6a2cd85cf7d9" ], "Accept-Language": [ "en-US" @@ -900,13 +900,13 @@ "11988" ], "x-ms-request-id": [ - "ec58e8cf-fbbd-4838-8e26-74036a96f60b" + "a5a4d3bf-1ad8-4386-a6db-d52e6e42ae4c" ], "x-ms-correlation-request-id": [ - "ec58e8cf-fbbd-4838-8e26-74036a96f60b" + "a5a4d3bf-1ad8-4386-a6db-d52e6e42ae4c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191338Z:ec58e8cf-fbbd-4838-8e26-74036a96f60b" + "WESTUS2:20200409T155323Z:a5a4d3bf-1ad8-4386-a6db-d52e6e42ae4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,10 +915,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:37 GMT" + "Thu, 09 Apr 2020 15:53:23 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -927,17 +927,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bbc5fe1-b4f4-409f-82a7-154bbe3ed589" + "736a2ee3-8c7e-4255-aa70-d00cbf172bb4" ], "Accept-Language": [ "en-US" @@ -963,13 +963,13 @@ "11987" ], "x-ms-request-id": [ - "6d5c8f9d-dd19-4caa-980d-fc3e568c4dba" + "bea028db-c3b2-46dd-95e3-defc207af1dc" ], "x-ms-correlation-request-id": [ - "6d5c8f9d-dd19-4caa-980d-fc3e568c4dba" + "bea028db-c3b2-46dd-95e3-defc207af1dc" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191339Z:6d5c8f9d-dd19-4caa-980d-fc3e568c4dba" + "WESTUS2:20200409T155324Z:bea028db-c3b2-46dd-95e3-defc207af1dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,10 +978,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:38 GMT" + "Thu, 09 Apr 2020 15:53:24 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -990,17 +990,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fae24df8-3699-4a32-bb14-666da8e75ac5" + "4024a637-fe79-4f89-a410-35853a1ef4fd" ], "Accept-Language": [ "en-US" @@ -1026,13 +1026,13 @@ "11986" ], "x-ms-request-id": [ - "becf73c5-79ae-4ff8-9ef7-319e1d36511e" + "e23d290c-1e0e-40b8-94f6-d817aa6b04fa" ], "x-ms-correlation-request-id": [ - "becf73c5-79ae-4ff8-9ef7-319e1d36511e" + "e23d290c-1e0e-40b8-94f6-d817aa6b04fa" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191340Z:becf73c5-79ae-4ff8-9ef7-319e1d36511e" + "WESTUS2:20200409T155325Z:e23d290c-1e0e-40b8-94f6-d817aa6b04fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1041,10 +1041,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:39 GMT" + "Thu, 09 Apr 2020 15:53:25 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1053,17 +1053,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d37b60c-ca51-484f-b3d9-6ef87972f1b3" + "ab899534-61d3-4225-bd4b-3703a32148a9" ], "Accept-Language": [ "en-US" @@ -1089,13 +1089,13 @@ "11985" ], "x-ms-request-id": [ - "46224137-8d55-4480-af02-4f5f6ab1b557" + "5d021f9f-1709-44d2-b065-daff23b00ab2" ], "x-ms-correlation-request-id": [ - "46224137-8d55-4480-af02-4f5f6ab1b557" + "5d021f9f-1709-44d2-b065-daff23b00ab2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191341Z:46224137-8d55-4480-af02-4f5f6ab1b557" + "WESTUS2:20200409T155326Z:5d021f9f-1709-44d2-b065-daff23b00ab2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1104,10 +1104,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:41 GMT" + "Thu, 09 Apr 2020 15:53:26 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,17 +1116,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e5caa6f6-2986-4cda-a246-9360fce9ea2e" + "b7150720-e7ca-412b-bfa8-39e9497e0a95" ], "Accept-Language": [ "en-US" @@ -1152,13 +1152,13 @@ "11984" ], "x-ms-request-id": [ - "4b1857de-f5c6-4b0b-996b-54f511f2aae7" + "5b3e682b-549a-44ed-8e1a-8d1373332bb1" ], "x-ms-correlation-request-id": [ - "4b1857de-f5c6-4b0b-996b-54f511f2aae7" + "5b3e682b-549a-44ed-8e1a-8d1373332bb1" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191342Z:4b1857de-f5c6-4b0b-996b-54f511f2aae7" + "WESTUS2:20200409T155327Z:5b3e682b-549a-44ed-8e1a-8d1373332bb1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1167,10 +1167,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:42 GMT" + "Thu, 09 Apr 2020 15:53:27 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1179,17 +1179,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fa2a228f-184c-4546-8129-f202cb49924b" + "dca04e98-8977-48e8-8649-89d09e2c7ead" ], "Accept-Language": [ "en-US" @@ -1215,13 +1215,13 @@ "11983" ], "x-ms-request-id": [ - "9dc317a1-c931-4526-a4b4-2e7d0f620341" + "a0ebcdcc-05cb-4460-8c09-4bfcee5f4ecf" ], "x-ms-correlation-request-id": [ - "9dc317a1-c931-4526-a4b4-2e7d0f620341" + "a0ebcdcc-05cb-4460-8c09-4bfcee5f4ecf" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191343Z:9dc317a1-c931-4526-a4b4-2e7d0f620341" + "WESTUS2:20200409T155328Z:a0ebcdcc-05cb-4460-8c09-4bfcee5f4ecf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1230,10 +1230,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:43 GMT" + "Thu, 09 Apr 2020 15:53:28 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1242,17 +1242,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c92f2c79-da82-46c4-9961-5a2b763585ae" + "68652e64-08ce-481b-9070-db9b02655a7f" ], "Accept-Language": [ "en-US" @@ -1271,20 +1271,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11982" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "4c7f9ba2-271b-470c-ad1b-b0e19f5e27ab" + "ea9431ff-b602-421a-be17-818ae835bd33" ], "x-ms-correlation-request-id": [ - "4c7f9ba2-271b-470c-ad1b-b0e19f5e27ab" + "ea9431ff-b602-421a-be17-818ae835bd33" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191344Z:4c7f9ba2-271b-470c-ad1b-b0e19f5e27ab" + "WESTUS2:20200409T155340Z:ea9431ff-b602-421a-be17-818ae835bd33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1293,10 +1293,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:44 GMT" + "Thu, 09 Apr 2020 15:53:39 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1305,17 +1305,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f72c226-ca20-426e-8224-3bbc442b6217" + "a5bd6690-6eaa-49db-862b-c86e45cc39c1" ], "Accept-Language": [ "en-US" @@ -1341,13 +1341,13 @@ "11981" ], "x-ms-request-id": [ - "eb759cec-3e9b-49c1-b939-391210736f54" + "0a0757e9-35b0-45c7-8911-8e5f93931b65" ], "x-ms-correlation-request-id": [ - "eb759cec-3e9b-49c1-b939-391210736f54" + "0a0757e9-35b0-45c7-8911-8e5f93931b65" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191345Z:eb759cec-3e9b-49c1-b939-391210736f54" + "WESTUS2:20200409T155341Z:0a0757e9-35b0-45c7-8911-8e5f93931b65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1356,10 +1356,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:45 GMT" + "Thu, 09 Apr 2020 15:53:40 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1368,17 +1368,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2f72d462-3585-4d8b-8514-e92a59aa335a" + "29bfa072-8545-4d2d-8a79-6dc1b3aa8fd4" ], "Accept-Language": [ "en-US" @@ -1404,13 +1404,13 @@ "11980" ], "x-ms-request-id": [ - "2204b100-278d-4194-91b4-b94b6826428f" + "dcf4c56d-33c3-4bf5-b145-8b2a24f09154" ], "x-ms-correlation-request-id": [ - "2204b100-278d-4194-91b4-b94b6826428f" + "dcf4c56d-33c3-4bf5-b145-8b2a24f09154" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191346Z:2204b100-278d-4194-91b4-b94b6826428f" + "WESTUS2:20200409T155342Z:dcf4c56d-33c3-4bf5-b145-8b2a24f09154" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1419,10 +1419,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:45 GMT" + "Thu, 09 Apr 2020 15:53:41 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1431,17 +1431,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83302886-e4ff-48e0-bd88-94e7d5b926d9" + "a54169ad-6cef-4927-8ef1-383a845efd20" ], "Accept-Language": [ "en-US" @@ -1467,13 +1467,13 @@ "11979" ], "x-ms-request-id": [ - "2324e703-d4c4-4a67-9935-0311c5fa6b43" + "fe683f94-7532-4c66-974b-6ba720770227" ], "x-ms-correlation-request-id": [ - "2324e703-d4c4-4a67-9935-0311c5fa6b43" + "fe683f94-7532-4c66-974b-6ba720770227" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191347Z:2324e703-d4c4-4a67-9935-0311c5fa6b43" + "WESTUS2:20200409T155343Z:fe683f94-7532-4c66-974b-6ba720770227" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1482,10 +1482,10 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:47 GMT" + "Thu, 09 Apr 2020 15:53:42 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1494,17 +1494,80 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783\",\r\n \"name\": \"ps9783\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps3819\",\r\n \"etag\": \"AAAAAAx+X+c=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9783.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps9783\",\r\n \"endpoint\": \"sb://iothub-ns-ps9783-3184801-43edc6e053.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e07d1545-a8f6-4063-b7c8-57ba064b1621" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.IotHub.IotHubClient/2.10.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], + "x-ms-request-id": [ + "ebbe52a7-eb2a-4b29-a86d-a34b44ec0c35" + ], + "x-ms-correlation-request-id": [ + "ebbe52a7-eb2a-4b29-a86d-a34b44ec0c35" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200409T155344Z:ebbe52a7-eb2a-4b29-a86d-a34b44ec0c35" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 15:53:43 GMT" + ], + "Content-Length": [ + "1455" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388\",\r\n \"name\": \"ps388\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"91d12660-3dec-467a-be2a-213b5544ddc0\",\r\n \"resourcegroup\": \"ps2201\",\r\n \"etag\": \"AAAAAAyrnIM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps388.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps388\",\r\n \"endpoint\": \"sb://iothub-ns-ps388-3222986-85fb262687.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n },\r\n \"storageEndpoints\": {\r\n \"$default\": {\r\n \"sasTtlAsIso8601\": \"PT1H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"enableFileUploadNotifications\": false,\r\n \"cloudToDevice\": {\r\n \"maxDeliveryCount\": 10,\r\n \"defaultTtlAsIso8601\": \"PT1H\",\r\n \"feedback\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 10\r\n }\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "427f798f-cadc-442b-8c6f-b39a4d6b3281" + "4a1d629a-090d-4278-92ec-5cd0839cc502" ], "Accept-Language": [ "en-US" @@ -1530,13 +1593,13 @@ "1199" ], "x-ms-request-id": [ - "414ee257-719d-48f0-895a-cfb0c66d0ea8" + "fb59792a-d302-474a-a99b-4527c3f11bf3" ], "x-ms-correlation-request-id": [ - "414ee257-719d-48f0-895a-cfb0c66d0ea8" + "fb59792a-d302-474a-a99b-4527c3f11bf3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191330Z:414ee257-719d-48f0-895a-cfb0c66d0ea8" + "WESTUS2:20200409T155317Z:fb59792a-d302-474a-a99b-4527c3f11bf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1545,7 +1608,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:30 GMT" + "Thu, 09 Apr 2020 15:53:17 GMT" ], "Content-Length": [ "905" @@ -1557,17 +1620,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b9b12f0-62b3-4f1c-9255-84048dc06d5c" + "eef8eca2-296b-4866-8117-b52b7e5f8e94" ], "Accept-Language": [ "en-US" @@ -1593,13 +1656,13 @@ "1198" ], "x-ms-request-id": [ - "59b4dd17-94b0-46ba-ae5f-330c6440a027" + "d1104f4a-ddbf-49e4-9cbe-bd27f876aa19" ], "x-ms-correlation-request-id": [ - "59b4dd17-94b0-46ba-ae5f-330c6440a027" + "d1104f4a-ddbf-49e4-9cbe-bd27f876aa19" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191332Z:59b4dd17-94b0-46ba-ae5f-330c6440a027" + "WESTUS2:20200409T155319Z:d1104f4a-ddbf-49e4-9cbe-bd27f876aa19" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1608,7 +1671,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:31 GMT" + "Thu, 09 Apr 2020 15:53:19 GMT" ], "Content-Length": [ "905" @@ -1620,17 +1683,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9f4b0cf-19f4-4c50-9588-6b475958a880" + "36ebb53b-8462-4339-8ae7-af4cb5fdf143" ], "Accept-Language": [ "en-US" @@ -1656,13 +1719,13 @@ "1197" ], "x-ms-request-id": [ - "d2bf4072-0d25-4508-8b91-691431f8250a" + "2058b2a6-0b90-4b59-b13b-668e651c656f" ], "x-ms-correlation-request-id": [ - "d2bf4072-0d25-4508-8b91-691431f8250a" + "2058b2a6-0b90-4b59-b13b-668e651c656f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191333Z:d2bf4072-0d25-4508-8b91-691431f8250a" + "WESTUS2:20200409T155320Z:2058b2a6-0b90-4b59-b13b-668e651c656f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1671,7 +1734,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:32 GMT" + "Thu, 09 Apr 2020 15:53:20 GMT" ], "Content-Length": [ "905" @@ -1683,17 +1746,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f14ba75e-fe60-4572-996b-640ce16b60e4" + "93f4a542-2bfa-45c1-8f6c-41f292512ec4" ], "Accept-Language": [ "en-US" @@ -1719,13 +1782,13 @@ "1196" ], "x-ms-request-id": [ - "110a6b4f-1a7b-459e-8c35-db61a3b9b604" + "d41bb185-79ce-46f6-81f9-5130522e6031" ], "x-ms-correlation-request-id": [ - "110a6b4f-1a7b-459e-8c35-db61a3b9b604" + "d41bb185-79ce-46f6-81f9-5130522e6031" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191334Z:110a6b4f-1a7b-459e-8c35-db61a3b9b604" + "WESTUS2:20200409T155321Z:d41bb185-79ce-46f6-81f9-5130522e6031" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1734,7 +1797,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:34 GMT" + "Thu, 09 Apr 2020 15:53:21 GMT" ], "Content-Length": [ "905" @@ -1746,17 +1809,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c715f74c-d948-43d1-89da-39b1393e244b" + "952ba37c-88c4-460f-8e0f-c2014f4c6278" ], "Accept-Language": [ "en-US" @@ -1782,13 +1845,13 @@ "1195" ], "x-ms-request-id": [ - "bca13e46-fa14-447d-8423-1b2f50c6de69" + "6580d0c3-072c-4d39-a058-46b9d5ed99b5" ], "x-ms-correlation-request-id": [ - "bca13e46-fa14-447d-8423-1b2f50c6de69" + "6580d0c3-072c-4d39-a058-46b9d5ed99b5" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191336Z:bca13e46-fa14-447d-8423-1b2f50c6de69" + "WESTUS2:20200409T155322Z:6580d0c3-072c-4d39-a058-46b9d5ed99b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1797,7 +1860,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:35 GMT" + "Thu, 09 Apr 2020 15:53:21 GMT" ], "Content-Length": [ "905" @@ -1809,17 +1872,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6c875e1-a255-4bee-be92-9feb6200f74a" + "77f0a989-af57-493e-a90f-82b4ef1cf0dd" ], "Accept-Language": [ "en-US" @@ -1845,13 +1908,13 @@ "1194" ], "x-ms-request-id": [ - "b425491c-7a77-4c4a-b147-384ab86e4ef8" + "31cd1062-1383-4f0f-ad44-bcac667948de" ], "x-ms-correlation-request-id": [ - "b425491c-7a77-4c4a-b147-384ab86e4ef8" + "31cd1062-1383-4f0f-ad44-bcac667948de" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191337Z:b425491c-7a77-4c4a-b147-384ab86e4ef8" + "WESTUS2:20200409T155322Z:31cd1062-1383-4f0f-ad44-bcac667948de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1860,7 +1923,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:36 GMT" + "Thu, 09 Apr 2020 15:53:22 GMT" ], "Content-Length": [ "905" @@ -1872,17 +1935,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a749d347-fd8a-4c29-9553-4821905737d8" + "b2dc6c07-fb8c-4560-811f-0a6fb7d8adc3" ], "Accept-Language": [ "en-US" @@ -1908,13 +1971,13 @@ "1193" ], "x-ms-request-id": [ - "e92941de-8e92-4dd2-91ac-964483086dcb" + "269ab96a-9d27-43a5-a559-0bbcba5e5aa2" ], "x-ms-correlation-request-id": [ - "e92941de-8e92-4dd2-91ac-964483086dcb" + "269ab96a-9d27-43a5-a559-0bbcba5e5aa2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191338Z:e92941de-8e92-4dd2-91ac-964483086dcb" + "WESTUS2:20200409T155323Z:269ab96a-9d27-43a5-a559-0bbcba5e5aa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1923,7 +1986,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:38 GMT" + "Thu, 09 Apr 2020 15:53:23 GMT" ], "Content-Length": [ "905" @@ -1935,17 +1998,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b6dc2a67-78dd-402c-8b08-c99c3be0d4cf" + "cb48baa8-4dea-490d-8ed1-03071ee80315" ], "Accept-Language": [ "en-US" @@ -1971,13 +2034,13 @@ "1192" ], "x-ms-request-id": [ - "3f555ae3-c6ed-4396-90b3-e8b78d586cfc" + "8ff8a998-fde0-4fdf-baa9-879cc289d114" ], "x-ms-correlation-request-id": [ - "3f555ae3-c6ed-4396-90b3-e8b78d586cfc" + "8ff8a998-fde0-4fdf-baa9-879cc289d114" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191339Z:3f555ae3-c6ed-4396-90b3-e8b78d586cfc" + "WESTUS2:20200409T155324Z:8ff8a998-fde0-4fdf-baa9-879cc289d114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1986,7 +2049,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:39 GMT" + "Thu, 09 Apr 2020 15:53:24 GMT" ], "Content-Length": [ "905" @@ -1998,17 +2061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77d8a90b-11e9-4f80-b576-ab3a94206b82" + "4b0d4485-6e64-42c2-a46d-2c6807197b7d" ], "Accept-Language": [ "en-US" @@ -2034,13 +2097,13 @@ "1191" ], "x-ms-request-id": [ - "4bde833e-3486-4256-93ea-9490edb4f84f" + "b7e5a094-d888-4fc1-8e85-207aa66ec8dd" ], "x-ms-correlation-request-id": [ - "4bde833e-3486-4256-93ea-9490edb4f84f" + "b7e5a094-d888-4fc1-8e85-207aa66ec8dd" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191340Z:4bde833e-3486-4256-93ea-9490edb4f84f" + "WESTUS2:20200409T155326Z:b7e5a094-d888-4fc1-8e85-207aa66ec8dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,7 +2112,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:40 GMT" + "Thu, 09 Apr 2020 15:53:26 GMT" ], "Content-Length": [ "905" @@ -2061,17 +2124,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "06e3793a-b68a-4c5b-8815-3c4570a8ffa7" + "6b117a9f-77c1-4073-be42-006d64ba5968" ], "Accept-Language": [ "en-US" @@ -2097,13 +2160,13 @@ "1190" ], "x-ms-request-id": [ - "8acf8ade-1450-49aa-87e1-626031f4f4c1" + "0041ee46-2f55-457a-a8a2-6852045e1804" ], "x-ms-correlation-request-id": [ - "8acf8ade-1450-49aa-87e1-626031f4f4c1" + "0041ee46-2f55-457a-a8a2-6852045e1804" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191341Z:8acf8ade-1450-49aa-87e1-626031f4f4c1" + "WESTUS2:20200409T155326Z:0041ee46-2f55-457a-a8a2-6852045e1804" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2112,7 +2175,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:41 GMT" + "Thu, 09 Apr 2020 15:53:26 GMT" ], "Content-Length": [ "905" @@ -2124,17 +2187,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9552055-e1f1-4e1c-9d9b-e719040fc7a9" + "cf4530b1-a251-4832-b315-4eeab95c2181" ], "Accept-Language": [ "en-US" @@ -2160,13 +2223,13 @@ "1189" ], "x-ms-request-id": [ - "8280029d-9684-474b-891b-786a3661dbd4" + "9fb46575-61f6-40dc-81f8-63940742c50b" ], "x-ms-correlation-request-id": [ - "8280029d-9684-474b-891b-786a3661dbd4" + "9fb46575-61f6-40dc-81f8-63940742c50b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191342Z:8280029d-9684-474b-891b-786a3661dbd4" + "WESTUS2:20200409T155327Z:9fb46575-61f6-40dc-81f8-63940742c50b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2175,7 +2238,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:42 GMT" + "Thu, 09 Apr 2020 15:53:27 GMT" ], "Content-Length": [ "905" @@ -2187,17 +2250,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b76b576a-3059-4826-bc6b-3cceb7aadbce" + "6c12b794-bb40-4991-81d4-2c161aba55f1" ], "Accept-Language": [ "en-US" @@ -2223,13 +2286,13 @@ "1188" ], "x-ms-request-id": [ - "2ee48a79-7327-43bf-a7dd-ebf9b7b3ca25" + "7e01b251-65c2-40ed-8146-7ffa5e56e3f2" ], "x-ms-correlation-request-id": [ - "2ee48a79-7327-43bf-a7dd-ebf9b7b3ca25" + "7e01b251-65c2-40ed-8146-7ffa5e56e3f2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191343Z:2ee48a79-7327-43bf-a7dd-ebf9b7b3ca25" + "WESTUS2:20200409T155328Z:7e01b251-65c2-40ed-8146-7ffa5e56e3f2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2238,7 +2301,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:43 GMT" + "Thu, 09 Apr 2020 15:53:28 GMT" ], "Content-Length": [ "905" @@ -2250,17 +2313,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "886121db-a1cb-4420-a7ed-65d72cadac00" + "cd326eb3-88f1-4121-bae0-b7d76772d5f1" ], "Accept-Language": [ "en-US" @@ -2286,13 +2349,13 @@ "1187" ], "x-ms-request-id": [ - "fd053850-824b-4a15-b642-a31b3d527dbd" + "2eabd6b6-46d3-4407-9a8e-a0ea2c19d346" ], "x-ms-correlation-request-id": [ - "fd053850-824b-4a15-b642-a31b3d527dbd" + "2eabd6b6-46d3-4407-9a8e-a0ea2c19d346" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191344Z:fd053850-824b-4a15-b642-a31b3d527dbd" + "WESTUS2:20200409T155340Z:2eabd6b6-46d3-4407-9a8e-a0ea2c19d346" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2301,7 +2364,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:44 GMT" + "Thu, 09 Apr 2020 15:53:39 GMT" ], "Content-Length": [ "905" @@ -2313,17 +2376,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1847f734-2873-4340-85d8-663e4c80b33b" + "e0d95517-9e00-405b-bd8c-749e68abe22d" ], "Accept-Language": [ "en-US" @@ -2349,13 +2412,13 @@ "1186" ], "x-ms-request-id": [ - "5af33914-0bec-4a15-acc5-ae1d0d2f5ae2" + "a63b87b0-c125-4bcc-a2f3-fcf5b00ed09e" ], "x-ms-correlation-request-id": [ - "5af33914-0bec-4a15-acc5-ae1d0d2f5ae2" + "a63b87b0-c125-4bcc-a2f3-fcf5b00ed09e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191345Z:5af33914-0bec-4a15-acc5-ae1d0d2f5ae2" + "WESTUS2:20200409T155341Z:a63b87b0-c125-4bcc-a2f3-fcf5b00ed09e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2364,7 +2427,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:45 GMT" + "Thu, 09 Apr 2020 15:53:41 GMT" ], "Content-Length": [ "905" @@ -2376,17 +2439,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e65459cb-789f-41dc-8d27-43d11871ab10" + "0028a349-a475-4021-b0ea-524ebf08b651" ], "Accept-Language": [ "en-US" @@ -2412,13 +2475,13 @@ "1185" ], "x-ms-request-id": [ - "0e066206-438f-4e06-9a8c-987a05469f09" + "72c1a42c-9fae-4ef4-8b99-ca1964057485" ], "x-ms-correlation-request-id": [ - "0e066206-438f-4e06-9a8c-987a05469f09" + "72c1a42c-9fae-4ef4-8b99-ca1964057485" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191346Z:0e066206-438f-4e06-9a8c-987a05469f09" + "WESTUS2:20200409T155342Z:72c1a42c-9fae-4ef4-8b99-ca1964057485" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2427,7 +2490,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:46 GMT" + "Thu, 09 Apr 2020 15:53:42 GMT" ], "Content-Length": [ "905" @@ -2439,17 +2502,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps3819/providers/Microsoft.Devices/IotHubs/ps9783/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMzgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk3ODMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0276819e-fa3e-4545-bf69-67b9d7d9b308" + "286f42b4-2219-438e-980d-36d2e7763c40" ], "Accept-Language": [ "en-US" @@ -2475,13 +2538,76 @@ "1184" ], "x-ms-request-id": [ - "f1162679-2f20-465b-a18d-bfa6050ded26" + "9412a679-a9f9-4247-8cf6-078c2193b34c" + ], + "x-ms-correlation-request-id": [ + "9412a679-a9f9-4247-8cf6-078c2193b34c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200409T155343Z:9412a679-a9f9-4247-8cf6-078c2193b34c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 09 Apr 2020 15:53:42 GMT" + ], + "Content-Length": [ + "905" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps2201/providers/Microsoft.Devices/IotHubs/ps388/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzMjIwMS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM4OC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "be150303-4e37-4ba2-ad9e-aa25afb6e0f1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.27817.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.IotHub.IotHubClient/2.10.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1183" + ], + "x-ms-request-id": [ + "10870609-4691-4fba-95bd-3906864fe1cb" ], "x-ms-correlation-request-id": [ - "f1162679-2f20-465b-a18d-bfa6050ded26" + "10870609-4691-4fba-95bd-3906864fe1cb" ], "x-ms-routing-request-id": [ - "WESTUS2:20200402T191347Z:f1162679-2f20-465b-a18d-bfa6050ded26" + "WESTUS2:20200409T155344Z:10870609-4691-4fba-95bd-3906864fe1cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2490,7 +2616,7 @@ "nosniff" ], "Date": [ - "Thu, 02 Apr 2020 19:13:47 GMT" + "Thu, 09 Apr 2020 15:53:43 GMT" ], "Content-Length": [ "905" @@ -2502,17 +2628,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"lAQn0aW12nh7A355rCzZto503c6edK6ytRfPjka6RC0=\",\r\n \"secondaryKey\": \"r+az34fSTgsnqPTjYMA+R554oLsdQ9P100Gx6KZlzMw=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"EJFxYfevjaIi7076yQ6+382162IOomeENfGJNGM0wKE=\",\r\n \"secondaryKey\": \"VqfwBcGzGtQakxadu3ZIRL8bmZYJDhdafk/QU7LHjSA=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"w076GdG3YOhQB6sXlGVi13HwbapVumALMLIzReVpoGI=\",\r\n \"secondaryKey\": \"HxEXcCRgCf7yd8XY8av73UHqfl5sPCUKqn7n0XJoWgI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"W1b7N/NqX1a2iH16sMYszyx8NVUbsmxbUk+iq65kQjg=\",\r\n \"secondaryKey\": \"j7GAiS+4MT5avLSJ2CqlhzANGP0unyw9jxm2/BWzMv0=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"AoJnDmf2TDn7EpNh6Of4MOgyocgIvaqRm6Hs5unbmqI=\",\r\n \"secondaryKey\": \"313iU1lCsWw/Yc90rUtvCTGDSM54aWh3sgYhAbyyvC8=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"I7gwGJhK31AKDa2G/t2q4/eZTly0Wsp/KRdm/cl6608=\",\r\n \"secondaryKey\": \"CsBYJf22Yrb9PUVK4Ayh/A+waGstg65vkweQD+6U4RM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"kw3PYnl8TcZpbHsyb2ZJRJGUuiMl0+W3Oji0rY3gQ7o=\",\r\n \"secondaryKey\": \"UM4pB9W7CbI17ade8UgVlvBW7Fc+TsgQLb6/NnCIaNo=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"u82xRPGcwd+MGrnfSctjYHy5JFnwRAnihdDaRD+Sh7c=\",\r\n \"secondaryKey\": \"BeQ2w8Klhqq1Fqs54Ps+8pl12PRuEYVCdsYUksRvnGI=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"2OQyJhAaZi8GXY4LYE4zg9ryfZ+m4XzexG6TXv7KVOU=\",\r\n \"secondaryKey\": \"nxBjy54pxVjiLvKyHSh4lsfk3nyvaIRMbM2cnfrw6mo=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"n4J1+QmGHRMHOA/aZ211NF9jOAVp29GILnl2+1mWGZk=\",\r\n \"secondaryKey\": \"CUTce2wy6oU4ebaGd/at8Dp11Nu+Ho295I5Ymq9UJWc=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": { "Test-AzureRmIotHubModuleLifecycle": [ - "ps9783", - "ps3819", - "ps5109", - "ps4621", - "ps717" + "ps388", + "ps2201", + "ps8742", + "ps8724", + "ps4480" ] }, "Variables": {