From e85111680391f78ef71285077efd208202eb6f15 Mon Sep 17 00:00:00 2001 From: Sapan Saxena Date: Wed, 11 Mar 2020 11:38:28 -0700 Subject: [PATCH 1/2] Add support to manage device-twin --- .../ScenarioTests/IotHubDPDeviceTests.ps1 | 24 + .../TestAzureIotHubDeviceLifecycle.json | 1311 +++++++++++------ src/IotHub/IotHub/Az.IotHub.psd1 | 3 +- src/IotHub/IotHub/ChangeLog.md | 4 + .../IotHub/Common/IotHubDataPlaneUtils.cs | 5 + src/IotHub/IotHub/Common/IotHubUtils.cs | 2 +- src/IotHub/IotHub/IotHub.format.ps1xml | 37 + .../DataPlane/Device/GetAzIotHubDeviceTwin.cs | 95 ++ .../DataPlane/Device/SetAzIotHubDeviceTwin.cs | 134 ++ .../Device/UpdateAzIotHubDeviceTwin.cs | 123 ++ .../IotHub/DataPlane/Models/PSDeviceTwin.cs | 106 ++ .../IotHub/Properties/Resources.Designer.cs | 18 + src/IotHub/IotHub/Properties/Resources.resx | 6 + src/IotHub/IotHub/help/Az.IotHub.md | 9 + .../IotHub/help/Get-AzIotHubDeviceTwin.md | 152 ++ .../IotHub/help/Set-AzIotHubDeviceTwin.md | 264 ++++ .../IotHub/help/Update-AzIotHubDeviceTwin.md | 228 +++ 17 files changed, 2087 insertions(+), 434 deletions(-) create mode 100644 src/IotHub/IotHub/IotHub/DataPlane/Device/GetAzIotHubDeviceTwin.cs create mode 100644 src/IotHub/IotHub/IotHub/DataPlane/Device/SetAzIotHubDeviceTwin.cs create mode 100644 src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs create mode 100644 src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs create mode 100644 src/IotHub/IotHub/help/Get-AzIotHubDeviceTwin.md create mode 100644 src/IotHub/IotHub/help/Set-AzIotHubDeviceTwin.md create mode 100644 src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md diff --git a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 index 17aa16ab1a3c..04012b20dfac 100644 --- a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 +++ b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 @@ -63,6 +63,30 @@ function Test-AzureRmIotHubDeviceLifecycle Assert-True { $newDevice3.Authentication.Type -eq 'CertificateAuthority' } Assert-False { $newDevice3.Capabilities.IotEdge } + # Get device twin + $device1twin = Get-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 + Assert-True { $device1twin.DeviceId -eq $device1} + + # Update device twin + $tags1 = @{} + $tags1.Add('Test1', '1') + $updateddevice1twin1 = Update-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -tag $tags1 + Assert-True { $updateddevice1twin1.DeviceId -eq $device1} + Assert-True { $updateddevice1twin1.tags.Count -eq 1} + + $tags2 = @{} + $tags2.Add('Test2', '2') + $updateddevice1twin2 = Update-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -tag $tags2 + Assert-True { $updateddevice1twin2.DeviceId -eq $device1} + Assert-True { $updateddevice1twin2.tags.Count -eq 2} + + # Set device twin + $tags3 = @{} + $tags3.Add('Test3', '3') + $setdevice1twin = Set-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -tag $tags3 + Assert-True { $setdevice1twin.DeviceId -eq $device1} + Assert-True { $setdevice1twin.tags.Count -eq 1} + # Get all devices $devices = Get-AzIotHubDevice -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName Assert-True { $devices.Count -eq 3} diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPDeviceTests/TestAzureIotHubDeviceLifecycle.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPDeviceTests/TestAzureIotHubDeviceLifecycle.json index 8ee72eb2f84c..d3d11c6bfb8f 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPDeviceTests/TestAzureIotHubDeviceLifecycle.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPDeviceTests/TestAzureIotHubDeviceLifecycle.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3961c674-1e0d-41c5-ae8a-2b09af312fae" + "fac1837f-afbd-477c-a838-ef4d4f143d13" ], "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.9" ] }, "ResponseHeaders": { @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "01eb83f7-5315-4ac3-9677-1cb5ff3bec49" + "26b4eae7-0a8e-4b64-b8cd-605d1bc83437" ], "x-ms-correlation-request-id": [ - "01eb83f7-5315-4ac3-9677-1cb5ff3bec49" + "26b4eae7-0a8e-4b64-b8cd-605d1bc83437" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T011923Z:01eb83f7-5315-4ac3-9677-1cb5ff3bec49" + "WESTUS2:20200324T010750Z:26b4eae7-0a8e-4b64-b8cd-605d1bc83437" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:19:22 GMT" + "Tue, 24 Mar 2020 01:07:50 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/ps4196?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzNDE5Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourcegroups/ps742?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzNzQyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7bd7a1d3-4935-4b8b-8ce6-af8d753bb69f" + "6b9a90fd-2e3f-4bcf-b93a-2c5709e84830" ], "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.9" ], "Content-Type": [ "application/json; charset=utf-8" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "9ebd667f-e551-482f-ac8f-40922a10ab5f" + "d0fcc566-cd85-4570-9e97-4d736e0c7e4d" ], "x-ms-correlation-request-id": [ - "9ebd667f-e551-482f-ac8f-40922a10ab5f" + "d0fcc566-cd85-4570-9e97-4d736e0c7e4d" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T011924Z:9ebd667f-e551-482f-ac8f-40922a10ab5f" + "WESTUS2:20200324T010751Z:d0fcc566-cd85-4570-9e97-4d736e0c7e4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:19:23 GMT" + "Tue, 24 Mar 2020 01:07:51 GMT" ], "Content-Length": [ - "165" + "163" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196\",\r\n \"name\": \"ps4196\",\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/ps742\",\r\n \"name\": \"ps742\",\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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "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": [ - "ef5ec31e-64c8-45bf-bdd0-19d36c2c44e4" + "6e62cedb-ce89-44c2-b8e1-31dd9f378494" ], "Accept-Language": [ "en-US" @@ -159,22 +159,22 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfNjRhZGJmNTItZTlmZS00ODk5LWE2NTQtMDI1OTdmYjhlZDdk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYTMwZjE3OTgtZGM5Ny00ZTgwLWIzMTctYzU1ZmRiZmVkNDRm?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "4999" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "7a630874-da68-42da-8f94-1f67bcd5768b" + "4f54c988-6346-4283-aa31-9f8f6c75aac8" ], "x-ms-correlation-request-id": [ - "7a630874-da68-42da-8f94-1f67bcd5768b" + "4f54c988-6346-4283-aa31-9f8f6c75aac8" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T011943Z:7a630874-da68-42da-8f94-1f67bcd5768b" + "WESTUS2:20200324T010813Z:4f54c988-6346-4283-aa31-9f8f6c75aac8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,10 +183,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:19:42 GMT" + "Tue, 24 Mar 2020 01:08:13 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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\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/b3NfaWhfNjRhZGJmNTItZTlmZS00ODk5LWE2NTQtMDI1OTdmYjhlZDdk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTmpSaFpHSm1OVEl0WlRsbVpTMDBPRGs1TFdFMk5UUXRNREkxT1RkbVlqaGxaRGRrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYTMwZjE3OTgtZGM5Ny00ZTgwLWIzMTctYzU1ZmRiZmVkNDRm?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWVRNd1pqRTNPVGd0WkdNNU55MDBaVGd3TFdJek1UY3RZelUxWm1SaVptVmtORFJtP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "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": [ - "05eb429c-f038-4200-aaaf-21b00aaaea58" + "16d765cf-039f-41ea-b80a-e54cafefe8cc" ], "x-ms-correlation-request-id": [ - "05eb429c-f038-4200-aaaf-21b00aaaea58" + "16d765cf-039f-41ea-b80a-e54cafefe8cc" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012013Z:05eb429c-f038-4200-aaaf-21b00aaaea58" + "WESTUS2:20200324T010843Z:16d765cf-039f-41ea-b80a-e54cafefe8cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,7 +240,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:20:12 GMT" + "Tue, 24 Mar 2020 01:08:43 GMT" ], "Content-Length": [ "20" @@ -256,8 +256,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfNjRhZGJmNTItZTlmZS00ODk5LWE2NTQtMDI1OTdmYjhlZDdk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTmpSaFpHSm1OVEl0WlRsbVpTMDBPRGs1TFdFMk5UUXRNREkxT1RkbVlqaGxaRGRrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYTMwZjE3OTgtZGM5Ny00ZTgwLWIzMTctYzU1ZmRiZmVkNDRm?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWVRNd1pqRTNPVGd0WkdNNU55MDBaVGd3TFdJek1UY3RZelUxWm1SaVptVmtORFJtP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -282,13 +282,13 @@ "11998" ], "x-ms-request-id": [ - "63be3ea9-da3b-4a2c-a306-71670e1537f9" + "de1e6253-ce0f-43e0-955a-bf753d8b79e2" ], "x-ms-correlation-request-id": [ - "63be3ea9-da3b-4a2c-a306-71670e1537f9" + "de1e6253-ce0f-43e0-955a-bf753d8b79e2" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012043Z:63be3ea9-da3b-4a2c-a306-71670e1537f9" + "WESTUS2:20200324T010914Z:de1e6253-ce0f-43e0-955a-bf753d8b79e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,7 +297,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:20:43 GMT" + "Tue, 24 Mar 2020 01:09:13 GMT" ], "Content-Length": [ "20" @@ -313,8 +313,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfNjRhZGJmNTItZTlmZS00ODk5LWE2NTQtMDI1OTdmYjhlZDdk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTmpSaFpHSm1OVEl0WlRsbVpTMDBPRGs1TFdFMk5UUXRNREkxT1RkbVlqaGxaRGRrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYTMwZjE3OTgtZGM5Ny00ZTgwLWIzMTctYzU1ZmRiZmVkNDRm?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWVRNd1pqRTNPVGd0WkdNNU55MDBaVGd3TFdJek1UY3RZelUxWm1SaVptVmtORFJtP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -332,20 +332,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "628e8985-392b-4d09-8911-c2743d30821c" + "8a2de73e-e952-49e1-b0fa-4daa9c3fcc3d" ], "x-ms-correlation-request-id": [ - "628e8985-392b-4d09-8911-c2743d30821c" + "8a2de73e-e952-49e1-b0fa-4daa9c3fcc3d" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012113Z:628e8985-392b-4d09-8911-c2743d30821c" + "WESTUS2:20200324T010944Z:8a2de73e-e952-49e1-b0fa-4daa9c3fcc3d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,10 +354,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:13 GMT" + "Tue, 24 Mar 2020 01:09:43 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/b3NfaWhfNjRhZGJmNTItZTlmZS00ODk5LWE2NTQtMDI1OTdmYjhlZDdk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTmpSaFpHSm1OVEl0WlRsbVpTMDBPRGs1TFdFMk5UUXRNREkxT1RkbVlqaGxaRGRrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -389,20 +389,20 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], "x-ms-request-id": [ - "c29b9ee6-b694-4f40-ae3d-46d4ad18efac" + "027060f3-6a65-4a69-963c-2b50a0b0abed" ], "x-ms-correlation-request-id": [ - "c29b9ee6-b694-4f40-ae3d-46d4ad18efac" + "027060f3-6a65-4a69-963c-2b50a0b0abed" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012144Z:c29b9ee6-b694-4f40-ae3d-46d4ad18efac" + "WESTUS2:20200324T010945Z:027060f3-6a65-4a69-963c-2b50a0b0abed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,10 +411,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:43 GMT" + "Tue, 24 Mar 2020 01:09:44 GMT" ], "Content-Length": [ - "22" + "1458" ], "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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "cdd1a809-0b17-4d0a-9c24-59371f3ac8b4" + ], + "Accept-Language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.27817.03", "OSName/Windows", @@ -453,13 +459,13 @@ "11995" ], "x-ms-request-id": [ - "6e1634ee-d43f-4d8f-8ed1-3ac358f3799f" + "255599ad-b325-4178-90d2-4a1c8850c639" ], "x-ms-correlation-request-id": [ - "6e1634ee-d43f-4d8f-8ed1-3ac358f3799f" + "255599ad-b325-4178-90d2-4a1c8850c639" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012144Z:6e1634ee-d43f-4d8f-8ed1-3ac358f3799f" + "WESTUS2:20200324T010945Z:255599ad-b325-4178-90d2-4a1c8850c639" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -468,10 +474,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:44 GMT" + "Tue, 24 Mar 2020 01:09:45 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -480,17 +486,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f1ee325-7bee-4c41-a0f1-c2aa2269f796" + "887f84c3-610b-49e4-a767-efe1007ab2df" ], "Accept-Language": [ "en-US" @@ -516,13 +522,13 @@ "11994" ], "x-ms-request-id": [ - "db37f1af-71f4-4dad-bddb-f1d23d8c8ffa" + "c8c42475-cfe8-4e71-801a-8afc5d129d4a" ], "x-ms-correlation-request-id": [ - "db37f1af-71f4-4dad-bddb-f1d23d8c8ffa" + "c8c42475-cfe8-4e71-801a-8afc5d129d4a" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012145Z:db37f1af-71f4-4dad-bddb-f1d23d8c8ffa" + "WESTUS2:20200324T010946Z:c8c42475-cfe8-4e71-801a-8afc5d129d4a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -531,10 +537,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:44 GMT" + "Tue, 24 Mar 2020 01:09:45 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -543,17 +549,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b4ccda44-eb5c-43f0-a92d-02def54af19a" + "c7c09d8a-92d5-4160-b506-5cd2d498ead0" ], "Accept-Language": [ "en-US" @@ -579,13 +585,13 @@ "11993" ], "x-ms-request-id": [ - "6d661f7c-3dcd-46e7-9e5f-247282426cf2" + "d29a6862-9b13-43c2-a25d-c8ae49dbb83c" ], "x-ms-correlation-request-id": [ - "6d661f7c-3dcd-46e7-9e5f-247282426cf2" + "d29a6862-9b13-43c2-a25d-c8ae49dbb83c" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012145Z:6d661f7c-3dcd-46e7-9e5f-247282426cf2" + "WESTUS2:20200324T010947Z:d29a6862-9b13-43c2-a25d-c8ae49dbb83c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -594,10 +600,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:44 GMT" + "Tue, 24 Mar 2020 01:09:46 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -606,17 +612,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7ec931ff-2e63-446d-a1b9-e23d630f5b87" + "fee5260c-6453-484c-87aa-b7927f279265" ], "Accept-Language": [ "en-US" @@ -642,13 +648,13 @@ "11992" ], "x-ms-request-id": [ - "20ea9ab4-8952-4e7e-b575-62c3f81a22a7" + "e79e693f-6359-43f7-99b0-991863aa6b4c" ], "x-ms-correlation-request-id": [ - "20ea9ab4-8952-4e7e-b575-62c3f81a22a7" + "e79e693f-6359-43f7-99b0-991863aa6b4c" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012146Z:20ea9ab4-8952-4e7e-b575-62c3f81a22a7" + "WESTUS2:20200324T010948Z:e79e693f-6359-43f7-99b0-991863aa6b4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -657,10 +663,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:46 GMT" + "Tue, 24 Mar 2020 01:09:47 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -669,17 +675,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9e4fdf6-f191-48a7-9199-543933155525" + "20072d76-fd68-42a0-af92-8e13cd014ae5" ], "Accept-Language": [ "en-US" @@ -705,13 +711,13 @@ "11991" ], "x-ms-request-id": [ - "0c869f2e-4c5a-4b0f-9a23-edb0c6aa2473" + "3e8967d0-6833-4671-a636-7f2611c708ba" ], "x-ms-correlation-request-id": [ - "0c869f2e-4c5a-4b0f-9a23-edb0c6aa2473" + "3e8967d0-6833-4671-a636-7f2611c708ba" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012147Z:0c869f2e-4c5a-4b0f-9a23-edb0c6aa2473" + "WESTUS2:20200324T010949Z:3e8967d0-6833-4671-a636-7f2611c708ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -720,10 +726,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:46 GMT" + "Tue, 24 Mar 2020 01:09:48 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -732,17 +738,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f65190ff-5266-431e-9522-e4f077bf9798" + "3161c514-4ad6-494b-95a3-a48691eb7784" ], "Accept-Language": [ "en-US" @@ -768,13 +774,13 @@ "11990" ], "x-ms-request-id": [ - "4c3be3a4-8102-4701-a954-396195ca7813" + "b0582668-a3f6-404a-9d27-b1476fa68e7e" ], "x-ms-correlation-request-id": [ - "4c3be3a4-8102-4701-a954-396195ca7813" + "b0582668-a3f6-404a-9d27-b1476fa68e7e" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012148Z:4c3be3a4-8102-4701-a954-396195ca7813" + "WESTUS2:20200324T010950Z:b0582668-a3f6-404a-9d27-b1476fa68e7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -783,10 +789,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:47 GMT" + "Tue, 24 Mar 2020 01:09:49 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -795,17 +801,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db83172e-b982-44fa-b961-2699ec45c140" + "bd3ab17c-1840-4be2-94ff-20fce4175364" ], "Accept-Language": [ "en-US" @@ -831,13 +837,13 @@ "11989" ], "x-ms-request-id": [ - "b5df1184-0567-4b5b-b7b2-e9069c73d978" + "cac37c10-2f7c-4fbf-bb5b-3bbbc341f8a3" ], "x-ms-correlation-request-id": [ - "b5df1184-0567-4b5b-b7b2-e9069c73d978" + "cac37c10-2f7c-4fbf-bb5b-3bbbc341f8a3" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012149Z:b5df1184-0567-4b5b-b7b2-e9069c73d978" + "WESTUS2:20200324T010951Z:cac37c10-2f7c-4fbf-bb5b-3bbbc341f8a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -846,10 +852,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:48 GMT" + "Tue, 24 Mar 2020 01:09:50 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -858,17 +864,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f4993e90-e30d-44dc-89f1-db118b72ab3b" + "0f9c5751-3578-46a3-abad-2f348ec74b9a" ], "Accept-Language": [ "en-US" @@ -894,13 +900,13 @@ "11988" ], "x-ms-request-id": [ - "664747ef-c2d3-4325-9d56-4902b5ce1082" + "4d88236d-4289-4ab9-aa6a-d15f6b4e9edf" ], "x-ms-correlation-request-id": [ - "664747ef-c2d3-4325-9d56-4902b5ce1082" + "4d88236d-4289-4ab9-aa6a-d15f6b4e9edf" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012150Z:664747ef-c2d3-4325-9d56-4902b5ce1082" + "WESTUS2:20200324T010952Z:4d88236d-4289-4ab9-aa6a-d15f6b4e9edf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -909,10 +915,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:49 GMT" + "Tue, 24 Mar 2020 01:09:51 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -921,17 +927,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0afba216-b520-4295-844d-797546394774" + "d5ea4eab-8ceb-441a-875d-1096a2697abb" ], "Accept-Language": [ "en-US" @@ -957,13 +963,13 @@ "11987" ], "x-ms-request-id": [ - "7ef86516-bb12-4be9-a5e4-9390932c66b3" + "eb12628a-4c80-469c-89db-6fff959e68f3" ], "x-ms-correlation-request-id": [ - "7ef86516-bb12-4be9-a5e4-9390932c66b3" + "eb12628a-4c80-469c-89db-6fff959e68f3" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012150Z:7ef86516-bb12-4be9-a5e4-9390932c66b3" + "WESTUS2:20200324T010953Z:eb12628a-4c80-469c-89db-6fff959e68f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -972,10 +978,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:50 GMT" + "Tue, 24 Mar 2020 01:09:52 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -984,17 +990,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "606679e0-77f1-41bb-ad60-b08361e8eed1" + "30b6c0d5-e126-4e38-b5a8-e9e6ae01a4fc" ], "Accept-Language": [ "en-US" @@ -1020,13 +1026,13 @@ "11986" ], "x-ms-request-id": [ - "916de206-5178-4c89-b1c2-ba4ef7afc9c4" + "8c23bb1e-a949-422c-bd8c-bbec9784130c" ], "x-ms-correlation-request-id": [ - "916de206-5178-4c89-b1c2-ba4ef7afc9c4" + "8c23bb1e-a949-422c-bd8c-bbec9784130c" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012151Z:916de206-5178-4c89-b1c2-ba4ef7afc9c4" + "WESTUS2:20200324T010954Z:8c23bb1e-a949-422c-bd8c-bbec9784130c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1035,10 +1041,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:51 GMT" + "Tue, 24 Mar 2020 01:09:53 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1047,17 +1053,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "644d82a5-2649-43f3-9e4b-39f6e320be01" + "f617993d-8080-4316-8e36-6d2ff8ef566e" ], "Accept-Language": [ "en-US" @@ -1083,13 +1089,13 @@ "11985" ], "x-ms-request-id": [ - "e82d135c-5469-4a05-bf5b-ccb83d26bf95" + "a6f6e531-6b08-458c-93c5-3d9112a94892" ], "x-ms-correlation-request-id": [ - "e82d135c-5469-4a05-bf5b-ccb83d26bf95" + "a6f6e531-6b08-458c-93c5-3d9112a94892" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012152Z:e82d135c-5469-4a05-bf5b-ccb83d26bf95" + "WESTUS2:20200324T010955Z:a6f6e531-6b08-458c-93c5-3d9112a94892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1098,10 +1104,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:51 GMT" + "Tue, 24 Mar 2020 01:09:54 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1110,17 +1116,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b1d65086-70ff-4613-a858-63e82401f9d3" + "399590a6-41b0-4552-90b7-cf60d5b37d9d" ], "Accept-Language": [ "en-US" @@ -1146,13 +1152,13 @@ "11984" ], "x-ms-request-id": [ - "77ab68cd-38cd-4efd-b7af-49dc329a25a7" + "0d3d6656-f446-4851-b1be-6185cf788b6d" ], "x-ms-correlation-request-id": [ - "77ab68cd-38cd-4efd-b7af-49dc329a25a7" + "0d3d6656-f446-4851-b1be-6185cf788b6d" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012153Z:77ab68cd-38cd-4efd-b7af-49dc329a25a7" + "WESTUS2:20200324T010956Z:0d3d6656-f446-4851-b1be-6185cf788b6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1161,10 +1167,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:52 GMT" + "Tue, 24 Mar 2020 01:09:55 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1173,17 +1179,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6aab9bb9-9805-4c97-b12e-f5e04528324d" + "6a9d9885-494e-47c3-93c1-5e49ab547709" ], "Accept-Language": [ "en-US" @@ -1209,13 +1215,13 @@ "11983" ], "x-ms-request-id": [ - "f776b77b-7a49-478b-97bd-6ede3d817bcb" + "01dbdc8c-02a3-47b1-906d-f0f2c20e481a" ], "x-ms-correlation-request-id": [ - "f776b77b-7a49-478b-97bd-6ede3d817bcb" + "01dbdc8c-02a3-47b1-906d-f0f2c20e481a" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012154Z:f776b77b-7a49-478b-97bd-6ede3d817bcb" + "WESTUS2:20200324T010957Z:01dbdc8c-02a3-47b1-906d-f0f2c20e481a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1224,10 +1230,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:53 GMT" + "Tue, 24 Mar 2020 01:09:56 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1236,17 +1242,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ee18cae-ac80-4789-9f02-71d7c909b042" + "86b3c1ae-96a2-4fc3-ab87-365cb8f907d3" ], "Accept-Language": [ "en-US" @@ -1272,13 +1278,13 @@ "11982" ], "x-ms-request-id": [ - "8285b6df-f3e4-4125-a032-2fffb98ddbe5" + "90d4f5ab-3493-436b-a586-e6d183bf3dc0" ], "x-ms-correlation-request-id": [ - "8285b6df-f3e4-4125-a032-2fffb98ddbe5" + "90d4f5ab-3493-436b-a586-e6d183bf3dc0" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012156Z:8285b6df-f3e4-4125-a032-2fffb98ddbe5" + "WESTUS2:20200324T010958Z:90d4f5ab-3493-436b-a586-e6d183bf3dc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1287,10 +1293,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:55 GMT" + "Tue, 24 Mar 2020 01:09:57 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1299,17 +1305,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "951450f0-bcca-4e6e-a973-c92cdf00bf61" + "91ee8f9e-a6b0-45dd-9259-22efba323680" ], "Accept-Language": [ "en-US" @@ -1335,13 +1341,13 @@ "11981" ], "x-ms-request-id": [ - "bce6e24f-dd74-4bdb-b222-bb9773cf3acf" + "68541726-4f19-4d78-a874-443cd063f55b" ], "x-ms-correlation-request-id": [ - "bce6e24f-dd74-4bdb-b222-bb9773cf3acf" + "68541726-4f19-4d78-a874-443cd063f55b" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012157Z:bce6e24f-dd74-4bdb-b222-bb9773cf3acf" + "WESTUS2:20200324T010959Z:68541726-4f19-4d78-a874-443cd063f55b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1350,10 +1356,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:56 GMT" + "Tue, 24 Mar 2020 01:09:59 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1362,17 +1368,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "985ddeb0-e896-45b4-bd8f-04ea675af86d" + "dce8ee3c-1970-47ce-9716-fb80538d607f" ], "Accept-Language": [ "en-US" @@ -1398,13 +1404,13 @@ "11980" ], "x-ms-request-id": [ - "f1ce2b53-7356-403d-ab18-63884d4e70d3" + "8456ca01-ccb0-46e0-bb17-e5b7be9e119d" ], "x-ms-correlation-request-id": [ - "f1ce2b53-7356-403d-ab18-63884d4e70d3" + "8456ca01-ccb0-46e0-bb17-e5b7be9e119d" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012158Z:f1ce2b53-7356-403d-ab18-63884d4e70d3" + "WESTUS2:20200324T011000Z:8456ca01-ccb0-46e0-bb17-e5b7be9e119d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1413,10 +1419,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:57 GMT" + "Tue, 24 Mar 2020 01:10:00 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1425,17 +1431,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc9cb98a-6f00-4144-b7ca-d10012bc73cf" + "cd932901-93dd-4382-bc8d-50eb3d30488a" ], "Accept-Language": [ "en-US" @@ -1461,13 +1467,13 @@ "11979" ], "x-ms-request-id": [ - "5e2a6860-7d49-433c-a6ca-a28d1e60fece" + "4e039112-ec05-4c51-97cf-762744a027e1" ], "x-ms-correlation-request-id": [ - "5e2a6860-7d49-433c-a6ca-a28d1e60fece" + "4e039112-ec05-4c51-97cf-762744a027e1" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012159Z:5e2a6860-7d49-433c-a6ca-a28d1e60fece" + "WESTUS2:20200324T011002Z:4e039112-ec05-4c51-97cf-762744a027e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1476,10 +1482,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:58 GMT" + "Tue, 24 Mar 2020 01:10:02 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1488,17 +1494,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6e830de3-c362-4f45-8a21-872dc8a19583" + "854b92ac-6235-414e-90f0-3a8decf7e5cd" ], "Accept-Language": [ "en-US" @@ -1524,13 +1530,13 @@ "11978" ], "x-ms-request-id": [ - "c179e374-93d9-42a0-ad0f-8ac71b966619" + "fdcfed34-7827-46c2-b24f-e203a2f30f5a" ], "x-ms-correlation-request-id": [ - "c179e374-93d9-42a0-ad0f-8ac71b966619" + "fdcfed34-7827-46c2-b24f-e203a2f30f5a" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012200Z:c179e374-93d9-42a0-ad0f-8ac71b966619" + "WESTUS2:20200324T011003Z:fdcfed34-7827-46c2-b24f-e203a2f30f5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1539,10 +1545,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:59 GMT" + "Tue, 24 Mar 2020 01:10:02 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1551,17 +1557,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bcb113eb-361f-48c5-83d6-f6e0b6d86613" + "2593b140-dd51-499b-b94c-413a2008e33b" ], "Accept-Language": [ "en-US" @@ -1587,13 +1593,13 @@ "11977" ], "x-ms-request-id": [ - "11854128-e551-46b4-a5a2-4e14dc387d3a" + "2b4a2f3f-e8f4-45d4-8bd8-b16822c75a49" ], "x-ms-correlation-request-id": [ - "11854128-e551-46b4-a5a2-4e14dc387d3a" + "2b4a2f3f-e8f4-45d4-8bd8-b16822c75a49" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012201Z:11854128-e551-46b4-a5a2-4e14dc387d3a" + "WESTUS2:20200324T011003Z:2b4a2f3f-e8f4-45d4-8bd8-b16822c75a49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1602,10 +1608,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:00 GMT" + "Tue, 24 Mar 2020 01:10:03 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1614,17 +1620,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "356a5569-cc13-4c86-9d58-df52fd847022" + "aa51810a-1927-4e0a-a858-e07db61fd85b" ], "Accept-Language": [ "en-US" @@ -1650,13 +1656,13 @@ "11976" ], "x-ms-request-id": [ - "2985be24-40c0-4ba9-a265-6a08467c5556" + "ba054d4e-a275-47f8-8271-1cf07d1d153e" ], "x-ms-correlation-request-id": [ - "2985be24-40c0-4ba9-a265-6a08467c5556" + "ba054d4e-a275-47f8-8271-1cf07d1d153e" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012202Z:2985be24-40c0-4ba9-a265-6a08467c5556" + "WESTUS2:20200324T011005Z:ba054d4e-a275-47f8-8271-1cf07d1d153e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1665,10 +1671,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:01 GMT" + "Tue, 24 Mar 2020 01:10:05 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1677,17 +1683,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "848b5858-67ed-439c-8a68-03e690b74856" + "ccce9a87-a46a-49c2-b7ac-67b85431943e" ], "Accept-Language": [ "en-US" @@ -1713,13 +1719,13 @@ "11975" ], "x-ms-request-id": [ - "78b8d0e2-6961-44f0-b787-fd313ac4e813" + "94bb1fb3-cbf4-497c-a92d-25951772e882" ], "x-ms-correlation-request-id": [ - "78b8d0e2-6961-44f0-b787-fd313ac4e813" + "94bb1fb3-cbf4-497c-a92d-25951772e882" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012203Z:78b8d0e2-6961-44f0-b787-fd313ac4e813" + "WESTUS2:20200324T011011Z:94bb1fb3-cbf4-497c-a92d-25951772e882" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1728,10 +1734,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:02 GMT" + "Tue, 24 Mar 2020 01:10:11 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1740,17 +1746,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa42d17f-563d-4269-9492-3d585d91ce25" + "4d08a7c3-4327-44aa-ac27-6c4b7c02c426" ], "Accept-Language": [ "en-US" @@ -1776,13 +1782,13 @@ "11974" ], "x-ms-request-id": [ - "ad6ddc43-e1ef-4209-ab88-cb1bb2a089cc" + "f568e2aa-9706-4d2b-ae36-bc76619c47ce" ], "x-ms-correlation-request-id": [ - "ad6ddc43-e1ef-4209-ab88-cb1bb2a089cc" + "f568e2aa-9706-4d2b-ae36-bc76619c47ce" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012204Z:ad6ddc43-e1ef-4209-ab88-cb1bb2a089cc" + "WESTUS2:20200324T011013Z:f568e2aa-9706-4d2b-ae36-bc76619c47ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1791,10 +1797,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:03 GMT" + "Tue, 24 Mar 2020 01:10:12 GMT" ], "Content-Length": [ - "1460" + "1458" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1803,17 +1809,206 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842\",\r\n \"name\": \"ps4842\",\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\": \"ps4196\",\r\n \"etag\": \"AAAAAAulmZA=\",\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\": \"ps4842.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\": \"ps4842\",\r\n \"endpoint\": \"sb://iothub-ns-ps4842-2984791-a80b3394cf.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d664e720-38fe-44e9-a7fd-e854dbf8caa6" + ], + "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": [ + "11973" + ], + "x-ms-request-id": [ + "8b9b4830-695d-4800-9aa7-c8c8c9cbd393" + ], + "x-ms-correlation-request-id": [ + "8b9b4830-695d-4800-9aa7-c8c8c9cbd393" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200324T011014Z:8b9b4830-695d-4800-9aa7-c8c8c9cbd393" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 24 Mar 2020 01:10:14 GMT" + ], + "Content-Length": [ + "1458" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "30aa12c1-3ffb-4480-91f5-e7f43e688084" + ], + "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": [ + "11972" + ], + "x-ms-request-id": [ + "6c46c27f-13d7-4aef-9aee-f85262eeba06" + ], + "x-ms-correlation-request-id": [ + "6c46c27f-13d7-4aef-9aee-f85262eeba06" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200324T011015Z:6c46c27f-13d7-4aef-9aee-f85262eeba06" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 24 Mar 2020 01:10:15 GMT" + ], + "Content-Length": [ + "1458" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5b567243-2879-4e0b-8c3e-2ff25abe7048" + ], + "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": [ + "11971" + ], + "x-ms-request-id": [ + "7f1a12ca-f464-45df-9d5b-90fccab2cd86" + ], + "x-ms-correlation-request-id": [ + "7f1a12ca-f464-45df-9d5b-90fccab2cd86" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200324T011016Z:7f1a12ca-f464-45df-9d5b-90fccab2cd86" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 24 Mar 2020 01:10:15 GMT" + ], + "Content-Length": [ + "1458" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "43c53d8c-e4f3-40b6-b5f7-71599ae702d2" + "ffb7c716-46e2-4340-ba3b-6598b5e0546d" ], "Accept-Language": [ "en-US" @@ -1839,13 +2034,13 @@ "1199" ], "x-ms-request-id": [ - "b3896230-de31-4576-af01-2f9360d98b6f" + "db795474-f61e-4251-8f0e-be9be5f8f8ff" ], "x-ms-correlation-request-id": [ - "b3896230-de31-4576-af01-2f9360d98b6f" + "db795474-f61e-4251-8f0e-be9be5f8f8ff" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012145Z:b3896230-de31-4576-af01-2f9360d98b6f" + "WESTUS2:20200324T010946Z:db795474-f61e-4251-8f0e-be9be5f8f8ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1854,7 +2049,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:45 GMT" + "Tue, 24 Mar 2020 01:09:45 GMT" ], "Content-Length": [ "905" @@ -1866,17 +2061,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5320b8fc-ed54-4194-a395-366b334d4ff6" + "75a991b7-dd6e-4f9a-9978-a5eb378c6462" ], "Accept-Language": [ "en-US" @@ -1902,13 +2097,13 @@ "1198" ], "x-ms-request-id": [ - "ee7cfe2c-9b4b-465b-9399-ec650d4d232a" + "bcc9b2ca-f445-4819-b35e-1425a2c5e1bd" ], "x-ms-correlation-request-id": [ - "ee7cfe2c-9b4b-465b-9399-ec650d4d232a" + "bcc9b2ca-f445-4819-b35e-1425a2c5e1bd" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012146Z:ee7cfe2c-9b4b-465b-9399-ec650d4d232a" + "WESTUS2:20200324T010947Z:bcc9b2ca-f445-4819-b35e-1425a2c5e1bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1917,7 +2112,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:46 GMT" + "Tue, 24 Mar 2020 01:09:46 GMT" ], "Content-Length": [ "905" @@ -1929,17 +2124,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "659edaba-4951-429e-bd67-c5364b5c4849" + "02d09322-9523-4ed9-a5ee-95beb1075556" ], "Accept-Language": [ "en-US" @@ -1965,13 +2160,13 @@ "1197" ], "x-ms-request-id": [ - "285a5f60-6d74-4a7d-8ef5-ced16d84b6f2" + "9ea3c8d8-5b15-456f-8275-7c9ae14c2576" ], "x-ms-correlation-request-id": [ - "285a5f60-6d74-4a7d-8ef5-ced16d84b6f2" + "9ea3c8d8-5b15-456f-8275-7c9ae14c2576" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012147Z:285a5f60-6d74-4a7d-8ef5-ced16d84b6f2" + "WESTUS2:20200324T010948Z:9ea3c8d8-5b15-456f-8275-7c9ae14c2576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1980,7 +2175,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:47 GMT" + "Tue, 24 Mar 2020 01:09:47 GMT" ], "Content-Length": [ "905" @@ -1992,17 +2187,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0169b3cb-5693-456b-b19d-23a74905baeb" + "f7d90c07-41e3-462a-9a07-e8547cdaadca" ], "Accept-Language": [ "en-US" @@ -2028,13 +2223,13 @@ "1196" ], "x-ms-request-id": [ - "40715105-da4a-45fb-90db-b370042d74c5" + "6888554c-5d7a-46ea-9d4d-c709733da0a1" ], "x-ms-correlation-request-id": [ - "40715105-da4a-45fb-90db-b370042d74c5" + "6888554c-5d7a-46ea-9d4d-c709733da0a1" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012148Z:40715105-da4a-45fb-90db-b370042d74c5" + "WESTUS2:20200324T010949Z:6888554c-5d7a-46ea-9d4d-c709733da0a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2043,7 +2238,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:47 GMT" + "Tue, 24 Mar 2020 01:09:48 GMT" ], "Content-Length": [ "905" @@ -2055,17 +2250,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f121788d-5d52-4288-b84f-f5ad36275a1f" + "b89de7fb-49f7-4962-93ea-f6f9dcafc4c3" ], "Accept-Language": [ "en-US" @@ -2091,13 +2286,13 @@ "1195" ], "x-ms-request-id": [ - "628cef2a-0e93-4cc0-b306-fb0b22c8adff" + "88468e10-c0e0-4b08-9b39-653b5dfa1e66" ], "x-ms-correlation-request-id": [ - "628cef2a-0e93-4cc0-b306-fb0b22c8adff" + "88468e10-c0e0-4b08-9b39-653b5dfa1e66" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012149Z:628cef2a-0e93-4cc0-b306-fb0b22c8adff" + "WESTUS2:20200324T010950Z:88468e10-c0e0-4b08-9b39-653b5dfa1e66" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2106,7 +2301,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:48 GMT" + "Tue, 24 Mar 2020 01:09:49 GMT" ], "Content-Length": [ "905" @@ -2118,17 +2313,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "480053c6-8d2f-4627-a371-e799a09a6cd0" + "4a5cad62-982f-4671-bfdd-665593819f57" ], "Accept-Language": [ "en-US" @@ -2154,13 +2349,13 @@ "1194" ], "x-ms-request-id": [ - "0192e266-613f-42a4-afeb-c24c963846f8" + "a1f2fe2a-3516-40f3-9df5-598ac65dc86b" ], "x-ms-correlation-request-id": [ - "0192e266-613f-42a4-afeb-c24c963846f8" + "a1f2fe2a-3516-40f3-9df5-598ac65dc86b" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012150Z:0192e266-613f-42a4-afeb-c24c963846f8" + "WESTUS2:20200324T010951Z:a1f2fe2a-3516-40f3-9df5-598ac65dc86b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2169,7 +2364,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:49 GMT" + "Tue, 24 Mar 2020 01:09:50 GMT" ], "Content-Length": [ "905" @@ -2181,17 +2376,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2bb09686-fc0f-488d-9e37-0c57cae513b5" + "1412295d-a089-48e6-9a8c-c79d679ecad2" ], "Accept-Language": [ "en-US" @@ -2217,13 +2412,13 @@ "1193" ], "x-ms-request-id": [ - "2a90ed73-6854-4e99-9b56-ed66af15fe49" + "3aca0f6b-ec10-4d55-8b6a-33109bfc8323" ], "x-ms-correlation-request-id": [ - "2a90ed73-6854-4e99-9b56-ed66af15fe49" + "3aca0f6b-ec10-4d55-8b6a-33109bfc8323" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012151Z:2a90ed73-6854-4e99-9b56-ed66af15fe49" + "WESTUS2:20200324T010952Z:3aca0f6b-ec10-4d55-8b6a-33109bfc8323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2232,7 +2427,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:50 GMT" + "Tue, 24 Mar 2020 01:09:51 GMT" ], "Content-Length": [ "905" @@ -2244,17 +2439,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3ca05203-329c-4ff6-a8ce-bc18e517c957" + "5b5496db-7fdb-4b6c-8326-dc5c0a794bcd" ], "Accept-Language": [ "en-US" @@ -2280,13 +2475,13 @@ "1192" ], "x-ms-request-id": [ - "f7b9d657-8c5c-449c-ab95-6c565ba93f6d" + "364229b6-3343-4c34-af6f-f2c9b2c2e5d8" ], "x-ms-correlation-request-id": [ - "f7b9d657-8c5c-449c-ab95-6c565ba93f6d" + "364229b6-3343-4c34-af6f-f2c9b2c2e5d8" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012151Z:f7b9d657-8c5c-449c-ab95-6c565ba93f6d" + "WESTUS2:20200324T010953Z:364229b6-3343-4c34-af6f-f2c9b2c2e5d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2295,7 +2490,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:51 GMT" + "Tue, 24 Mar 2020 01:09:52 GMT" ], "Content-Length": [ "905" @@ -2307,17 +2502,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21e30a62-1f50-4180-9944-0bd72e36b5c6" + "8ae67be2-414f-44d0-9f20-d137fb936057" ], "Accept-Language": [ "en-US" @@ -2343,13 +2538,13 @@ "1191" ], "x-ms-request-id": [ - "ba397060-1870-4f7a-b119-abedda4f7c59" + "297a8f83-4c08-4093-8922-031dfa4a982b" ], "x-ms-correlation-request-id": [ - "ba397060-1870-4f7a-b119-abedda4f7c59" + "297a8f83-4c08-4093-8922-031dfa4a982b" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012152Z:ba397060-1870-4f7a-b119-abedda4f7c59" + "WESTUS2:20200324T010954Z:297a8f83-4c08-4093-8922-031dfa4a982b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2358,7 +2553,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:52 GMT" + "Tue, 24 Mar 2020 01:09:53 GMT" ], "Content-Length": [ "905" @@ -2370,17 +2565,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3675daf8-1847-4d26-aeed-748e71ed05cc" + "81cb619c-95c4-4ede-8601-b9751cc85a50" ], "Accept-Language": [ "en-US" @@ -2406,13 +2601,13 @@ "1190" ], "x-ms-request-id": [ - "670a850a-ca28-4b8e-b6bc-0d8effd2b085" + "23b7c539-04a6-4a46-8d6b-49b7292c801b" ], "x-ms-correlation-request-id": [ - "670a850a-ca28-4b8e-b6bc-0d8effd2b085" + "23b7c539-04a6-4a46-8d6b-49b7292c801b" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012153Z:670a850a-ca28-4b8e-b6bc-0d8effd2b085" + "WESTUS2:20200324T010955Z:23b7c539-04a6-4a46-8d6b-49b7292c801b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2421,7 +2616,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:52 GMT" + "Tue, 24 Mar 2020 01:09:54 GMT" ], "Content-Length": [ "905" @@ -2433,17 +2628,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "72c37069-a0b6-45f7-bd88-010bfd9133c5" + "f8dc99fa-c671-4049-aa47-97aabf20ab5c" ], "Accept-Language": [ "en-US" @@ -2469,13 +2664,13 @@ "1189" ], "x-ms-request-id": [ - "a6eccf33-ef1f-4029-85ca-e205bfa3e3b0" + "9bb377aa-f913-4986-8d60-b2d670eeaa8e" ], "x-ms-correlation-request-id": [ - "a6eccf33-ef1f-4029-85ca-e205bfa3e3b0" + "9bb377aa-f913-4986-8d60-b2d670eeaa8e" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012154Z:a6eccf33-ef1f-4029-85ca-e205bfa3e3b0" + "WESTUS2:20200324T010956Z:9bb377aa-f913-4986-8d60-b2d670eeaa8e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2484,7 +2679,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:53 GMT" + "Tue, 24 Mar 2020 01:09:55 GMT" ], "Content-Length": [ "905" @@ -2496,17 +2691,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6001750-bc66-401c-af9e-1a29df8a5432" + "f1cae40d-78ed-48bb-a7fc-62975b91c6ba" ], "Accept-Language": [ "en-US" @@ -2532,13 +2727,13 @@ "1188" ], "x-ms-request-id": [ - "8de88998-6c91-47f8-8de3-836f5c2e2ff5" + "a3d12bc7-0faa-4917-a14b-68abd935f59c" ], "x-ms-correlation-request-id": [ - "8de88998-6c91-47f8-8de3-836f5c2e2ff5" + "a3d12bc7-0faa-4917-a14b-68abd935f59c" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012156Z:8de88998-6c91-47f8-8de3-836f5c2e2ff5" + "WESTUS2:20200324T010957Z:a3d12bc7-0faa-4917-a14b-68abd935f59c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2547,7 +2742,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:55 GMT" + "Tue, 24 Mar 2020 01:09:56 GMT" ], "Content-Length": [ "905" @@ -2559,17 +2754,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81e42c38-aa3e-4b8c-bb0d-26e1d17d7a06" + "c9a49d40-4ed3-44cd-92f5-9f82bd7af8ce" ], "Accept-Language": [ "en-US" @@ -2595,13 +2790,13 @@ "1187" ], "x-ms-request-id": [ - "8f822b54-c35f-4344-b8c7-5a1b356d5a1e" + "cfdcdd47-1f31-41c6-b413-2d8f72a90e94" ], "x-ms-correlation-request-id": [ - "8f822b54-c35f-4344-b8c7-5a1b356d5a1e" + "cfdcdd47-1f31-41c6-b413-2d8f72a90e94" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012157Z:8f822b54-c35f-4344-b8c7-5a1b356d5a1e" + "WESTUS2:20200324T010958Z:cfdcdd47-1f31-41c6-b413-2d8f72a90e94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2610,7 +2805,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:56 GMT" + "Tue, 24 Mar 2020 01:09:57 GMT" ], "Content-Length": [ "905" @@ -2622,17 +2817,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aefb6c2e-3ca8-4304-9d42-f8059b92547e" + "ee24b6fd-560a-4ddb-ae6d-c7ee7d500543" ], "Accept-Language": [ "en-US" @@ -2658,13 +2853,13 @@ "1186" ], "x-ms-request-id": [ - "987789ae-5898-4a8f-b1d8-32d30fb927e4" + "c42d0190-1090-44d9-9da7-fb888a457a6d" ], "x-ms-correlation-request-id": [ - "987789ae-5898-4a8f-b1d8-32d30fb927e4" + "c42d0190-1090-44d9-9da7-fb888a457a6d" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012158Z:987789ae-5898-4a8f-b1d8-32d30fb927e4" + "WESTUS2:20200324T011000Z:c42d0190-1090-44d9-9da7-fb888a457a6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2673,7 +2868,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:57 GMT" + "Tue, 24 Mar 2020 01:09:59 GMT" ], "Content-Length": [ "905" @@ -2685,17 +2880,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f57ffe53-c363-488b-85a5-0845929887ac" + "933d948c-dcf6-4581-9998-becd91ba70b5" ], "Accept-Language": [ "en-US" @@ -2721,13 +2916,13 @@ "1185" ], "x-ms-request-id": [ - "883b611c-2b37-4724-99db-2d4599ba6409" + "9874dcbf-d1b6-47d1-b6c3-2cb2369dd677" ], "x-ms-correlation-request-id": [ - "883b611c-2b37-4724-99db-2d4599ba6409" + "9874dcbf-d1b6-47d1-b6c3-2cb2369dd677" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012159Z:883b611c-2b37-4724-99db-2d4599ba6409" + "WESTUS2:20200324T011001Z:9874dcbf-d1b6-47d1-b6c3-2cb2369dd677" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2736,7 +2931,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:58 GMT" + "Tue, 24 Mar 2020 01:10:00 GMT" ], "Content-Length": [ "905" @@ -2748,17 +2943,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e4146b9f-51d3-4d95-a201-14b7807d516c" + "2a4ea6e6-4439-41da-a316-c8056f228868" ], "Accept-Language": [ "en-US" @@ -2784,13 +2979,13 @@ "1184" ], "x-ms-request-id": [ - "e8ccce79-8a78-4ac0-8430-4ab4b432f363" + "cb9febe4-d4fa-44c9-8559-8be6c512fc18" ], "x-ms-correlation-request-id": [ - "e8ccce79-8a78-4ac0-8430-4ab4b432f363" + "cb9febe4-d4fa-44c9-8559-8be6c512fc18" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012200Z:e8ccce79-8a78-4ac0-8430-4ab4b432f363" + "WESTUS2:20200324T011002Z:cb9febe4-d4fa-44c9-8559-8be6c512fc18" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2799,7 +2994,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:59 GMT" + "Tue, 24 Mar 2020 01:10:02 GMT" ], "Content-Length": [ "905" @@ -2811,17 +3006,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "39192864-000e-44df-9729-35d990accf46" + "f12347c1-a20f-4aa3-9d08-89497610569b" ], "Accept-Language": [ "en-US" @@ -2847,13 +3042,13 @@ "1183" ], "x-ms-request-id": [ - "6c90a502-6ae2-4fb3-bbe0-41d6a97204d2" + "5587344b-7c6e-49ef-b1dc-4727522cff93" ], "x-ms-correlation-request-id": [ - "6c90a502-6ae2-4fb3-bbe0-41d6a97204d2" + "5587344b-7c6e-49ef-b1dc-4727522cff93" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012201Z:6c90a502-6ae2-4fb3-bbe0-41d6a97204d2" + "WESTUS2:20200324T011003Z:5587344b-7c6e-49ef-b1dc-4727522cff93" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2862,7 +3057,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:00 GMT" + "Tue, 24 Mar 2020 01:10:03 GMT" ], "Content-Length": [ "905" @@ -2874,17 +3069,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91728144-4a2a-4fe8-b975-f66dbbc78b33" + "cc9e599d-1232-4326-b4b3-382134c01fad" ], "Accept-Language": [ "en-US" @@ -2910,13 +3105,13 @@ "1182" ], "x-ms-request-id": [ - "c7225e14-95ab-4987-a30d-47e82f820ae8" + "1692df8f-50d8-40b8-b0c5-8d91e2d3a43e" ], "x-ms-correlation-request-id": [ - "c7225e14-95ab-4987-a30d-47e82f820ae8" + "1692df8f-50d8-40b8-b0c5-8d91e2d3a43e" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012202Z:c7225e14-95ab-4987-a30d-47e82f820ae8" + "WESTUS2:20200324T011004Z:1692df8f-50d8-40b8-b0c5-8d91e2d3a43e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2925,7 +3120,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:01 GMT" + "Tue, 24 Mar 2020 01:10:03 GMT" ], "Content-Length": [ "905" @@ -2937,17 +3132,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c356fb5a-d629-44fe-a6e5-9fdaad460ab0" + "d69ca809-498f-48b6-a9bd-caefee50fde8" ], "Accept-Language": [ "en-US" @@ -2973,13 +3168,13 @@ "1181" ], "x-ms-request-id": [ - "e3566677-7a8f-4037-9045-435cc288496b" + "7270fe38-a1bf-4548-933b-d1293df81582" ], "x-ms-correlation-request-id": [ - "e3566677-7a8f-4037-9045-435cc288496b" + "7270fe38-a1bf-4548-933b-d1293df81582" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012203Z:e3566677-7a8f-4037-9045-435cc288496b" + "WESTUS2:20200324T011005Z:7270fe38-a1bf-4548-933b-d1293df81582" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2988,7 +3183,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:02 GMT" + "Tue, 24 Mar 2020 01:10:05 GMT" ], "Content-Length": [ "905" @@ -3000,17 +3195,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e78e981-a2f9-41cc-8554-cd079c28a148" + "3d828de2-5bd2-4b20-8641-20fd4641573f" ], "Accept-Language": [ "en-US" @@ -3036,13 +3231,265 @@ "1180" ], "x-ms-request-id": [ - "140080a2-e94b-46f3-99a8-89426aea4e03" + "3bd846bb-a193-4da6-8e9c-4bdfd66a0d47" + ], + "x-ms-correlation-request-id": [ + "3bd846bb-a193-4da6-8e9c-4bdfd66a0d47" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200324T011012Z:3bd846bb-a193-4da6-8e9c-4bdfd66a0d47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 24 Mar 2020 01:10:11 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\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1aadabfc-02e3-4910-ba7b-a8ae808a8cc2" + ], + "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": [ + "1179" + ], + "x-ms-request-id": [ + "e7beead3-b9b9-46ff-aaac-2a5ab1f2b353" + ], + "x-ms-correlation-request-id": [ + "e7beead3-b9b9-46ff-aaac-2a5ab1f2b353" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200324T011013Z:e7beead3-b9b9-46ff-aaac-2a5ab1f2b353" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 24 Mar 2020 01:10: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\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "770e4fd5-1ebc-4dd7-84e2-386121833abe" + ], + "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": [ + "1178" + ], + "x-ms-request-id": [ + "a7e14ce6-51a2-4ad5-91b7-8a18cbbda110" + ], + "x-ms-correlation-request-id": [ + "a7e14ce6-51a2-4ad5-91b7-8a18cbbda110" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200324T011014Z:a7e14ce6-51a2-4ad5-91b7-8a18cbbda110" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 24 Mar 2020 01:10:14 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\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2acd9f53-b7c1-4535-8457-79dd6f954ec6" + ], + "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": [ + "1177" + ], + "x-ms-request-id": [ + "6804bc86-e1ca-4d8d-9521-8f114c09dde8" + ], + "x-ms-correlation-request-id": [ + "6804bc86-e1ca-4d8d-9521-8f114c09dde8" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200324T011015Z:6804bc86-e1ca-4d8d-9521-8f114c09dde8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 24 Mar 2020 01:10:15 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\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8bb3b21f-52dc-439b-bc35-e0f9ae2c84d3" + ], + "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": [ + "1176" + ], + "x-ms-request-id": [ + "e3a4e721-13d7-4fa4-bf4e-96830c6ec635" ], "x-ms-correlation-request-id": [ - "140080a2-e94b-46f3-99a8-89426aea4e03" + "e3a4e721-13d7-4fa4-bf4e-96830c6ec635" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012204Z:140080a2-e94b-46f3-99a8-89426aea4e03" + "WESTUS2:20200324T011016Z:e3a4e721-13d7-4fa4-bf4e-96830c6ec635" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3051,7 +3498,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:03 GMT" + "Tue, 24 Mar 2020 01:10:16 GMT" ], "Content-Length": [ "905" @@ -3063,19 +3510,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"7aHfE4UJq0KYG1BzFf01x+UC0QtlonhEPE1C4ZOXY5U=\",\r\n \"secondaryKey\": \"0Ic3pucQehsPUQcgYxEKu0T42d+2q4YK51DS7kOigmQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"iimY++42FZe9ueyKMrzpOyqdEYndp6O9PEgcYrI/UnE=\",\r\n \"secondaryKey\": \"3DQeIpCBUzSXEoxgFHHkfFcQ4VYXiUhfZ5qlGmKuDSI=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"W8SnT8K/vQ44pGAQdK3jjOzNgysEq96e1fMdHVJsVFI=\",\r\n \"secondaryKey\": \"FLtnmMMsVV6XJhlYqd7ATNyZf7lKcbOqewO9XHpOFfg=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"C1+EQo2YuEtGA++GUXBgalvV+KWOR9HW6mMrctdpwk4=\",\r\n \"secondaryKey\": \"7PnQehn0vadxx0v4pIcYsN7+EjMqcZ3iJy0eEJIL0NQ=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"F+LidHWxzYS8YGzmiY2QFITRqLcW1oGp7/smqmw9oBc=\",\r\n \"secondaryKey\": \"4HcKhvpPP+9dWz/ZzfK9q9PeGwgW9yamyAFtzGYk+pA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": { "Test-AzureRmIotHubDeviceLifecycle": [ - "ps4842", - "ps4196", - "ps6012", - "ps3148", - "ps5573", - "ps3767", - "ps6762" + "ps2929", + "ps742", + "ps4991", + "ps3238", + "ps8667", + "ps8787", + "ps3804" ] }, "Variables": { diff --git a/src/IotHub/IotHub/Az.IotHub.psd1 b/src/IotHub/IotHub/Az.IotHub.psd1 index eb7d8f6e24b3..e28e14fe70e2 100644 --- a/src/IotHub/IotHub/Az.IotHub.psd1 +++ b/src/IotHub/IotHub/Az.IotHub.psd1 @@ -100,7 +100,8 @@ CmdletsToExport = 'Add-AzIotHubKey', 'Get-AzIotHubEventHubConsumerGroup', 'Get-AzIotHubModuleConnectionString', 'Get-AzIotHubDeviceParent', 'Set-AzIotHubDeviceParent', 'Add-AzIotHubDeviceChildren', 'Remove-AzIotHubDeviceChildren', 'Get-AzIotHubDeviceChildren', - 'Get-AzIotHubDistributedTracing', 'Set-AzIotHubDistributedTracing' + 'Get-AzIotHubDistributedTracing', 'Set-AzIotHubDistributedTracing', + 'Get-AzIotHubDeviceTwin', 'Update-AzIotHubDeviceTwin', 'Set-AzIotHubDeviceTwin' # Variables to export from this module # VariablesToExport = @() diff --git a/src/IotHub/IotHub/ChangeLog.md b/src/IotHub/IotHub/ChangeLog.md index ebbdf1853417..fed7bdf48378 100644 --- a/src/IotHub/IotHub/ChangeLog.md +++ b/src/IotHub/IotHub/ChangeLog.md @@ -21,6 +21,10 @@ * Added support to manage distributed settings per-device. New Cmdlets are: - `Get-AzIotHubDistributedTracing` - `Set-AzIotHubDistributedTracing` +* Manage IoT device twin configuration, New cmdlets are: + - `Get-AzIotHubDeviceTwin` + - `Update-AzIotHubDeviceTwin` + - `Set-AzIotHubDeviceTwin` ## Version 2.2.0 * Added support to manage devices in an Iot Hub. New Cmdlets are: diff --git a/src/IotHub/IotHub/Common/IotHubDataPlaneUtils.cs b/src/IotHub/IotHub/Common/IotHubDataPlaneUtils.cs index ebd24700b9c8..af97e24e8129 100644 --- a/src/IotHub/IotHub/Common/IotHubDataPlaneUtils.cs +++ b/src/IotHub/IotHub/Common/IotHubDataPlaneUtils.cs @@ -70,6 +70,11 @@ public static IEnumerable ToPSModules(IEnumerable modules) return IotHubUtils.ConvertObject, IEnumerable>(modules.ToList()); } + public static PSDeviceTwin ToPSDeviceTwin(Twin deviceTwin) + { + return IotHubUtils.ConvertObject(deviceTwin); + } + public static void ValidateDeviceTracing(string DeviceId, string Sku, string Location, bool IsEdgeDevice) { if (!TracingAllowedForLocation.Any(location => location.Equals(Location, StringComparison.OrdinalIgnoreCase))) diff --git a/src/IotHub/IotHub/Common/IotHubUtils.cs b/src/IotHub/IotHub/Common/IotHubUtils.cs index f53745524b46..3e1d2c0fce87 100644 --- a/src/IotHub/IotHub/Common/IotHubUtils.cs +++ b/src/IotHub/IotHub/Common/IotHubUtils.cs @@ -385,7 +385,7 @@ public static string GetSubscriptionId(string Id) public static string GetIotHubName(string Id) { if (string.IsNullOrEmpty(Id)) return null; - Regex r = new Regex(@"(.*?)/IotHubs/(?\S+)/certificates/(.*?)", RegexOptions.IgnoreCase); + Regex r = new Regex(@"(.*?)/IotHubs/(?[^\s/]+)", RegexOptions.IgnoreCase); Match m = r.Match(Id); return m.Success ? m.Groups["iothubname"].Value : null; } diff --git a/src/IotHub/IotHub/IotHub.format.ps1xml b/src/IotHub/IotHub/IotHub.format.ps1xml index 409371120de3..0d38875b17e8 100644 --- a/src/IotHub/IotHub/IotHub.format.ps1xml +++ b/src/IotHub/IotHub/IotHub.format.ps1xml @@ -928,5 +928,42 @@ + + + Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin + + + Microsoft.Azure.Commands.Management.IotHub.Models.PSDeviceTwin + + + + + + + DeviceId + + + + $_.Tags + + + + $_.Properties.Desired + + + + $_.Properties.Reported + + + ETag + + + Version + + + + + + \ No newline at end of file diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Device/GetAzIotHubDeviceTwin.cs b/src/IotHub/IotHub/IotHub/DataPlane/Device/GetAzIotHubDeviceTwin.cs new file mode 100644 index 000000000000..785c0ee8d68c --- /dev/null +++ b/src/IotHub/IotHub/IotHub/DataPlane/Device/GetAzIotHubDeviceTwin.cs @@ -0,0 +1,95 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Devices.Shared; + using Microsoft.Azure.Management.IotHub; + using Microsoft.Azure.Management.IotHub.Models; + using ResourceManager.Common.ArgumentCompleters; + + [Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "IotHubDeviceTwin", DefaultParameterSetName = ResourceParameterSet)] + [OutputType(typeof(PSDeviceTwin))] + public class GetAzIotHubDeviceTwin : 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 = ResourceParameterSet, HelpMessage = "Name of the Resource Group")] + [ValidateNotNullOrEmpty] + [ResourceGroupCompleter] + public string ResourceGroupName { 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 = 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; } + + public override void ExecuteCmdlet() + { + 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.RegistryWrite); + PSIotHubConnectionString psIotHubConnectionString = IotHubUtils.ToPSIotHubConnectionString(policy, iotHubDescription.Properties.HostName); + RegistryManager registryManager = RegistryManager.CreateFromConnectionString(psIotHubConnectionString.PrimaryConnectionString); + + Twin deviceTwin = registryManager.GetTwinAsync(this.DeviceId).GetAwaiter().GetResult(); + + if (deviceTwin == null) + { + throw new ArgumentException($"The entered device \"{this.DeviceId}\" doesn't exist."); + } + + this.WriteObject(IotHubDataPlaneUtils.ToPSDeviceTwin(deviceTwin)); + } + } +} diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Device/SetAzIotHubDeviceTwin.cs b/src/IotHub/IotHub/IotHub/DataPlane/Device/SetAzIotHubDeviceTwin.cs new file mode 100644 index 000000000000..ada16fc10869 --- /dev/null +++ b/src/IotHub/IotHub/IotHub/DataPlane/Device/SetAzIotHubDeviceTwin.cs @@ -0,0 +1,134 @@ +// ---------------------------------------------------------------------------------- +// +// 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; + 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.Devices.Shared; + using Microsoft.Azure.Management.IotHub; + using Microsoft.Azure.Management.IotHub.Models; + using Microsoft.WindowsAzure.Commands.Utilities.Common; + using Newtonsoft.Json; + using ResourceManager.Common.ArgumentCompleters; + + [Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "IotHubDeviceTwin", DefaultParameterSetName = InputObjectParameterSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSDeviceTwin))] + public class SetAzIotHubDeviceTwin : IotHubBaseCmdlet + { + private const string ResourceIdParameterSet = "ResourceIdSet"; + private const string ResourceParameterSet = "ResourceSet"; + private const string ResourceParameterSetForTag = "ResourceSetForTag"; + private const string ResourceParameterSetForDesired = "ResourceSetForDesired"; + 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")] + [Parameter(Position = 0, Mandatory = true, ParameterSetName = ResourceParameterSetForTag, HelpMessage = "Name of the Resource Group")] + [Parameter(Position = 0, Mandatory = true, ParameterSetName = ResourceParameterSetForDesired, 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")] + [Parameter(Position = 1, Mandatory = true, ParameterSetName = ResourceParameterSetForTag, HelpMessage = "Name of the Iot Hub")] + [Parameter(Position = 1, Mandatory = true, ParameterSetName = ResourceParameterSetForDesired, 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.")] + [Parameter(Position = 2, Mandatory = true, ParameterSetName = ResourceParameterSetForTag, HelpMessage = "Target Device Id.")] + [Parameter(Position = 2, Mandatory = true, ParameterSetName = ResourceParameterSetForDesired, HelpMessage = "Target Device Id.")] + [ValidateNotNullOrEmpty] + public string DeviceId { get; set; } + + [Parameter(Mandatory = false, ParameterSetName = InputObjectParameterSet, HelpMessage = "Replace the tags property in a device twin.")] + [Parameter(Mandatory = false, ParameterSetName = ResourceIdParameterSet, HelpMessage = "Replace the tags property in a device twin.")] + [Parameter(Mandatory = true, ParameterSetName = ResourceParameterSet, HelpMessage = "Replace the tags property in a device twin.")] + [Parameter(Mandatory = true, ParameterSetName = ResourceParameterSetForTag, HelpMessage = "Replace the tags property in a device twin.")] + [ValidateNotNullOrEmpty] + public Hashtable Tag { get; set; } + + [Parameter(Mandatory = false, ParameterSetName = InputObjectParameterSet, HelpMessage = "Replace the desired property in a device twin.")] + [Parameter(Mandatory = false, ParameterSetName = ResourceIdParameterSet, HelpMessage = "Replace the desired property in a device twin.")] + [Parameter(Mandatory = true, ParameterSetName = ResourceParameterSet, HelpMessage = "Replace the desired property in a device twin.")] + [Parameter(Mandatory = true, ParameterSetName = ResourceParameterSetForDesired, HelpMessage = "Replace the desired property in a device twin.")] + [ValidateNotNullOrEmpty] + public Hashtable Desired { get; set; } + + public override void ExecuteCmdlet() + { + if (ShouldProcess(this.DeviceId, Properties.Resources.SetIotHubDeviceTwin)) + { + IotHubDescription iotHubDescription; + + switch (ParameterSetName) + { + case InputObjectParameterSet: + this.ResourceGroupName = this.InputObject.Resourcegroup; + this.IotHubName = this.InputObject.Name; + iotHubDescription = IotHubUtils.ConvertObject(this.InputObject); + break; + default: + if (this.IsParameterBound(c => c.ResourceId)) + { + this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.ResourceId); + this.IotHubName = IotHubUtils.GetIotHubName(this.ResourceId); + } + iotHubDescription = this.IotHubClient.IotHubResource.Get(this.ResourceGroupName, this.IotHubName); + break; + } + + IEnumerable authPolicies = this.IotHubClient.IotHubResource.ListKeys(this.ResourceGroupName, this.IotHubName); + SharedAccessSignatureAuthorizationRule policy = IotHubUtils.GetPolicy(authPolicies, PSAccessRights.RegistryWrite); + PSIotHubConnectionString psIotHubConnectionString = IotHubUtils.ToPSIotHubConnectionString(policy, iotHubDescription.Properties.HostName); + RegistryManager registryManager = RegistryManager.CreateFromConnectionString(psIotHubConnectionString.PrimaryConnectionString); + + Twin deviceTwin = registryManager.GetTwinAsync(this.DeviceId).GetAwaiter().GetResult(); + + if (deviceTwin == null) + { + throw new ArgumentException($"The entered device \"{this.DeviceId}\" doesn't exist."); + } + + if (this.IsParameterBound(c => c.Tag)) + { + deviceTwin.Tags = new TwinCollection(JsonConvert.SerializeObject(this.Tag)); + } + + if (this.IsParameterBound(c => c.Desired)) + { + deviceTwin.Properties.Desired = new TwinCollection(JsonConvert.SerializeObject(this.Desired)); + } + + this.WriteObject(registryManager.ReplaceTwinAsync(this.DeviceId, deviceTwin, deviceTwin.ETag).GetAwaiter().GetResult()); + } + } + } +} diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs b/src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs new file mode 100644 index 000000000000..eec8a4dc9d6f --- /dev/null +++ b/src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs @@ -0,0 +1,123 @@ +// ---------------------------------------------------------------------------------- +// +// 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; + 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.Devices.Shared; + using Microsoft.Azure.Management.IotHub; + using Microsoft.Azure.Management.IotHub.Models; + using Microsoft.WindowsAzure.Commands.Utilities.Common; + using Newtonsoft.Json; + using ResourceManager.Common.ArgumentCompleters; + + [Cmdlet("Update", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "IotHubDeviceTwin", DefaultParameterSetName = ResourceParameterSet, SupportsShouldProcess = true)] + [OutputType(typeof(PSDeviceTwin))] + public class UpdateAzIotHubDeviceTwin : 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 = ResourceParameterSet, HelpMessage = "Name of the Resource Group")] + [ValidateNotNullOrEmpty] + [ResourceGroupCompleter] + public string ResourceGroupName { 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 = 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(Mandatory = false, ParameterSetName = InputObjectParameterSet, HelpMessage = "Add or update the tags property in a device twin.")] + [Parameter(Mandatory = false, ParameterSetName = ResourceIdParameterSet, HelpMessage = "Add or update the tags property in a device twin.")] + [Parameter(Mandatory = false, ParameterSetName = ResourceParameterSet, HelpMessage = "Add or update the tags property in a device twin.")] + [ValidateNotNullOrEmpty] + public Hashtable Tag { get; set; } + + [Parameter(Mandatory = false, ParameterSetName = InputObjectParameterSet, HelpMessage = "Add or update the desired property in a device twin.")] + [Parameter(Mandatory = false, ParameterSetName = ResourceIdParameterSet, HelpMessage = "Add or update the desired property in a device twin.")] + [Parameter(Mandatory = false, ParameterSetName = ResourceParameterSet, HelpMessage = "Add or update the desired property in a device twin.")] + [ValidateNotNullOrEmpty] + public Hashtable Desired { get; set; } + + public override void ExecuteCmdlet() + { + if (ShouldProcess(this.DeviceId, Properties.Resources.UpdateIotHubDeviceTwin)) + { + 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.RegistryWrite); + PSIotHubConnectionString psIotHubConnectionString = IotHubUtils.ToPSIotHubConnectionString(policy, iotHubDescription.Properties.HostName); + RegistryManager registryManager = RegistryManager.CreateFromConnectionString(psIotHubConnectionString.PrimaryConnectionString); + + Twin deviceTwin = registryManager.GetTwinAsync(this.DeviceId).GetAwaiter().GetResult(); + + if (deviceTwin == null) + { + throw new ArgumentException($"The entered device \"{this.DeviceId}\" doesn't exist."); + } + + if (this.IsParameterBound(c => c.Tag)) + { + deviceTwin.Tags = new TwinCollection(JsonConvert.SerializeObject(this.Tag)); + } + + if (this.IsParameterBound(c => c.Desired)) + { + deviceTwin.Properties.Desired = new TwinCollection(JsonConvert.SerializeObject(this.Desired)); + } + + this.WriteObject(registryManager.UpdateTwinAsync(this.DeviceId, deviceTwin, deviceTwin.ETag).GetAwaiter().GetResult()); + } + } + } +} diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs new file mode 100644 index 000000000000..03624af78a24 --- /dev/null +++ b/src/IotHub/IotHub/IotHub/DataPlane/Models/PSDeviceTwin.cs @@ -0,0 +1,106 @@ +// ---------------------------------------------------------------------------------- +// +// 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.Models +{ + using System; + using Microsoft.Azure.Devices.Shared; + using Newtonsoft.Json; + + /// + /// Device Twin Representation. + /// + public class PSDeviceTwin + { + /// + /// Device ID + /// + public string DeviceId { get; set; } + + /// + /// Device's Tags. + /// + public TwinCollection Tags { get; set; } + + /// + /// Device's properties. + /// + public TwinProperties Properties { get; set; } + + /// + /// Device's Twin Version. + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public long Version { get; set; } + + /// + /// Device's Twin ETag. + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public string ETag { get; set; } + + /// + /// Device's ConnectionState. + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public PSDeviceConnectionState ConnectionState { get; set; } + + /// + /// Device's Status. + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public PSDeviceStatus Status { get; set; } + + /// + /// Reason, if any, for the Device to be in specified . + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public string StatusReason { get; set; } + + /// + /// Time when the was last updated. + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public DateTime ConnectionStateUpdatedTime { get; set; } + + /// + /// Time when the was last updated. + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public DateTime StatusUpdatedTime { get; set; } + + /// + /// Time when the was last active. + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public DateTime LastActivityTime { get; set; } + + /// + /// Number of messages sent to the Device from the Cloud. + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public int CloudToDeviceMessageCount { get; set; } + + /// + /// Device's authentication type. + /// + [JsonProperty(DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)] + public PSAuthenticationType AuthenticationType { get; set; } + + /// + /// Capabilities that are enabled on the device + /// + public DeviceCapabilities Capabilities { get; set; } + } +} diff --git a/src/IotHub/IotHub/Properties/Resources.Designer.cs b/src/IotHub/IotHub/Properties/Resources.Designer.cs index 82d50637551c..fd2608c35a2e 100644 --- a/src/IotHub/IotHub/Properties/Resources.Designer.cs +++ b/src/IotHub/IotHub/Properties/Resources.Designer.cs @@ -292,6 +292,15 @@ internal static string RemoveIotHubRoutingEndpoint { } } + /// + /// Looks up a localized string similar to Replace Device Twin. + /// + internal static string SetIotHubDeviceTwin { + get { + return ResourceManager.GetString("SetIotHubDeviceTwin", resourceCulture); + } + } + /// /// Looks up a localized string similar to Update Distributed Tracing. /// @@ -328,6 +337,15 @@ internal static string UpdateIotHubDevice { } } + /// + /// Looks up a localized string similar to Update Device Twin. + /// + internal static string UpdateIotHubDeviceTwin { + get { + return ResourceManager.GetString("UpdateIotHubDeviceTwin", resourceCulture); + } + } + /// /// Looks up a localized string similar to Update Message Enrichment. /// diff --git a/src/IotHub/IotHub/Properties/Resources.resx b/src/IotHub/IotHub/Properties/Resources.resx index 12803c0988bc..bf4a73affe7c 100644 --- a/src/IotHub/IotHub/Properties/Resources.resx +++ b/src/IotHub/IotHub/Properties/Resources.resx @@ -219,4 +219,10 @@ Update Distributed Tracing + + Replace Device Twin + + + Update Device Twin + \ No newline at end of file diff --git a/src/IotHub/IotHub/help/Az.IotHub.md b/src/IotHub/IotHub/help/Az.IotHub.md index 0529cd95debe..e6bb301cf579 100644 --- a/src/IotHub/IotHub/help/Az.IotHub.md +++ b/src/IotHub/IotHub/help/Az.IotHub.md @@ -62,6 +62,9 @@ Get the connection string of a target IoT device in an Iot Hub. ### [Get-AzIotHubDeviceParent](Get-AzIotHubDeviceParent.md) Get the parent device of the specified device. +### [Get-AzIotHubDeviceTwin](Get-AzIotHubDeviceTwin.md) +Gets a device twin. + ### [Get-AzIotHubDistributedTracing](Get-AzIotHubDistributedTracing.md) Get the distributed tracing settings for a device. @@ -152,6 +155,9 @@ Update an IoT Hub device. ### [Set-AzIotHubDeviceParent](Set-AzIotHubDeviceParent.md) Set the parent device of the specified device. +### [Set-AzIotHubDeviceTwin](Set-AzIotHubDeviceTwin.md) +Replaces tags and desired properties of a device twin. + ### [Set-AzIotHubDistributedTracing](Set-AzIotHubDistributedTracing.md) Update the distributed tracing options for a device. @@ -173,3 +179,6 @@ Test routes in IoT Hub ### [Update-AzIotHub](Update-AzIotHub.md) Update an Azure IoT Hub. +### [Update-AzIotHubDeviceTwin](Update-AzIotHubDeviceTwin.md) +Updates tags and desired properties of a device twin. + diff --git a/src/IotHub/IotHub/help/Get-AzIotHubDeviceTwin.md b/src/IotHub/IotHub/help/Get-AzIotHubDeviceTwin.md new file mode 100644 index 000000000000..4258693bf0b6 --- /dev/null +++ b/src/IotHub/IotHub/help/Get-AzIotHubDeviceTwin.md @@ -0,0 +1,152 @@ +--- +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/get-aziothubdevicetwin +schema: 2.0.0 +--- + +# Get-AzIotHubDeviceTwin + +## SYNOPSIS +Gets a device twin. + +## SYNTAX + +### ResourceSet (Default) +``` +Get-AzIotHubDeviceTwin [-ResourceGroupName] [-IotHubName] [-DeviceId] + [-DefaultProfile ] [] +``` + +### InputObjectSet +``` +Get-AzIotHubDeviceTwin [-InputObject] [-DeviceId] + [-DefaultProfile ] [] +``` + +### ResourceIdSet +``` +Get-AzIotHubDeviceTwin [-ResourceId] [-DeviceId] [-DefaultProfile ] + [] +``` + +## DESCRIPTION +Gets a device twin. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins for more information. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Get-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" +``` + +Returns the device twin object. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.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: System.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: Microsoft.Azure.Commands.Management.IotHub.Models.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: System.String +Parameter Sets: ResourceSet +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Name of the Resource Group + +```yaml +Type: System.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: System.String +Parameter Sets: ResourceIdSet +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: True (ByPropertyName) +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.PSDeviceTwin + +## NOTES + +## RELATED LINKS diff --git a/src/IotHub/IotHub/help/Set-AzIotHubDeviceTwin.md b/src/IotHub/IotHub/help/Set-AzIotHubDeviceTwin.md new file mode 100644 index 000000000000..f30a698fba58 --- /dev/null +++ b/src/IotHub/IotHub/help/Set-AzIotHubDeviceTwin.md @@ -0,0 +1,264 @@ +--- +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/set-aziothubdevicetwin +schema: 2.0.0 +--- + +# Set-AzIotHubDeviceTwin + +## SYNOPSIS +Replaces tags and desired properties of a device twin. + +## SYNTAX + +### InputObjectSet (Default) +``` +Set-AzIotHubDeviceTwin [-InputObject] [-DeviceId] [-Tag ] [-Desired ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceIdSet +``` +Set-AzIotHubDeviceTwin [-ResourceId] [-DeviceId] [-Tag ] [-Desired ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceSet +``` +Set-AzIotHubDeviceTwin [-ResourceGroupName] [-IotHubName] [-DeviceId] + -Tag -Desired [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### ResourceSetForTag +``` +Set-AzIotHubDeviceTwin [-ResourceGroupName] [-IotHubName] [-DeviceId] + -Tag [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceSetForDesired +``` +Set-AzIotHubDeviceTwin [-ResourceGroupName] [-IotHubName] [-DeviceId] + -Desired [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Replaces a device twin. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins for more information. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Set-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $newTag -Desired $newDesired +``` + +Returns the replaced device twin object. + +### Example 2 +```powershell +PS C:\> Set-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Desired $newDesired +``` + +Returns the device twin object with replaced desired properties. + +### Example 3 +```powershell +PS C:\> Set-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $newTag +``` + +Returns the device twin object with replaced tags property. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Desired +Add or update the desired property in a device twin. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: InputObjectSet, ResourceIdSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: ResourceSet, ResourceSetForDesired +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DeviceId +Target Device Id. + +```yaml +Type: System.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: Microsoft.Azure.Commands.Management.IotHub.Models.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: System.String +Parameter Sets: ResourceSet, ResourceSetForTag, ResourceSetForDesired +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Name of the Resource Group + +```yaml +Type: System.String +Parameter Sets: ResourceSet, ResourceSetForTag, ResourceSetForDesired +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceId +IotHub Resource Id + +```yaml +Type: System.String +Parameter Sets: ResourceIdSet +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tag +Add or update the tags property in a device twin. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: InputObjectSet, ResourceIdSet +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: ResourceSet, ResourceSetForTag +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.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: System.Management.Automation.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 + +### System.String + +## NOTES + +## RELATED LINKS diff --git a/src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md b/src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md new file mode 100644 index 000000000000..c744f1613783 --- /dev/null +++ b/src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md @@ -0,0 +1,228 @@ +--- +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/update-aziothubdevicetwin +schema: 2.0.0 +--- + +# Update-AzIotHubDeviceTwin + +## SYNOPSIS +Updates tags and desired properties of a device twin. + +## SYNTAX + +### ResourceSet (Default) +``` +Update-AzIotHubDeviceTwin [-ResourceGroupName] [-IotHubName] [-DeviceId] + [-Tag ] [-Desired ] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### InputObjectSet +``` +Update-AzIotHubDeviceTwin [-InputObject] [-DeviceId] [-Tag ] + [-Desired ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +### ResourceIdSet +``` +Update-AzIotHubDeviceTwin [-ResourceId] [-DeviceId] [-Tag ] [-Desired ] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Updates a device twin. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins for more information. + +## EXAMPLES + +### Example 1 +```powershell +PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $updatedTag -Desired $updatedDesired +``` + +Returns the updated device twin object. + +### Example 2 +```powershell +PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Desired $updatedDesired +``` + +Returns the device twin object with updated desired properties. + +### Example 3 +```powershell +PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $updatedTag +``` + +Returns the device twin object with updated tags property. + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer +Parameter Sets: (All) +Aliases: AzContext, AzureRmContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Desired +Add or update the desired property in a device twin. + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DeviceId +Target Device Id. + +```yaml +Type: System.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: Microsoft.Azure.Commands.Management.IotHub.Models.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: System.String +Parameter Sets: ResourceSet +Aliases: + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +Name of the Resource Group + +```yaml +Type: System.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: System.String +Parameter Sets: ResourceIdSet +Aliases: + +Required: True +Position: 0 +Default value: None +Accept pipeline input: True (ByPropertyName) +Accept wildcard characters: False +``` + +### -Tag +Add or update the tags property in a device twin. + +```yaml +Type: System.Collections.Hashtable +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: System.Management.Automation.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: System.Management.Automation.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 + +### System.String + +## NOTES + +## RELATED LINKS From 70039f5b0d3b51c065983ab1f9ed4ae2d7baa2ac Mon Sep 17 00:00:00 2001 From: Sapan Saxena Date: Thu, 26 Mar 2020 11:09:17 -0700 Subject: [PATCH 2/2] Updated as per design review --- .../ScenarioTests/IotHubDPDeviceTests.ps1 | 14 +- .../TestAzureIotHubDeviceLifecycle.json | 1041 +++++++++-------- src/IotHub/IotHub/Az.IotHub.psd1 | 2 +- src/IotHub/IotHub/ChangeLog.md | 1 - .../DataPlane/Device/SetAzIotHubDeviceTwin.cs | 134 --- .../Device/UpdateAzIotHubDeviceTwin.cs | 12 +- .../IotHub/Properties/Resources.Designer.cs | 9 - src/IotHub/IotHub/Properties/Resources.resx | 3 - src/IotHub/IotHub/help/Az.IotHub.md | 3 - .../IotHub/help/Set-AzIotHubDeviceTwin.md | 264 ----- .../IotHub/help/Update-AzIotHubDeviceTwin.md | 39 +- 11 files changed, 599 insertions(+), 923 deletions(-) delete mode 100644 src/IotHub/IotHub/IotHub/DataPlane/Device/SetAzIotHubDeviceTwin.cs delete mode 100644 src/IotHub/IotHub/help/Set-AzIotHubDeviceTwin.md diff --git a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 index 04012b20dfac..270d85f07892 100644 --- a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 +++ b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 @@ -67,25 +67,25 @@ function Test-AzureRmIotHubDeviceLifecycle $device1twin = Get-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 Assert-True { $device1twin.DeviceId -eq $device1} - # Update device twin + # Partial update device twin $tags1 = @{} $tags1.Add('Test1', '1') - $updateddevice1twin1 = Update-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -tag $tags1 + $updateddevice1twin1 = Update-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -tag $tags1 -Partial Assert-True { $updateddevice1twin1.DeviceId -eq $device1} Assert-True { $updateddevice1twin1.tags.Count -eq 1} $tags2 = @{} $tags2.Add('Test2', '2') - $updateddevice1twin2 = Update-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -tag $tags2 + $updateddevice1twin2 = Update-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -tag $tags2 -Partial Assert-True { $updateddevice1twin2.DeviceId -eq $device1} Assert-True { $updateddevice1twin2.tags.Count -eq 2} - # Set device twin + # Update device twin $tags3 = @{} $tags3.Add('Test3', '3') - $setdevice1twin = Set-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -tag $tags3 - Assert-True { $setdevice1twin.DeviceId -eq $device1} - Assert-True { $setdevice1twin.tags.Count -eq 1} + $updateddevice1twin3 = Update-AzIotHubDeviceTwin -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -tag $tags3 + Assert-True { $updateddevice1twin3.DeviceId -eq $device1} + Assert-True { $updateddevice1twin3.tags.Count -eq 1} # Get all devices $devices = Get-AzIotHubDevice -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPDeviceTests/TestAzureIotHubDeviceLifecycle.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPDeviceTests/TestAzureIotHubDeviceLifecycle.json index d3d11c6bfb8f..921b02c010c6 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPDeviceTests/TestAzureIotHubDeviceLifecycle.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPDeviceTests/TestAzureIotHubDeviceLifecycle.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fac1837f-afbd-477c-a838-ef4d4f143d13" + "608fb83c-eca2-4e37-b11e-6640fdd726ac" ], "Accept-Language": [ "en-US" @@ -30,13 +30,13 @@ "11999" ], "x-ms-request-id": [ - "26b4eae7-0a8e-4b64-b8cd-605d1bc83437" + "154fefbe-c8bd-4d00-98ca-b6acb473843b" ], "x-ms-correlation-request-id": [ - "26b4eae7-0a8e-4b64-b8cd-605d1bc83437" + "154fefbe-c8bd-4d00-98ca-b6acb473843b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010750Z:26b4eae7-0a8e-4b64-b8cd-605d1bc83437" + "WESTUS2:20200326T175015Z:154fefbe-c8bd-4d00-98ca-b6acb473843b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:07:50 GMT" + "Thu, 26 Mar 2020 17:50:14 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -61,13 +61,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourcegroups/ps742?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzNzQyP2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourcegroups/ps8819?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzODgxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6b9a90fd-2e3f-4bcf-b93a-2c5709e84830" + "adc467f5-723b-49a7-b32b-7fb4e2929f0c" ], "Accept-Language": [ "en-US" @@ -96,13 +96,13 @@ "1199" ], "x-ms-request-id": [ - "d0fcc566-cd85-4570-9e97-4d736e0c7e4d" + "16ba4261-9bad-4175-9125-f567bb245c12" ], "x-ms-correlation-request-id": [ - "d0fcc566-cd85-4570-9e97-4d736e0c7e4d" + "16ba4261-9bad-4175-9125-f567bb245c12" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010751Z:d0fcc566-cd85-4570-9e97-4d736e0c7e4d" + "WESTUS2:20200326T175016Z:16ba4261-9bad-4175-9125-f567bb245c12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,10 +111,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:07:51 GMT" + "Thu, 26 Mar 2020 17:50:15 GMT" ], "Content-Length": [ - "163" + "165" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742\",\r\n \"name\": \"ps742\",\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/ps8819\",\r\n \"name\": \"ps8819\",\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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "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": [ - "6e62cedb-ce89-44c2-b8e1-31dd9f378494" + "5cb42d51-d304-49de-a331-a03bee86835f" ], "Accept-Language": [ "en-US" @@ -159,22 +159,22 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYTMwZjE3OTgtZGM5Ny00ZTgwLWIzMTctYzU1ZmRiZmVkNDRm?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4999" + "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfNGE4MGRhNDMtNTEyMi00NWNhLTkxOTMtODQwNWRlYzQ0MjRk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-resource-requests": [ + "4999" + ], "x-ms-request-id": [ - "4f54c988-6346-4283-aa31-9f8f6c75aac8" + "ac87663a-fe78-4020-8c31-d1c5aadfbdd6" ], "x-ms-correlation-request-id": [ - "4f54c988-6346-4283-aa31-9f8f6c75aac8" + "ac87663a-fe78-4020-8c31-d1c5aadfbdd6" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010813Z:4f54c988-6346-4283-aa31-9f8f6c75aac8" + "WESTUS2:20200326T175035Z:ac87663a-fe78-4020-8c31-d1c5aadfbdd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,7 +183,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:08:13 GMT" + "Thu, 26 Mar 2020 17:50:34 GMT" ], "Content-Length": [ "617" @@ -195,12 +195,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\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/b3NfaWhfYTMwZjE3OTgtZGM5Ny00ZTgwLWIzMTctYzU1ZmRiZmVkNDRm?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWVRNd1pqRTNPVGd0WkdNNU55MDBaVGd3TFdJek1UY3RZelUxWm1SaVptVmtORFJtP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfNGE4MGRhNDMtNTEyMi00NWNhLTkxOTMtODQwNWRlYzQ0MjRk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTkdFNE1HUmhORE10TlRFeU1pMDBOV05oTFRreE9UTXRPRFF3TldSbFl6UTBNalJrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -225,13 +225,13 @@ "11999" ], "x-ms-request-id": [ - "16d765cf-039f-41ea-b80a-e54cafefe8cc" + "03941cc6-76bd-41d4-9ed8-d91f36540200" ], "x-ms-correlation-request-id": [ - "16d765cf-039f-41ea-b80a-e54cafefe8cc" + "03941cc6-76bd-41d4-9ed8-d91f36540200" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010843Z:16d765cf-039f-41ea-b80a-e54cafefe8cc" + "WESTUS2:20200326T175105Z:03941cc6-76bd-41d4-9ed8-d91f36540200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,7 +240,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:08:43 GMT" + "Thu, 26 Mar 2020 17:51:05 GMT" ], "Content-Length": [ "20" @@ -256,8 +256,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYTMwZjE3OTgtZGM5Ny00ZTgwLWIzMTctYzU1ZmRiZmVkNDRm?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWVRNd1pqRTNPVGd0WkdNNU55MDBaVGd3TFdJek1UY3RZelUxWm1SaVptVmtORFJtP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfNGE4MGRhNDMtNTEyMi00NWNhLTkxOTMtODQwNWRlYzQ0MjRk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTkdFNE1HUmhORE10TlRFeU1pMDBOV05oTFRreE9UTXRPRFF3TldSbFl6UTBNalJrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -275,20 +275,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "de1e6253-ce0f-43e0-955a-bf753d8b79e2" + "cc15ce97-ce90-4366-b2b7-aa18c4a6116d" ], "x-ms-correlation-request-id": [ - "de1e6253-ce0f-43e0-955a-bf753d8b79e2" + "cc15ce97-ce90-4366-b2b7-aa18c4a6116d" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010914Z:de1e6253-ce0f-43e0-955a-bf753d8b79e2" + "WESTUS2:20200326T175136Z:cc15ce97-ce90-4366-b2b7-aa18c4a6116d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,7 +297,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:13 GMT" + "Thu, 26 Mar 2020 17:51:35 GMT" ], "Content-Length": [ "20" @@ -313,8 +313,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYTMwZjE3OTgtZGM5Ny00ZTgwLWIzMTctYzU1ZmRiZmVkNDRm?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWVRNd1pqRTNPVGd0WkdNNU55MDBaVGd3TFdJek1UY3RZelUxWm1SaVptVmtORFJtP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfNGE4MGRhNDMtNTEyMi00NWNhLTkxOTMtODQwNWRlYzQ0MjRk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTkdFNE1HUmhORE10TlRFeU1pMDBOV05oTFRreE9UTXRPRFF3TldSbFl6UTBNalJrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -332,20 +332,20 @@ "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], "x-ms-request-id": [ - "8a2de73e-e952-49e1-b0fa-4daa9c3fcc3d" + "1c96905b-786e-4567-94bf-25f52e11d86b" ], "x-ms-correlation-request-id": [ - "8a2de73e-e952-49e1-b0fa-4daa9c3fcc3d" + "1c96905b-786e-4567-94bf-25f52e11d86b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010944Z:8a2de73e-e952-49e1-b0fa-4daa9c3fcc3d" + "WESTUS2:20200326T175206Z:1c96905b-786e-4567-94bf-25f52e11d86b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,10 +354,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:43 GMT" + "Thu, 26 Mar 2020 17:52:05 GMT" ], "Content-Length": [ - "22" + "20" ], "Content-Type": [ "application/json; charset=utf-8" @@ -366,12 +366,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfNGE4MGRhNDMtNTEyMi00NWNhLTkxOTMtODQwNWRlYzQ0MjRk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTkdFNE1HUmhORE10TlRFeU1pMDBOV05oTFRreE9UTXRPRFF3TldSbFl6UTBNalJrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -396,13 +396,13 @@ "11996" ], "x-ms-request-id": [ - "027060f3-6a65-4a69-963c-2b50a0b0abed" + "5751318f-c268-4db8-99db-b581806ee8a3" ], "x-ms-correlation-request-id": [ - "027060f3-6a65-4a69-963c-2b50a0b0abed" + "5751318f-c268-4db8-99db-b581806ee8a3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010945Z:027060f3-6a65-4a69-963c-2b50a0b0abed" + "WESTUS2:20200326T175236Z:5751318f-c268-4db8-99db-b581806ee8a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,10 +411,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:44 GMT" + "Thu, 26 Mar 2020 17:52:36 GMT" ], "Content-Length": [ - "1458" + "22" ], "Content-Type": [ "application/json; charset=utf-8" @@ -423,21 +423,15 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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 \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "cdd1a809-0b17-4d0a-9c24-59371f3ac8b4" - ], - "Accept-Language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.27817.03", "OSName/Windows", @@ -459,13 +453,13 @@ "11995" ], "x-ms-request-id": [ - "255599ad-b325-4178-90d2-4a1c8850c639" + "949cbd8d-3e70-429a-828e-4efc8747afff" ], "x-ms-correlation-request-id": [ - "255599ad-b325-4178-90d2-4a1c8850c639" + "949cbd8d-3e70-429a-828e-4efc8747afff" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010945Z:255599ad-b325-4178-90d2-4a1c8850c639" + "WESTUS2:20200326T175237Z:949cbd8d-3e70-429a-828e-4efc8747afff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -474,10 +468,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:45 GMT" + "Thu, 26 Mar 2020 17:52:36 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -486,17 +480,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "887f84c3-610b-49e4-a767-efe1007ab2df" + "603109a6-cedb-4117-81ff-e95c50d911c0" ], "Accept-Language": [ "en-US" @@ -522,13 +516,13 @@ "11994" ], "x-ms-request-id": [ - "c8c42475-cfe8-4e71-801a-8afc5d129d4a" + "6455c9dc-9dc1-4730-894c-b20fb904ae5d" ], "x-ms-correlation-request-id": [ - "c8c42475-cfe8-4e71-801a-8afc5d129d4a" + "6455c9dc-9dc1-4730-894c-b20fb904ae5d" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010946Z:c8c42475-cfe8-4e71-801a-8afc5d129d4a" + "WESTUS2:20200326T175237Z:6455c9dc-9dc1-4730-894c-b20fb904ae5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,10 +531,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:45 GMT" + "Thu, 26 Mar 2020 17:52:37 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -549,17 +543,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c7c09d8a-92d5-4160-b506-5cd2d498ead0" + "d689bd6d-b813-43e1-a025-4fd27562f9f4" ], "Accept-Language": [ "en-US" @@ -585,13 +579,13 @@ "11993" ], "x-ms-request-id": [ - "d29a6862-9b13-43c2-a25d-c8ae49dbb83c" + "23052e57-14cb-4655-848e-1e04f80a0b0b" ], "x-ms-correlation-request-id": [ - "d29a6862-9b13-43c2-a25d-c8ae49dbb83c" + "23052e57-14cb-4655-848e-1e04f80a0b0b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010947Z:d29a6862-9b13-43c2-a25d-c8ae49dbb83c" + "WESTUS2:20200326T175238Z:23052e57-14cb-4655-848e-1e04f80a0b0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -600,10 +594,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:46 GMT" + "Thu, 26 Mar 2020 17:52:37 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -612,17 +606,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fee5260c-6453-484c-87aa-b7927f279265" + "f0fc3dec-544f-471c-a615-a328668a0241" ], "Accept-Language": [ "en-US" @@ -648,13 +642,13 @@ "11992" ], "x-ms-request-id": [ - "e79e693f-6359-43f7-99b0-991863aa6b4c" + "fbc48f0f-1ab8-4634-a55f-80161af9f30b" ], "x-ms-correlation-request-id": [ - "e79e693f-6359-43f7-99b0-991863aa6b4c" + "fbc48f0f-1ab8-4634-a55f-80161af9f30b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010948Z:e79e693f-6359-43f7-99b0-991863aa6b4c" + "WESTUS2:20200326T175239Z:fbc48f0f-1ab8-4634-a55f-80161af9f30b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -663,10 +657,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:47 GMT" + "Thu, 26 Mar 2020 17:52:39 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -675,17 +669,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "20072d76-fd68-42a0-af92-8e13cd014ae5" + "6e867732-a30d-42c1-883c-b902b5060ffd" ], "Accept-Language": [ "en-US" @@ -711,13 +705,13 @@ "11991" ], "x-ms-request-id": [ - "3e8967d0-6833-4671-a636-7f2611c708ba" + "ab2602d0-59a4-4e50-a094-2ce48ab7802c" ], "x-ms-correlation-request-id": [ - "3e8967d0-6833-4671-a636-7f2611c708ba" + "ab2602d0-59a4-4e50-a094-2ce48ab7802c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010949Z:3e8967d0-6833-4671-a636-7f2611c708ba" + "WESTUS2:20200326T175240Z:ab2602d0-59a4-4e50-a094-2ce48ab7802c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -726,10 +720,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:48 GMT" + "Thu, 26 Mar 2020 17:52:40 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -738,17 +732,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3161c514-4ad6-494b-95a3-a48691eb7784" + "a3b24581-39f6-4dfa-bcde-0781d3dff822" ], "Accept-Language": [ "en-US" @@ -774,13 +768,13 @@ "11990" ], "x-ms-request-id": [ - "b0582668-a3f6-404a-9d27-b1476fa68e7e" + "156965fc-869e-441c-bd88-c468ef256a5f" ], "x-ms-correlation-request-id": [ - "b0582668-a3f6-404a-9d27-b1476fa68e7e" + "156965fc-869e-441c-bd88-c468ef256a5f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010950Z:b0582668-a3f6-404a-9d27-b1476fa68e7e" + "WESTUS2:20200326T175241Z:156965fc-869e-441c-bd88-c468ef256a5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -789,10 +783,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:49 GMT" + "Thu, 26 Mar 2020 17:52:40 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -801,17 +795,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd3ab17c-1840-4be2-94ff-20fce4175364" + "2e9fa794-83b3-41bf-b837-152cd5dbdb62" ], "Accept-Language": [ "en-US" @@ -837,13 +831,13 @@ "11989" ], "x-ms-request-id": [ - "cac37c10-2f7c-4fbf-bb5b-3bbbc341f8a3" + "bc95f2af-b6e3-4ae3-83f9-fcc98440ecc8" ], "x-ms-correlation-request-id": [ - "cac37c10-2f7c-4fbf-bb5b-3bbbc341f8a3" + "bc95f2af-b6e3-4ae3-83f9-fcc98440ecc8" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010951Z:cac37c10-2f7c-4fbf-bb5b-3bbbc341f8a3" + "WESTUS2:20200326T175242Z:bc95f2af-b6e3-4ae3-83f9-fcc98440ecc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -852,10 +846,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:50 GMT" + "Thu, 26 Mar 2020 17:52:41 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -864,17 +858,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f9c5751-3578-46a3-abad-2f348ec74b9a" + "2d372431-d810-4d33-9168-6db52e212671" ], "Accept-Language": [ "en-US" @@ -900,13 +894,13 @@ "11988" ], "x-ms-request-id": [ - "4d88236d-4289-4ab9-aa6a-d15f6b4e9edf" + "2e52fa9b-0dfe-420e-8e5f-9fdc4ce46ff4" ], "x-ms-correlation-request-id": [ - "4d88236d-4289-4ab9-aa6a-d15f6b4e9edf" + "2e52fa9b-0dfe-420e-8e5f-9fdc4ce46ff4" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010952Z:4d88236d-4289-4ab9-aa6a-d15f6b4e9edf" + "WESTUS2:20200326T175243Z:2e52fa9b-0dfe-420e-8e5f-9fdc4ce46ff4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,10 +909,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:51 GMT" + "Thu, 26 Mar 2020 17:52:42 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -927,17 +921,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d5ea4eab-8ceb-441a-875d-1096a2697abb" + "c13790d3-4386-4fd4-aecc-15dc0477e35d" ], "Accept-Language": [ "en-US" @@ -963,13 +957,13 @@ "11987" ], "x-ms-request-id": [ - "eb12628a-4c80-469c-89db-6fff959e68f3" + "87dad2d4-3f7a-4927-8f22-d5b0eb924835" ], "x-ms-correlation-request-id": [ - "eb12628a-4c80-469c-89db-6fff959e68f3" + "87dad2d4-3f7a-4927-8f22-d5b0eb924835" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010953Z:eb12628a-4c80-469c-89db-6fff959e68f3" + "WESTUS2:20200326T175244Z:87dad2d4-3f7a-4927-8f22-d5b0eb924835" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -978,10 +972,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:52 GMT" + "Thu, 26 Mar 2020 17:52:44 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -990,17 +984,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30b6c0d5-e126-4e38-b5a8-e9e6ae01a4fc" + "b85eb485-2edd-4009-9a80-70dcd3e5460f" ], "Accept-Language": [ "en-US" @@ -1026,13 +1020,13 @@ "11986" ], "x-ms-request-id": [ - "8c23bb1e-a949-422c-bd8c-bbec9784130c" + "6c3a24c9-240d-4fb5-880a-062a20cf46f6" ], "x-ms-correlation-request-id": [ - "8c23bb1e-a949-422c-bd8c-bbec9784130c" + "6c3a24c9-240d-4fb5-880a-062a20cf46f6" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010954Z:8c23bb1e-a949-422c-bd8c-bbec9784130c" + "WESTUS2:20200326T175245Z:6c3a24c9-240d-4fb5-880a-062a20cf46f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1041,10 +1035,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:53 GMT" + "Thu, 26 Mar 2020 17:52:45 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1053,17 +1047,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f617993d-8080-4316-8e36-6d2ff8ef566e" + "dd070df1-ec43-497e-8760-be1ccda68f83" ], "Accept-Language": [ "en-US" @@ -1089,13 +1083,13 @@ "11985" ], "x-ms-request-id": [ - "a6f6e531-6b08-458c-93c5-3d9112a94892" + "f2e3466b-e909-4f06-ad06-5bd072123efb" ], "x-ms-correlation-request-id": [ - "a6f6e531-6b08-458c-93c5-3d9112a94892" + "f2e3466b-e909-4f06-ad06-5bd072123efb" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010955Z:a6f6e531-6b08-458c-93c5-3d9112a94892" + "WESTUS2:20200326T175246Z:f2e3466b-e909-4f06-ad06-5bd072123efb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1104,10 +1098,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:54 GMT" + "Thu, 26 Mar 2020 17:52:46 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1116,17 +1110,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "399590a6-41b0-4552-90b7-cf60d5b37d9d" + "183e2f67-8c50-4825-a91c-612c0d5cc7d7" ], "Accept-Language": [ "en-US" @@ -1152,13 +1146,13 @@ "11984" ], "x-ms-request-id": [ - "0d3d6656-f446-4851-b1be-6185cf788b6d" + "7b3f6d83-0ee8-4c17-a284-7722b7d3ffeb" ], "x-ms-correlation-request-id": [ - "0d3d6656-f446-4851-b1be-6185cf788b6d" + "7b3f6d83-0ee8-4c17-a284-7722b7d3ffeb" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010956Z:0d3d6656-f446-4851-b1be-6185cf788b6d" + "WESTUS2:20200326T175248Z:7b3f6d83-0ee8-4c17-a284-7722b7d3ffeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1167,10 +1161,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:55 GMT" + "Thu, 26 Mar 2020 17:52:47 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1179,17 +1173,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6a9d9885-494e-47c3-93c1-5e49ab547709" + "bb4e6301-d6ce-4be1-8fea-dd57febbaed0" ], "Accept-Language": [ "en-US" @@ -1215,13 +1209,13 @@ "11983" ], "x-ms-request-id": [ - "01dbdc8c-02a3-47b1-906d-f0f2c20e481a" + "4ef02a18-37f8-485b-ac11-611a3cf05d83" ], "x-ms-correlation-request-id": [ - "01dbdc8c-02a3-47b1-906d-f0f2c20e481a" + "4ef02a18-37f8-485b-ac11-611a3cf05d83" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010957Z:01dbdc8c-02a3-47b1-906d-f0f2c20e481a" + "WESTUS2:20200326T175249Z:4ef02a18-37f8-485b-ac11-611a3cf05d83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1230,10 +1224,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:56 GMT" + "Thu, 26 Mar 2020 17:52:48 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1242,17 +1236,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "86b3c1ae-96a2-4fc3-ab87-365cb8f907d3" + "aaa2f708-3cac-46db-abb5-27d19d445324" ], "Accept-Language": [ "en-US" @@ -1278,13 +1272,13 @@ "11982" ], "x-ms-request-id": [ - "90d4f5ab-3493-436b-a586-e6d183bf3dc0" + "2f94f132-3b24-47ca-9498-6d43f1d38ef2" ], "x-ms-correlation-request-id": [ - "90d4f5ab-3493-436b-a586-e6d183bf3dc0" + "2f94f132-3b24-47ca-9498-6d43f1d38ef2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010958Z:90d4f5ab-3493-436b-a586-e6d183bf3dc0" + "WESTUS2:20200326T175250Z:2f94f132-3b24-47ca-9498-6d43f1d38ef2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1293,10 +1287,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:57 GMT" + "Thu, 26 Mar 2020 17:52:49 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1305,17 +1299,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "91ee8f9e-a6b0-45dd-9259-22efba323680" + "4ea6753e-8d7c-48f6-afc8-81e192f02058" ], "Accept-Language": [ "en-US" @@ -1341,13 +1335,13 @@ "11981" ], "x-ms-request-id": [ - "68541726-4f19-4d78-a874-443cd063f55b" + "479fbc47-d8ea-4072-b49f-3d128493070f" ], "x-ms-correlation-request-id": [ - "68541726-4f19-4d78-a874-443cd063f55b" + "479fbc47-d8ea-4072-b49f-3d128493070f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010959Z:68541726-4f19-4d78-a874-443cd063f55b" + "WESTUS2:20200326T175251Z:479fbc47-d8ea-4072-b49f-3d128493070f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1356,10 +1350,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:59 GMT" + "Thu, 26 Mar 2020 17:52:50 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1368,17 +1362,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dce8ee3c-1970-47ce-9716-fb80538d607f" + "d1bc6504-478e-4235-be59-de9c97c65802" ], "Accept-Language": [ "en-US" @@ -1404,13 +1398,13 @@ "11980" ], "x-ms-request-id": [ - "8456ca01-ccb0-46e0-bb17-e5b7be9e119d" + "c90ed72b-e022-4247-9bb3-ac7d2e2fff38" ], "x-ms-correlation-request-id": [ - "8456ca01-ccb0-46e0-bb17-e5b7be9e119d" + "c90ed72b-e022-4247-9bb3-ac7d2e2fff38" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011000Z:8456ca01-ccb0-46e0-bb17-e5b7be9e119d" + "WESTUS2:20200326T175252Z:c90ed72b-e022-4247-9bb3-ac7d2e2fff38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1419,10 +1413,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:00 GMT" + "Thu, 26 Mar 2020 17:52:51 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1431,17 +1425,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd932901-93dd-4382-bc8d-50eb3d30488a" + "274fc643-8e21-4267-85e8-ee5a6c8f5dbf" ], "Accept-Language": [ "en-US" @@ -1467,13 +1461,13 @@ "11979" ], "x-ms-request-id": [ - "4e039112-ec05-4c51-97cf-762744a027e1" + "32f6227d-4e1a-413b-84b3-771d80cef012" ], "x-ms-correlation-request-id": [ - "4e039112-ec05-4c51-97cf-762744a027e1" + "32f6227d-4e1a-413b-84b3-771d80cef012" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011002Z:4e039112-ec05-4c51-97cf-762744a027e1" + "WESTUS2:20200326T175253Z:32f6227d-4e1a-413b-84b3-771d80cef012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1482,10 +1476,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:02 GMT" + "Thu, 26 Mar 2020 17:52:52 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1494,17 +1488,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "854b92ac-6235-414e-90f0-3a8decf7e5cd" + "d1c86938-d1a3-44df-9748-d8c45140e1f1" ], "Accept-Language": [ "en-US" @@ -1530,13 +1524,13 @@ "11978" ], "x-ms-request-id": [ - "fdcfed34-7827-46c2-b24f-e203a2f30f5a" + "a69a54fa-8330-48b7-b565-0481193fe900" ], "x-ms-correlation-request-id": [ - "fdcfed34-7827-46c2-b24f-e203a2f30f5a" + "a69a54fa-8330-48b7-b565-0481193fe900" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011003Z:fdcfed34-7827-46c2-b24f-e203a2f30f5a" + "WESTUS2:20200326T175254Z:a69a54fa-8330-48b7-b565-0481193fe900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1545,10 +1539,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:02 GMT" + "Thu, 26 Mar 2020 17:52:53 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1557,17 +1551,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2593b140-dd51-499b-b94c-413a2008e33b" + "61dac67e-de63-43f9-b640-ad43c0785e02" ], "Accept-Language": [ "en-US" @@ -1593,13 +1587,13 @@ "11977" ], "x-ms-request-id": [ - "2b4a2f3f-e8f4-45d4-8bd8-b16822c75a49" + "6c8d4fc2-16e5-4f4e-b656-559eb32e436f" ], "x-ms-correlation-request-id": [ - "2b4a2f3f-e8f4-45d4-8bd8-b16822c75a49" + "6c8d4fc2-16e5-4f4e-b656-559eb32e436f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011003Z:2b4a2f3f-e8f4-45d4-8bd8-b16822c75a49" + "WESTUS2:20200326T175255Z:6c8d4fc2-16e5-4f4e-b656-559eb32e436f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1608,10 +1602,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:03 GMT" + "Thu, 26 Mar 2020 17:52:54 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1620,17 +1614,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "aa51810a-1927-4e0a-a858-e07db61fd85b" + "47353869-24e8-4c3f-bffe-1a6aa2d7335d" ], "Accept-Language": [ "en-US" @@ -1656,13 +1650,13 @@ "11976" ], "x-ms-request-id": [ - "ba054d4e-a275-47f8-8271-1cf07d1d153e" + "e59c972d-1b8a-4991-8da1-40e59cfddc06" ], "x-ms-correlation-request-id": [ - "ba054d4e-a275-47f8-8271-1cf07d1d153e" + "e59c972d-1b8a-4991-8da1-40e59cfddc06" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011005Z:ba054d4e-a275-47f8-8271-1cf07d1d153e" + "WESTUS2:20200326T175256Z:e59c972d-1b8a-4991-8da1-40e59cfddc06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1671,10 +1665,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:05 GMT" + "Thu, 26 Mar 2020 17:52:56 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1683,17 +1677,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ccce9a87-a46a-49c2-b7ac-67b85431943e" + "53db1a71-7514-45db-b161-ac6163636842" ], "Accept-Language": [ "en-US" @@ -1712,20 +1706,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-request-id": [ - "94bb1fb3-cbf4-497c-a92d-25951772e882" + "a76aa373-e467-4281-943e-b46dff1c333e" ], "x-ms-correlation-request-id": [ - "94bb1fb3-cbf4-497c-a92d-25951772e882" + "a76aa373-e467-4281-943e-b46dff1c333e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011011Z:94bb1fb3-cbf4-497c-a92d-25951772e882" + "WESTUS2:20200326T175258Z:a76aa373-e467-4281-943e-b46dff1c333e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1734,10 +1728,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:11 GMT" + "Thu, 26 Mar 2020 17:52:57 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1746,17 +1740,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d08a7c3-4327-44aa-ac27-6c4b7c02c426" + "497579d6-de65-42f9-98a3-2e64cc2f0995" ], "Accept-Language": [ "en-US" @@ -1782,13 +1776,13 @@ "11974" ], "x-ms-request-id": [ - "f568e2aa-9706-4d2b-ae36-bc76619c47ce" + "aaf6887b-1cb1-49a3-9436-fbefc666d389" ], "x-ms-correlation-request-id": [ - "f568e2aa-9706-4d2b-ae36-bc76619c47ce" + "aaf6887b-1cb1-49a3-9436-fbefc666d389" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011013Z:f568e2aa-9706-4d2b-ae36-bc76619c47ce" + "WESTUS2:20200326T175259Z:aaf6887b-1cb1-49a3-9436-fbefc666d389" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1797,10 +1791,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:12 GMT" + "Thu, 26 Mar 2020 17:52:59 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1809,17 +1803,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d664e720-38fe-44e9-a7fd-e854dbf8caa6" + "de16ea29-515b-43e8-ae0f-f202dfea610b" ], "Accept-Language": [ "en-US" @@ -1845,13 +1839,13 @@ "11973" ], "x-ms-request-id": [ - "8b9b4830-695d-4800-9aa7-c8c8c9cbd393" + "a6954349-2feb-4e5d-9c82-5ab11744325e" ], "x-ms-correlation-request-id": [ - "8b9b4830-695d-4800-9aa7-c8c8c9cbd393" + "a6954349-2feb-4e5d-9c82-5ab11744325e" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011014Z:8b9b4830-695d-4800-9aa7-c8c8c9cbd393" + "WESTUS2:20200326T175300Z:a6954349-2feb-4e5d-9c82-5ab11744325e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1860,10 +1854,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:14 GMT" + "Thu, 26 Mar 2020 17:53:00 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1872,17 +1866,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "30aa12c1-3ffb-4480-91f5-e7f43e688084" + "0003bd74-2ad1-4bcb-b59a-2ce3e1005cbb" ], "Accept-Language": [ "en-US" @@ -1908,13 +1902,13 @@ "11972" ], "x-ms-request-id": [ - "6c46c27f-13d7-4aef-9aee-f85262eeba06" + "d8a065ac-2c1d-465b-ab8c-58fd95b472fd" ], "x-ms-correlation-request-id": [ - "6c46c27f-13d7-4aef-9aee-f85262eeba06" + "d8a065ac-2c1d-465b-ab8c-58fd95b472fd" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011015Z:6c46c27f-13d7-4aef-9aee-f85262eeba06" + "WESTUS2:20200326T175301Z:d8a065ac-2c1d-465b-ab8c-58fd95b472fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1923,10 +1917,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:15 GMT" + "Thu, 26 Mar 2020 17:53:01 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1935,17 +1929,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOT9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b567243-2879-4e0b-8c3e-2ff25abe7048" + "9bf0e265-dbc9-451b-95a8-c37417dfdc79" ], "Accept-Language": [ "en-US" @@ -1971,13 +1965,76 @@ "11971" ], "x-ms-request-id": [ - "7f1a12ca-f464-45df-9d5b-90fccab2cd86" + "e721a926-a3b6-4178-9bce-642ca1b0fff6" + ], + "x-ms-correlation-request-id": [ + "e721a926-a3b6-4178-9bce-642ca1b0fff6" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200326T175303Z:e721a926-a3b6-4178-9bce-642ca1b0fff6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 26 Mar 2020 17:53:02 GMT" + ], + "Content-Length": [ + "1455" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3eda50d8-587c-48a5-bca3-26182106190b" + ], + "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": [ + "11970" + ], + "x-ms-request-id": [ + "46d48987-e784-4073-b488-84a3448b46a3" ], "x-ms-correlation-request-id": [ - "7f1a12ca-f464-45df-9d5b-90fccab2cd86" + "46d48987-e784-4073-b488-84a3448b46a3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011016Z:7f1a12ca-f464-45df-9d5b-90fccab2cd86" + "WESTUS2:20200326T175304Z:46d48987-e784-4073-b488-84a3448b46a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1986,10 +2043,10 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:15 GMT" + "Thu, 26 Mar 2020 17:53:03 GMT" ], "Content-Length": [ - "1458" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1998,17 +2055,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929\",\r\n \"name\": \"ps2929\",\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\": \"ps742\",\r\n \"etag\": \"AAAAAAxDxIY=\",\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\": \"ps2929.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\": \"ps2929\",\r\n \"endpoint\": \"sb://iothub-ns-ps2929-3131343-a54f5a60a5.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/ps8819/providers/Microsoft.Devices/IotHubs/ps370\",\r\n \"name\": \"ps370\",\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\": \"ps8819\",\r\n \"etag\": \"AAAAAAxUEm8=\",\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\": \"ps370.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\": \"ps370\",\r\n \"endpoint\": \"sb://iothub-ns-ps370-3146271-d68415367d.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/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ffb7c716-46e2-4340-ba3b-6598b5e0546d" + "08380621-ab10-45f8-855e-f8edc4c96ddb" ], "Accept-Language": [ "en-US" @@ -2034,13 +2091,13 @@ "1199" ], "x-ms-request-id": [ - "db795474-f61e-4251-8f0e-be9be5f8f8ff" + "cb035d97-d7c0-4e78-aacb-1698f296615a" ], "x-ms-correlation-request-id": [ - "db795474-f61e-4251-8f0e-be9be5f8f8ff" + "cb035d97-d7c0-4e78-aacb-1698f296615a" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010946Z:db795474-f61e-4251-8f0e-be9be5f8f8ff" + "WESTUS2:20200326T175238Z:cb035d97-d7c0-4e78-aacb-1698f296615a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2049,7 +2106,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:45 GMT" + "Thu, 26 Mar 2020 17:52:37 GMT" ], "Content-Length": [ "905" @@ -2061,17 +2118,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "75a991b7-dd6e-4f9a-9978-a5eb378c6462" + "79a56bbf-4296-4910-b0f7-f1c4f2a1089d" ], "Accept-Language": [ "en-US" @@ -2097,13 +2154,13 @@ "1198" ], "x-ms-request-id": [ - "bcc9b2ca-f445-4819-b35e-1425a2c5e1bd" + "d181bd3f-ac49-4c08-a6ee-0d42df405cf5" ], "x-ms-correlation-request-id": [ - "bcc9b2ca-f445-4819-b35e-1425a2c5e1bd" + "d181bd3f-ac49-4c08-a6ee-0d42df405cf5" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010947Z:bcc9b2ca-f445-4819-b35e-1425a2c5e1bd" + "WESTUS2:20200326T175239Z:d181bd3f-ac49-4c08-a6ee-0d42df405cf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2112,7 +2169,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:46 GMT" + "Thu, 26 Mar 2020 17:52:39 GMT" ], "Content-Length": [ "905" @@ -2124,17 +2181,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "02d09322-9523-4ed9-a5ee-95beb1075556" + "78d27934-a58c-4950-bca2-d8673db7d494" ], "Accept-Language": [ "en-US" @@ -2160,13 +2217,13 @@ "1197" ], "x-ms-request-id": [ - "9ea3c8d8-5b15-456f-8275-7c9ae14c2576" + "48a994b6-735d-434e-8044-c6c617ab9f0d" ], "x-ms-correlation-request-id": [ - "9ea3c8d8-5b15-456f-8275-7c9ae14c2576" + "48a994b6-735d-434e-8044-c6c617ab9f0d" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010948Z:9ea3c8d8-5b15-456f-8275-7c9ae14c2576" + "WESTUS2:20200326T175240Z:48a994b6-735d-434e-8044-c6c617ab9f0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2175,7 +2232,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:47 GMT" + "Thu, 26 Mar 2020 17:52:40 GMT" ], "Content-Length": [ "905" @@ -2187,17 +2244,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7d90c07-41e3-462a-9a07-e8547cdaadca" + "276f24ac-b125-48f1-8df5-2f4036473348" ], "Accept-Language": [ "en-US" @@ -2223,13 +2280,13 @@ "1196" ], "x-ms-request-id": [ - "6888554c-5d7a-46ea-9d4d-c709733da0a1" + "a15016e0-6125-408f-867a-16c8579b66ad" ], "x-ms-correlation-request-id": [ - "6888554c-5d7a-46ea-9d4d-c709733da0a1" + "a15016e0-6125-408f-867a-16c8579b66ad" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010949Z:6888554c-5d7a-46ea-9d4d-c709733da0a1" + "WESTUS2:20200326T175241Z:a15016e0-6125-408f-867a-16c8579b66ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2238,7 +2295,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:48 GMT" + "Thu, 26 Mar 2020 17:52:41 GMT" ], "Content-Length": [ "905" @@ -2250,17 +2307,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b89de7fb-49f7-4962-93ea-f6f9dcafc4c3" + "da98ddcc-b5ee-4bf9-a11a-2f1938cb8d00" ], "Accept-Language": [ "en-US" @@ -2286,13 +2343,13 @@ "1195" ], "x-ms-request-id": [ - "88468e10-c0e0-4b08-9b39-653b5dfa1e66" + "e0086cdd-ef38-44a6-b7d9-d10009202a31" ], "x-ms-correlation-request-id": [ - "88468e10-c0e0-4b08-9b39-653b5dfa1e66" + "e0086cdd-ef38-44a6-b7d9-d10009202a31" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010950Z:88468e10-c0e0-4b08-9b39-653b5dfa1e66" + "WESTUS2:20200326T175242Z:e0086cdd-ef38-44a6-b7d9-d10009202a31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2301,7 +2358,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:49 GMT" + "Thu, 26 Mar 2020 17:52:42 GMT" ], "Content-Length": [ "905" @@ -2313,17 +2370,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4a5cad62-982f-4671-bfdd-665593819f57" + "c54f4556-12d8-4f01-812d-509aa4c4f9c1" ], "Accept-Language": [ "en-US" @@ -2349,13 +2406,13 @@ "1194" ], "x-ms-request-id": [ - "a1f2fe2a-3516-40f3-9df5-598ac65dc86b" + "a126c5a1-22f2-4c07-9de4-1cb8dd706882" ], "x-ms-correlation-request-id": [ - "a1f2fe2a-3516-40f3-9df5-598ac65dc86b" + "a126c5a1-22f2-4c07-9de4-1cb8dd706882" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010951Z:a1f2fe2a-3516-40f3-9df5-598ac65dc86b" + "WESTUS2:20200326T175243Z:a126c5a1-22f2-4c07-9de4-1cb8dd706882" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2364,7 +2421,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:50 GMT" + "Thu, 26 Mar 2020 17:52:43 GMT" ], "Content-Length": [ "905" @@ -2376,17 +2433,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1412295d-a089-48e6-9a8c-c79d679ecad2" + "1e4997f2-efa5-4729-8069-faf4eb880c1d" ], "Accept-Language": [ "en-US" @@ -2412,13 +2469,13 @@ "1193" ], "x-ms-request-id": [ - "3aca0f6b-ec10-4d55-8b6a-33109bfc8323" + "cbc14ee5-efc4-486a-bf2e-6fbc1281076c" ], "x-ms-correlation-request-id": [ - "3aca0f6b-ec10-4d55-8b6a-33109bfc8323" + "cbc14ee5-efc4-486a-bf2e-6fbc1281076c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010952Z:3aca0f6b-ec10-4d55-8b6a-33109bfc8323" + "WESTUS2:20200326T175244Z:cbc14ee5-efc4-486a-bf2e-6fbc1281076c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2427,7 +2484,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:51 GMT" + "Thu, 26 Mar 2020 17:52:44 GMT" ], "Content-Length": [ "905" @@ -2439,17 +2496,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b5496db-7fdb-4b6c-8326-dc5c0a794bcd" + "6a777aa4-48b5-4191-aece-3f78962b1bfa" ], "Accept-Language": [ "en-US" @@ -2475,13 +2532,13 @@ "1192" ], "x-ms-request-id": [ - "364229b6-3343-4c34-af6f-f2c9b2c2e5d8" + "90e1ef58-58e9-416e-a52b-3dce539a4b7d" ], "x-ms-correlation-request-id": [ - "364229b6-3343-4c34-af6f-f2c9b2c2e5d8" + "90e1ef58-58e9-416e-a52b-3dce539a4b7d" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010953Z:364229b6-3343-4c34-af6f-f2c9b2c2e5d8" + "WESTUS2:20200326T175245Z:90e1ef58-58e9-416e-a52b-3dce539a4b7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2490,7 +2547,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:52 GMT" + "Thu, 26 Mar 2020 17:52:45 GMT" ], "Content-Length": [ "905" @@ -2502,17 +2559,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ae67be2-414f-44d0-9f20-d137fb936057" + "5301fe8c-36c0-406f-8f39-ea868bcdc248" ], "Accept-Language": [ "en-US" @@ -2538,13 +2595,13 @@ "1191" ], "x-ms-request-id": [ - "297a8f83-4c08-4093-8922-031dfa4a982b" + "8c1d325e-8126-4406-b07c-10db449c9e7a" ], "x-ms-correlation-request-id": [ - "297a8f83-4c08-4093-8922-031dfa4a982b" + "8c1d325e-8126-4406-b07c-10db449c9e7a" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010954Z:297a8f83-4c08-4093-8922-031dfa4a982b" + "WESTUS2:20200326T175247Z:8c1d325e-8126-4406-b07c-10db449c9e7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2553,7 +2610,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:53 GMT" + "Thu, 26 Mar 2020 17:52:46 GMT" ], "Content-Length": [ "905" @@ -2565,17 +2622,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81cb619c-95c4-4ede-8601-b9751cc85a50" + "d3ce631a-08c2-4763-8538-a03c901a734c" ], "Accept-Language": [ "en-US" @@ -2601,13 +2658,13 @@ "1190" ], "x-ms-request-id": [ - "23b7c539-04a6-4a46-8d6b-49b7292c801b" + "6f914301-843b-43c5-b636-7924fa6fac9a" ], "x-ms-correlation-request-id": [ - "23b7c539-04a6-4a46-8d6b-49b7292c801b" + "6f914301-843b-43c5-b636-7924fa6fac9a" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010955Z:23b7c539-04a6-4a46-8d6b-49b7292c801b" + "WESTUS2:20200326T175248Z:6f914301-843b-43c5-b636-7924fa6fac9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2616,7 +2673,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:54 GMT" + "Thu, 26 Mar 2020 17:52:47 GMT" ], "Content-Length": [ "905" @@ -2628,17 +2685,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f8dc99fa-c671-4049-aa47-97aabf20ab5c" + "db4b2ff7-b243-4a8d-a2be-7419bdac74b0" ], "Accept-Language": [ "en-US" @@ -2664,13 +2721,13 @@ "1189" ], "x-ms-request-id": [ - "9bb377aa-f913-4986-8d60-b2d670eeaa8e" + "4f3dd144-1203-4e77-8c33-d035234cb4f0" ], "x-ms-correlation-request-id": [ - "9bb377aa-f913-4986-8d60-b2d670eeaa8e" + "4f3dd144-1203-4e77-8c33-d035234cb4f0" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010956Z:9bb377aa-f913-4986-8d60-b2d670eeaa8e" + "WESTUS2:20200326T175249Z:4f3dd144-1203-4e77-8c33-d035234cb4f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2679,7 +2736,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:55 GMT" + "Thu, 26 Mar 2020 17:52:48 GMT" ], "Content-Length": [ "905" @@ -2691,17 +2748,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1cae40d-78ed-48bb-a7fc-62975b91c6ba" + "3a620efd-b6dc-43ad-8eea-01895cfd1ade" ], "Accept-Language": [ "en-US" @@ -2727,13 +2784,13 @@ "1188" ], "x-ms-request-id": [ - "a3d12bc7-0faa-4917-a14b-68abd935f59c" + "5698db04-22a6-411c-bb4f-f9074ce9a7b2" ], "x-ms-correlation-request-id": [ - "a3d12bc7-0faa-4917-a14b-68abd935f59c" + "5698db04-22a6-411c-bb4f-f9074ce9a7b2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010957Z:a3d12bc7-0faa-4917-a14b-68abd935f59c" + "WESTUS2:20200326T175250Z:5698db04-22a6-411c-bb4f-f9074ce9a7b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2742,7 +2799,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:56 GMT" + "Thu, 26 Mar 2020 17:52:49 GMT" ], "Content-Length": [ "905" @@ -2754,17 +2811,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c9a49d40-4ed3-44cd-92f5-9f82bd7af8ce" + "a71cdb8d-85ab-413d-867a-bca9206ccd03" ], "Accept-Language": [ "en-US" @@ -2790,13 +2847,13 @@ "1187" ], "x-ms-request-id": [ - "cfdcdd47-1f31-41c6-b413-2d8f72a90e94" + "1568a822-39d5-4d2b-befb-06975d2295e9" ], "x-ms-correlation-request-id": [ - "cfdcdd47-1f31-41c6-b413-2d8f72a90e94" + "1568a822-39d5-4d2b-befb-06975d2295e9" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T010958Z:cfdcdd47-1f31-41c6-b413-2d8f72a90e94" + "WESTUS2:20200326T175251Z:1568a822-39d5-4d2b-befb-06975d2295e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2805,7 +2862,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:57 GMT" + "Thu, 26 Mar 2020 17:52:50 GMT" ], "Content-Length": [ "905" @@ -2817,17 +2874,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee24b6fd-560a-4ddb-ae6d-c7ee7d500543" + "f4d8dd44-4c21-44df-86fc-b9a211a2fc89" ], "Accept-Language": [ "en-US" @@ -2853,13 +2910,13 @@ "1186" ], "x-ms-request-id": [ - "c42d0190-1090-44d9-9da7-fb888a457a6d" + "1650b80e-ac34-416f-9351-bbc0e48574e7" ], "x-ms-correlation-request-id": [ - "c42d0190-1090-44d9-9da7-fb888a457a6d" + "1650b80e-ac34-416f-9351-bbc0e48574e7" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011000Z:c42d0190-1090-44d9-9da7-fb888a457a6d" + "WESTUS2:20200326T175252Z:1650b80e-ac34-416f-9351-bbc0e48574e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2868,7 +2925,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:09:59 GMT" + "Thu, 26 Mar 2020 17:52:51 GMT" ], "Content-Length": [ "905" @@ -2880,17 +2937,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "933d948c-dcf6-4581-9998-becd91ba70b5" + "2c100250-2633-4fe5-b2e0-ef52e9760c22" ], "Accept-Language": [ "en-US" @@ -2916,13 +2973,13 @@ "1185" ], "x-ms-request-id": [ - "9874dcbf-d1b6-47d1-b6c3-2cb2369dd677" + "c535531b-0249-42e0-ad63-12d4e4c6dcf0" ], "x-ms-correlation-request-id": [ - "9874dcbf-d1b6-47d1-b6c3-2cb2369dd677" + "c535531b-0249-42e0-ad63-12d4e4c6dcf0" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011001Z:9874dcbf-d1b6-47d1-b6c3-2cb2369dd677" + "WESTUS2:20200326T175253Z:c535531b-0249-42e0-ad63-12d4e4c6dcf0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2931,7 +2988,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:00 GMT" + "Thu, 26 Mar 2020 17:52:52 GMT" ], "Content-Length": [ "905" @@ -2943,17 +3000,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2a4ea6e6-4439-41da-a316-c8056f228868" + "ccf20f1c-22a8-4332-8d69-0fb5619cc0dc" ], "Accept-Language": [ "en-US" @@ -2979,13 +3036,13 @@ "1184" ], "x-ms-request-id": [ - "cb9febe4-d4fa-44c9-8559-8be6c512fc18" + "3dcb7f74-58c9-467c-b6aa-594e9e4e856f" ], "x-ms-correlation-request-id": [ - "cb9febe4-d4fa-44c9-8559-8be6c512fc18" + "3dcb7f74-58c9-467c-b6aa-594e9e4e856f" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011002Z:cb9febe4-d4fa-44c9-8559-8be6c512fc18" + "WESTUS2:20200326T175254Z:3dcb7f74-58c9-467c-b6aa-594e9e4e856f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2994,7 +3051,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:02 GMT" + "Thu, 26 Mar 2020 17:52:53 GMT" ], "Content-Length": [ "905" @@ -3006,17 +3063,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f12347c1-a20f-4aa3-9d08-89497610569b" + "e6a1a2d0-e38b-4400-98e2-238ac8ae0bd3" ], "Accept-Language": [ "en-US" @@ -3042,13 +3099,13 @@ "1183" ], "x-ms-request-id": [ - "5587344b-7c6e-49ef-b1dc-4727522cff93" + "77a3a447-8b91-42ca-9876-a880a0d1ef4c" ], "x-ms-correlation-request-id": [ - "5587344b-7c6e-49ef-b1dc-4727522cff93" + "77a3a447-8b91-42ca-9876-a880a0d1ef4c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011003Z:5587344b-7c6e-49ef-b1dc-4727522cff93" + "WESTUS2:20200326T175255Z:77a3a447-8b91-42ca-9876-a880a0d1ef4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3057,7 +3114,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:03 GMT" + "Thu, 26 Mar 2020 17:52:54 GMT" ], "Content-Length": [ "905" @@ -3069,17 +3126,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc9e599d-1232-4326-b4b3-382134c01fad" + "1d8b2320-01c9-4008-9c86-524385c51772" ], "Accept-Language": [ "en-US" @@ -3105,13 +3162,13 @@ "1182" ], "x-ms-request-id": [ - "1692df8f-50d8-40b8-b0c5-8d91e2d3a43e" + "7d55d7f6-ba85-4410-8631-0150842201e3" ], "x-ms-correlation-request-id": [ - "1692df8f-50d8-40b8-b0c5-8d91e2d3a43e" + "7d55d7f6-ba85-4410-8631-0150842201e3" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011004Z:1692df8f-50d8-40b8-b0c5-8d91e2d3a43e" + "WESTUS2:20200326T175257Z:7d55d7f6-ba85-4410-8631-0150842201e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3120,7 +3177,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:03 GMT" + "Thu, 26 Mar 2020 17:52:56 GMT" ], "Content-Length": [ "905" @@ -3132,17 +3189,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d69ca809-498f-48b6-a9bd-caefee50fde8" + "5a0af740-bf29-47e8-a3fb-2ea0fcf904fd" ], "Accept-Language": [ "en-US" @@ -3168,13 +3225,13 @@ "1181" ], "x-ms-request-id": [ - "7270fe38-a1bf-4548-933b-d1293df81582" + "0b71f88f-7028-4074-a1e7-7468cd999eb2" ], "x-ms-correlation-request-id": [ - "7270fe38-a1bf-4548-933b-d1293df81582" + "0b71f88f-7028-4074-a1e7-7468cd999eb2" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011005Z:7270fe38-a1bf-4548-933b-d1293df81582" + "WESTUS2:20200326T175258Z:0b71f88f-7028-4074-a1e7-7468cd999eb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3183,7 +3240,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:05 GMT" + "Thu, 26 Mar 2020 17:52:57 GMT" ], "Content-Length": [ "905" @@ -3195,17 +3252,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3d828de2-5bd2-4b20-8641-20fd4641573f" + "9a330a8b-b1e8-48f7-87fb-77861a7ade08" ], "Accept-Language": [ "en-US" @@ -3231,13 +3288,13 @@ "1180" ], "x-ms-request-id": [ - "3bd846bb-a193-4da6-8e9c-4bdfd66a0d47" + "666f2eb2-b0ed-4ccf-ba74-cc6a39e7bcbe" ], "x-ms-correlation-request-id": [ - "3bd846bb-a193-4da6-8e9c-4bdfd66a0d47" + "666f2eb2-b0ed-4ccf-ba74-cc6a39e7bcbe" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011012Z:3bd846bb-a193-4da6-8e9c-4bdfd66a0d47" + "WESTUS2:20200326T175300Z:666f2eb2-b0ed-4ccf-ba74-cc6a39e7bcbe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3246,7 +3303,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:11 GMT" + "Thu, 26 Mar 2020 17:52:59 GMT" ], "Content-Length": [ "905" @@ -3258,17 +3315,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1aadabfc-02e3-4910-ba7b-a8ae808a8cc2" + "a16f4142-c353-478f-a7e4-ea6786c059e6" ], "Accept-Language": [ "en-US" @@ -3294,13 +3351,13 @@ "1179" ], "x-ms-request-id": [ - "e7beead3-b9b9-46ff-aaac-2a5ab1f2b353" + "ea51f8b7-d0cf-4f98-a4f6-e83349563e7b" ], "x-ms-correlation-request-id": [ - "e7beead3-b9b9-46ff-aaac-2a5ab1f2b353" + "ea51f8b7-d0cf-4f98-a4f6-e83349563e7b" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011013Z:e7beead3-b9b9-46ff-aaac-2a5ab1f2b353" + "WESTUS2:20200326T175301Z:ea51f8b7-d0cf-4f98-a4f6-e83349563e7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3309,7 +3366,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:13 GMT" + "Thu, 26 Mar 2020 17:53:00 GMT" ], "Content-Length": [ "905" @@ -3321,17 +3378,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "770e4fd5-1ebc-4dd7-84e2-386121833abe" + "2a7f866f-8bd3-41eb-9eb0-14360f5a920b" ], "Accept-Language": [ "en-US" @@ -3357,13 +3414,13 @@ "1178" ], "x-ms-request-id": [ - "a7e14ce6-51a2-4ad5-91b7-8a18cbbda110" + "68f8c482-13e8-4133-a55d-6b1981f70143" ], "x-ms-correlation-request-id": [ - "a7e14ce6-51a2-4ad5-91b7-8a18cbbda110" + "68f8c482-13e8-4133-a55d-6b1981f70143" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011014Z:a7e14ce6-51a2-4ad5-91b7-8a18cbbda110" + "WESTUS2:20200326T175302Z:68f8c482-13e8-4133-a55d-6b1981f70143" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3372,7 +3429,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:14 GMT" + "Thu, 26 Mar 2020 17:53:01 GMT" ], "Content-Length": [ "905" @@ -3384,17 +3441,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2acd9f53-b7c1-4535-8457-79dd6f954ec6" + "4726e8e8-145e-44e9-83d1-3dd6c5f13d51" ], "Accept-Language": [ "en-US" @@ -3420,13 +3477,13 @@ "1177" ], "x-ms-request-id": [ - "6804bc86-e1ca-4d8d-9521-8f114c09dde8" + "92e9f680-a7d4-4802-b7dc-89036dbcfdec" ], "x-ms-correlation-request-id": [ - "6804bc86-e1ca-4d8d-9521-8f114c09dde8" + "92e9f680-a7d4-4802-b7dc-89036dbcfdec" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011015Z:6804bc86-e1ca-4d8d-9521-8f114c09dde8" + "WESTUS2:20200326T175303Z:92e9f680-a7d4-4802-b7dc-89036dbcfdec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3435,7 +3492,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:15 GMT" + "Thu, 26 Mar 2020 17:53:02 GMT" ], "Content-Length": [ "905" @@ -3447,17 +3504,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps742/providers/Microsoft.Devices/IotHubs/ps2929/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNzQyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzL3BzMjkyOS9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8bb3b21f-52dc-439b-bc35-e0f9ae2c84d3" + "fb4ea373-ff6e-431c-a218-c1c6d2be0046" ], "Accept-Language": [ "en-US" @@ -3483,13 +3540,13 @@ "1176" ], "x-ms-request-id": [ - "e3a4e721-13d7-4fa4-bf4e-96830c6ec635" + "01f15d63-908b-4cdb-ab00-5437b2e013d7" ], "x-ms-correlation-request-id": [ - "e3a4e721-13d7-4fa4-bf4e-96830c6ec635" + "01f15d63-908b-4cdb-ab00-5437b2e013d7" ], "x-ms-routing-request-id": [ - "WESTUS2:20200324T011016Z:e3a4e721-13d7-4fa4-bf4e-96830c6ec635" + "WESTUS2:20200326T175304Z:01f15d63-908b-4cdb-ab00-5437b2e013d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3498,7 +3555,7 @@ "nosniff" ], "Date": [ - "Tue, 24 Mar 2020 01:10:16 GMT" + "Thu, 26 Mar 2020 17:53:03 GMT" ], "Content-Length": [ "905" @@ -3510,19 +3567,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"DnVDO4ldBnYouMH6zzpxW/f4JbW8D2AdNPMx6+FgiHI=\",\r\n \"secondaryKey\": \"DVpPLFR2h2IbWNmt1y/mXS0bNZ6A8iz4ewP/M5haVxQ=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"XpMfi7lWixpKfcTOqZpjkeY54379cny7yNl5OJKUxgo=\",\r\n \"secondaryKey\": \"lIXDdbFXx8R1Ab+SJtuCPIIc/ibsFuxMIogCdg64xxE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"QJa+m/C9ykbhtdSLnmcRwV6KQ8sSY13rouSXsuww4Ns=\",\r\n \"secondaryKey\": \"ExJY9DdW/cYD4SBEVi5WmZhFFjXz6uWUhq2aiStlJR8=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"o/YDMI7eQ0GgC7cB2fBPo5cuvylsrEKiXbyV1ovoXBQ=\",\r\n \"secondaryKey\": \"fBkrjm9gy0MBytDT8TLB9f2kul3wPdIQCLYBTItVVdc=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"xPbbR/eJFfV1YydpdDPT7guw8CKameankSFzPWXXRN0=\",\r\n \"secondaryKey\": \"oaswEDwfU59YCmiwKpMdL6um3IxffO83TP1bCwS4D1g=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"ZtuLH1lg29q/zsIw743LGFx3h5ztEYGnvXfkVew7hew=\",\r\n \"secondaryKey\": \"GGojfuybUdjx0+8ch/0K8BB5cF9VK32sgc0fn5fymgM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"BMpyFuD4NUzxuFFvreNbeF3VXDULGh6+i9xx+WFnxIw=\",\r\n \"secondaryKey\": \"Pld3MFe6tuCDVM7je1Lz6kVMy0L408rsuImuRPW6YG0=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"iTc1pLt1i3xSW2vZ9+2RXh+J+bIk1hnVYMmaQkDVWWs=\",\r\n \"secondaryKey\": \"In3WRWyg6MoWlbGmjibEldjrdIGJFKG5XwqUags3tUU=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"Q8VUQMUHypUG2pRp5ilF5SX/eTJYBVUkq2OkEly2e/s=\",\r\n \"secondaryKey\": \"/C+XgGOhwKU+/7yysNkp2P15OnpqYIjeSrvqwR5Ohgk=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"l63iOTRSej7LL5DS30i2tR0sBs3rfDPSA7gwzMttKBg=\",\r\n \"secondaryKey\": \"lxAh/Y3336uGVKD/ptU/SYvsplxQbt37kZY8w2G98bA=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", "StatusCode": 200 } ], "Names": { "Test-AzureRmIotHubDeviceLifecycle": [ - "ps2929", - "ps742", - "ps4991", - "ps3238", - "ps8667", - "ps8787", - "ps3804" + "ps370", + "ps8819", + "ps4142", + "ps8167", + "ps8811", + "ps4519", + "ps7637" ] }, "Variables": { diff --git a/src/IotHub/IotHub/Az.IotHub.psd1 b/src/IotHub/IotHub/Az.IotHub.psd1 index e28e14fe70e2..7ab0cfe3facf 100644 --- a/src/IotHub/IotHub/Az.IotHub.psd1 +++ b/src/IotHub/IotHub/Az.IotHub.psd1 @@ -101,7 +101,7 @@ CmdletsToExport = 'Add-AzIotHubKey', 'Get-AzIotHubEventHubConsumerGroup', 'Set-AzIotHubDeviceParent', 'Add-AzIotHubDeviceChildren', 'Remove-AzIotHubDeviceChildren', 'Get-AzIotHubDeviceChildren', 'Get-AzIotHubDistributedTracing', 'Set-AzIotHubDistributedTracing', - 'Get-AzIotHubDeviceTwin', 'Update-AzIotHubDeviceTwin', 'Set-AzIotHubDeviceTwin' + 'Get-AzIotHubDeviceTwin', 'Update-AzIotHubDeviceTwin' # Variables to export from this module # VariablesToExport = @() diff --git a/src/IotHub/IotHub/ChangeLog.md b/src/IotHub/IotHub/ChangeLog.md index fed7bdf48378..2c0898a10581 100644 --- a/src/IotHub/IotHub/ChangeLog.md +++ b/src/IotHub/IotHub/ChangeLog.md @@ -24,7 +24,6 @@ * Manage IoT device twin configuration, New cmdlets are: - `Get-AzIotHubDeviceTwin` - `Update-AzIotHubDeviceTwin` - - `Set-AzIotHubDeviceTwin` ## Version 2.2.0 * Added support to manage devices in an Iot Hub. New Cmdlets are: diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Device/SetAzIotHubDeviceTwin.cs b/src/IotHub/IotHub/IotHub/DataPlane/Device/SetAzIotHubDeviceTwin.cs deleted file mode 100644 index ada16fc10869..000000000000 --- a/src/IotHub/IotHub/IotHub/DataPlane/Device/SetAzIotHubDeviceTwin.cs +++ /dev/null @@ -1,134 +0,0 @@ -// ---------------------------------------------------------------------------------- -// -// 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; - 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.Devices.Shared; - using Microsoft.Azure.Management.IotHub; - using Microsoft.Azure.Management.IotHub.Models; - using Microsoft.WindowsAzure.Commands.Utilities.Common; - using Newtonsoft.Json; - using ResourceManager.Common.ArgumentCompleters; - - [Cmdlet("Set", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "IotHubDeviceTwin", DefaultParameterSetName = InputObjectParameterSet, SupportsShouldProcess = true)] - [OutputType(typeof(PSDeviceTwin))] - public class SetAzIotHubDeviceTwin : IotHubBaseCmdlet - { - private const string ResourceIdParameterSet = "ResourceIdSet"; - private const string ResourceParameterSet = "ResourceSet"; - private const string ResourceParameterSetForTag = "ResourceSetForTag"; - private const string ResourceParameterSetForDesired = "ResourceSetForDesired"; - 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")] - [Parameter(Position = 0, Mandatory = true, ParameterSetName = ResourceParameterSetForTag, HelpMessage = "Name of the Resource Group")] - [Parameter(Position = 0, Mandatory = true, ParameterSetName = ResourceParameterSetForDesired, 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")] - [Parameter(Position = 1, Mandatory = true, ParameterSetName = ResourceParameterSetForTag, HelpMessage = "Name of the Iot Hub")] - [Parameter(Position = 1, Mandatory = true, ParameterSetName = ResourceParameterSetForDesired, 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.")] - [Parameter(Position = 2, Mandatory = true, ParameterSetName = ResourceParameterSetForTag, HelpMessage = "Target Device Id.")] - [Parameter(Position = 2, Mandatory = true, ParameterSetName = ResourceParameterSetForDesired, HelpMessage = "Target Device Id.")] - [ValidateNotNullOrEmpty] - public string DeviceId { get; set; } - - [Parameter(Mandatory = false, ParameterSetName = InputObjectParameterSet, HelpMessage = "Replace the tags property in a device twin.")] - [Parameter(Mandatory = false, ParameterSetName = ResourceIdParameterSet, HelpMessage = "Replace the tags property in a device twin.")] - [Parameter(Mandatory = true, ParameterSetName = ResourceParameterSet, HelpMessage = "Replace the tags property in a device twin.")] - [Parameter(Mandatory = true, ParameterSetName = ResourceParameterSetForTag, HelpMessage = "Replace the tags property in a device twin.")] - [ValidateNotNullOrEmpty] - public Hashtable Tag { get; set; } - - [Parameter(Mandatory = false, ParameterSetName = InputObjectParameterSet, HelpMessage = "Replace the desired property in a device twin.")] - [Parameter(Mandatory = false, ParameterSetName = ResourceIdParameterSet, HelpMessage = "Replace the desired property in a device twin.")] - [Parameter(Mandatory = true, ParameterSetName = ResourceParameterSet, HelpMessage = "Replace the desired property in a device twin.")] - [Parameter(Mandatory = true, ParameterSetName = ResourceParameterSetForDesired, HelpMessage = "Replace the desired property in a device twin.")] - [ValidateNotNullOrEmpty] - public Hashtable Desired { get; set; } - - public override void ExecuteCmdlet() - { - if (ShouldProcess(this.DeviceId, Properties.Resources.SetIotHubDeviceTwin)) - { - IotHubDescription iotHubDescription; - - switch (ParameterSetName) - { - case InputObjectParameterSet: - this.ResourceGroupName = this.InputObject.Resourcegroup; - this.IotHubName = this.InputObject.Name; - iotHubDescription = IotHubUtils.ConvertObject(this.InputObject); - break; - default: - if (this.IsParameterBound(c => c.ResourceId)) - { - this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.ResourceId); - this.IotHubName = IotHubUtils.GetIotHubName(this.ResourceId); - } - iotHubDescription = this.IotHubClient.IotHubResource.Get(this.ResourceGroupName, this.IotHubName); - break; - } - - IEnumerable authPolicies = this.IotHubClient.IotHubResource.ListKeys(this.ResourceGroupName, this.IotHubName); - SharedAccessSignatureAuthorizationRule policy = IotHubUtils.GetPolicy(authPolicies, PSAccessRights.RegistryWrite); - PSIotHubConnectionString psIotHubConnectionString = IotHubUtils.ToPSIotHubConnectionString(policy, iotHubDescription.Properties.HostName); - RegistryManager registryManager = RegistryManager.CreateFromConnectionString(psIotHubConnectionString.PrimaryConnectionString); - - Twin deviceTwin = registryManager.GetTwinAsync(this.DeviceId).GetAwaiter().GetResult(); - - if (deviceTwin == null) - { - throw new ArgumentException($"The entered device \"{this.DeviceId}\" doesn't exist."); - } - - if (this.IsParameterBound(c => c.Tag)) - { - deviceTwin.Tags = new TwinCollection(JsonConvert.SerializeObject(this.Tag)); - } - - if (this.IsParameterBound(c => c.Desired)) - { - deviceTwin.Properties.Desired = new TwinCollection(JsonConvert.SerializeObject(this.Desired)); - } - - this.WriteObject(registryManager.ReplaceTwinAsync(this.DeviceId, deviceTwin, deviceTwin.ETag).GetAwaiter().GetResult()); - } - } - } -} diff --git a/src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs b/src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs index eec8a4dc9d6f..9f1b1b9a8619 100644 --- a/src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs +++ b/src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs @@ -72,6 +72,9 @@ public class UpdateAzIotHubDeviceTwin : IotHubBaseCmdlet [ValidateNotNullOrEmpty] public Hashtable Desired { get; set; } + [Parameter(Mandatory = false, HelpMessage = "Allows to only partially update the tags and desired properties of a device twin.")] + public SwitchParameter Partial { get; set; } + public override void ExecuteCmdlet() { if (ShouldProcess(this.DeviceId, Properties.Resources.UpdateIotHubDeviceTwin)) @@ -116,7 +119,14 @@ public override void ExecuteCmdlet() deviceTwin.Properties.Desired = new TwinCollection(JsonConvert.SerializeObject(this.Desired)); } - this.WriteObject(registryManager.UpdateTwinAsync(this.DeviceId, deviceTwin, deviceTwin.ETag).GetAwaiter().GetResult()); + if (this.Partial.IsPresent) + { + this.WriteObject(registryManager.UpdateTwinAsync(this.DeviceId, deviceTwin, deviceTwin.ETag).GetAwaiter().GetResult()); + } + else + { + this.WriteObject(registryManager.ReplaceTwinAsync(this.DeviceId, deviceTwin, deviceTwin.ETag).GetAwaiter().GetResult()); + } } } } diff --git a/src/IotHub/IotHub/Properties/Resources.Designer.cs b/src/IotHub/IotHub/Properties/Resources.Designer.cs index fd2608c35a2e..b7193043ce94 100644 --- a/src/IotHub/IotHub/Properties/Resources.Designer.cs +++ b/src/IotHub/IotHub/Properties/Resources.Designer.cs @@ -292,15 +292,6 @@ internal static string RemoveIotHubRoutingEndpoint { } } - /// - /// Looks up a localized string similar to Replace Device Twin. - /// - internal static string SetIotHubDeviceTwin { - get { - return ResourceManager.GetString("SetIotHubDeviceTwin", resourceCulture); - } - } - /// /// Looks up a localized string similar to Update Distributed Tracing. /// diff --git a/src/IotHub/IotHub/Properties/Resources.resx b/src/IotHub/IotHub/Properties/Resources.resx index bf4a73affe7c..02c56b500b68 100644 --- a/src/IotHub/IotHub/Properties/Resources.resx +++ b/src/IotHub/IotHub/Properties/Resources.resx @@ -219,9 +219,6 @@ Update Distributed Tracing - - Replace Device Twin - Update Device Twin diff --git a/src/IotHub/IotHub/help/Az.IotHub.md b/src/IotHub/IotHub/help/Az.IotHub.md index e6bb301cf579..46f7343ce79b 100644 --- a/src/IotHub/IotHub/help/Az.IotHub.md +++ b/src/IotHub/IotHub/help/Az.IotHub.md @@ -155,9 +155,6 @@ Update an IoT Hub device. ### [Set-AzIotHubDeviceParent](Set-AzIotHubDeviceParent.md) Set the parent device of the specified device. -### [Set-AzIotHubDeviceTwin](Set-AzIotHubDeviceTwin.md) -Replaces tags and desired properties of a device twin. - ### [Set-AzIotHubDistributedTracing](Set-AzIotHubDistributedTracing.md) Update the distributed tracing options for a device. diff --git a/src/IotHub/IotHub/help/Set-AzIotHubDeviceTwin.md b/src/IotHub/IotHub/help/Set-AzIotHubDeviceTwin.md deleted file mode 100644 index f30a698fba58..000000000000 --- a/src/IotHub/IotHub/help/Set-AzIotHubDeviceTwin.md +++ /dev/null @@ -1,264 +0,0 @@ ---- -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/set-aziothubdevicetwin -schema: 2.0.0 ---- - -# Set-AzIotHubDeviceTwin - -## SYNOPSIS -Replaces tags and desired properties of a device twin. - -## SYNTAX - -### InputObjectSet (Default) -``` -Set-AzIotHubDeviceTwin [-InputObject] [-DeviceId] [-Tag ] [-Desired ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### ResourceIdSet -``` -Set-AzIotHubDeviceTwin [-ResourceId] [-DeviceId] [-Tag ] [-Desired ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### ResourceSet -``` -Set-AzIotHubDeviceTwin [-ResourceGroupName] [-IotHubName] [-DeviceId] - -Tag -Desired [-DefaultProfile ] [-WhatIf] [-Confirm] - [] -``` - -### ResourceSetForTag -``` -Set-AzIotHubDeviceTwin [-ResourceGroupName] [-IotHubName] [-DeviceId] - -Tag [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -### ResourceSetForDesired -``` -Set-AzIotHubDeviceTwin [-ResourceGroupName] [-IotHubName] [-DeviceId] - -Desired [-DefaultProfile ] [-WhatIf] [-Confirm] [] -``` - -## DESCRIPTION -Replaces a device twin. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins for more information. - -## EXAMPLES - -### Example 1 -```powershell -PS C:\> Set-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $newTag -Desired $newDesired -``` - -Returns the replaced device twin object. - -### Example 2 -```powershell -PS C:\> Set-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Desired $newDesired -``` - -Returns the device twin object with replaced desired properties. - -### Example 3 -```powershell -PS C:\> Set-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $newTag -``` - -Returns the device twin object with replaced tags property. - -## PARAMETERS - -### -DefaultProfile -The credentials, account, tenant, and subscription used for communication with Azure. - -```yaml -Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer -Parameter Sets: (All) -Aliases: AzContext, AzureRmContext, AzureCredential - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Desired -Add or update the desired property in a device twin. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: InputObjectSet, ResourceIdSet -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: ResourceSet, ResourceSetForDesired -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -DeviceId -Target Device Id. - -```yaml -Type: System.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: Microsoft.Azure.Commands.Management.IotHub.Models.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: System.String -Parameter Sets: ResourceSet, ResourceSetForTag, ResourceSetForDesired -Aliases: - -Required: True -Position: 1 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceGroupName -Name of the Resource Group - -```yaml -Type: System.String -Parameter Sets: ResourceSet, ResourceSetForTag, ResourceSetForDesired -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -ResourceId -IotHub Resource Id - -```yaml -Type: System.String -Parameter Sets: ResourceIdSet -Aliases: - -Required: True -Position: 0 -Default value: None -Accept pipeline input: True (ByPropertyName) -Accept wildcard characters: False -``` - -### -Tag -Add or update the tags property in a device twin. - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: InputObjectSet, ResourceIdSet -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -```yaml -Type: System.Collections.Hashtable -Parameter Sets: ResourceSet, ResourceSetForTag -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Confirm -Prompts you for confirmation before running the cmdlet. - -```yaml -Type: System.Management.Automation.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: System.Management.Automation.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 - -### System.String - -## NOTES - -## RELATED LINKS diff --git a/src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md b/src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md index c744f1613783..5e145fcadfe4 100644 --- a/src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md +++ b/src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md @@ -15,48 +15,56 @@ Updates tags and desired properties of a device twin. ### ResourceSet (Default) ``` Update-AzIotHubDeviceTwin [-ResourceGroupName] [-IotHubName] [-DeviceId] - [-Tag ] [-Desired ] [-DefaultProfile ] [-WhatIf] [-Confirm] - [] + [-Tag ] [-Desired ] [-Partial] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] ``` ### InputObjectSet ``` Update-AzIotHubDeviceTwin [-InputObject] [-DeviceId] [-Tag ] - [-Desired ] [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-Desired ] [-Partial] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] ``` ### ResourceIdSet ``` Update-AzIotHubDeviceTwin [-ResourceId] [-DeviceId] [-Tag ] [-Desired ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-Partial] [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Updates a device twin. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins for more information. +Updates or replaces a device twin. See https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-device-twins for more information. ## EXAMPLES ### Example 1 ```powershell -PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $updatedTag -Desired $updatedDesired +PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $updatedTag -Desired $updatedDesired -Partial ``` Returns the updated device twin object. ### Example 2 ```powershell -PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Desired $updatedDesired +PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Desired $updatedDesired -Partial ``` Returns the device twin object with updated desired properties. ### Example 3 ```powershell -PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $updatedTag +PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $updatedTag -Partial ``` Returns the device twin object with updated tags property. +### Example 4 +```powershell +PS C:\> Update-AzIotHubDeviceTwin -ResourceGroupName "myresourcegroup" -IotHubName "myiothub" -DeviceId "myDevice1" -Tag $updatedTag -Desired $updatedDesired +``` + +Returns the replaced device twin object. + ## PARAMETERS ### -DefaultProfile @@ -134,6 +142,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Partial +Allows to only partially update the tags and desired properties of a device twin. + +```yaml +Type: System.Management.Automation.SwitchParameter +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