diff --git a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 index 17aa16ab1a3c..270d85f07892 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} + + # Partial update device twin + $tags1 = @{} + $tags1.Add('Test1', '1') + $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 -Partial + Assert-True { $updateddevice1twin2.DeviceId -eq $device1} + Assert-True { $updateddevice1twin2.tags.Count -eq 2} + + # Update device twin + $tags3 = @{} + $tags3.Add('Test3', '3') + $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 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..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": [ - "3961c674-1e0d-41c5-ae8a-2b09af312fae" + "608fb83c-eca2-4e37-b11e-6640fdd726ac" ], "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" + "154fefbe-c8bd-4d00-98ca-b6acb473843b" ], "x-ms-correlation-request-id": [ - "01eb83f7-5315-4ac3-9677-1cb5ff3bec49" + "154fefbe-c8bd-4d00-98ca-b6acb473843b" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T011923Z:01eb83f7-5315-4ac3-9677-1cb5ff3bec49" + "WESTUS2:20200326T175015Z:154fefbe-c8bd-4d00-98ca-b6acb473843b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,7 +45,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:19:22 GMT" + "Thu, 26 Mar 2020 17:50:14 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/ps8819?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzODgxOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7bd7a1d3-4935-4b8b-8ce6-af8d753bb69f" + "adc467f5-723b-49a7-b32b-7fb4e2929f0c" ], "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" + "16ba4261-9bad-4175-9125-f567bb245c12" ], "x-ms-correlation-request-id": [ - "9ebd667f-e551-482f-ac8f-40922a10ab5f" + "16ba4261-9bad-4175-9125-f567bb245c12" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T011924Z:9ebd667f-e551-482f-ac8f-40922a10ab5f" + "WESTUS2:20200326T175016Z:16ba4261-9bad-4175-9125-f567bb245c12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -111,7 +111,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:19:23 GMT" + "Thu, 26 Mar 2020 17:50:15 GMT" ], "Content-Length": [ "165" @@ -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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "ef5ec31e-64c8-45bf-bdd0-19d36c2c44e4" + "5cb42d51-d304-49de-a331-a03bee86835f" ], "Accept-Language": [ "en-US" @@ -159,7 +159,7 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfNjRhZGJmNTItZTlmZS00ODk5LWE2NTQtMDI1OTdmYjhlZDdk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo" + "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" @@ -168,13 +168,13 @@ "4999" ], "x-ms-request-id": [ - "7a630874-da68-42da-8f94-1f67bcd5768b" + "ac87663a-fe78-4020-8c31-d1c5aadfbdd6" ], "x-ms-correlation-request-id": [ - "7a630874-da68-42da-8f94-1f67bcd5768b" + "ac87663a-fe78-4020-8c31-d1c5aadfbdd6" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T011943Z:7a630874-da68-42da-8f94-1f67bcd5768b" + "WESTUS2:20200326T175035Z:ac87663a-fe78-4020-8c31-d1c5aadfbdd6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,10 +183,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:19:42 GMT" + "Thu, 26 Mar 2020 17:50:34 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/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/b3NfaWhfNjRhZGJmNTItZTlmZS00ODk5LWE2NTQtMDI1OTdmYjhlZDdk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTmpSaFpHSm1OVEl0WlRsbVpTMDBPRGs1TFdFMk5UUXRNREkxT1RkbVlqaGxaRGRrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "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": { @@ -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" + "03941cc6-76bd-41d4-9ed8-d91f36540200" ], "x-ms-correlation-request-id": [ - "05eb429c-f038-4200-aaaf-21b00aaaea58" + "03941cc6-76bd-41d4-9ed8-d91f36540200" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012013Z:05eb429c-f038-4200-aaaf-21b00aaaea58" + "WESTUS2:20200326T175105Z:03941cc6-76bd-41d4-9ed8-d91f36540200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,7 +240,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:20:12 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/b3NfaWhfNjRhZGJmNTItZTlmZS00ODk5LWE2NTQtMDI1OTdmYjhlZDdk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTmpSaFpHSm1OVEl0WlRsbVpTMDBPRGs1TFdFMk5UUXRNREkxT1RkbVlqaGxaRGRrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "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": [ - "63be3ea9-da3b-4a2c-a306-71670e1537f9" + "cc15ce97-ce90-4366-b2b7-aa18c4a6116d" ], "x-ms-correlation-request-id": [ - "63be3ea9-da3b-4a2c-a306-71670e1537f9" + "cc15ce97-ce90-4366-b2b7-aa18c4a6116d" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012043Z:63be3ea9-da3b-4a2c-a306-71670e1537f9" + "WESTUS2:20200326T175136Z:cc15ce97-ce90-4366-b2b7-aa18c4a6116d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,7 +297,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:20:43 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/b3NfaWhfNjRhZGJmNTItZTlmZS00ODk5LWE2NTQtMDI1OTdmYjhlZDdk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTmpSaFpHSm1OVEl0WlRsbVpTMDBPRGs1TFdFMk5UUXRNREkxT1RkbVlqaGxaRGRrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", + "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": { @@ -339,13 +339,13 @@ "11997" ], "x-ms-request-id": [ - "628e8985-392b-4d09-8911-c2743d30821c" + "1c96905b-786e-4567-94bf-25f52e11d86b" ], "x-ms-correlation-request-id": [ - "628e8985-392b-4d09-8911-c2743d30821c" + "1c96905b-786e-4567-94bf-25f52e11d86b" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012113Z:628e8985-392b-4d09-8911-c2743d30821c" + "WESTUS2:20200326T175206Z:1c96905b-786e-4567-94bf-25f52e11d86b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,7 +354,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:13 GMT" + "Thu, 26 Mar 2020 17:52:05 GMT" ], "Content-Length": [ "20" @@ -370,8 +370,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/b3NfaWhfNGE4MGRhNDMtNTEyMi00NWNhLTkxOTMtODQwNWRlYzQ0MjRk?api-version=2019-07-01-preview&operationSource=os_ih&asyncinfo", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTkdFNE1HUmhORE10TlRFeU1pMDBOV05oTFRreE9UTXRPRFF3TldSbFl6UTBNalJrP2FwaS12ZXJzaW9uPTIwMTktMDctMDEtcHJldmlldyZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZv", "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" + "5751318f-c268-4db8-99db-b581806ee8a3" ], "x-ms-correlation-request-id": [ - "c29b9ee6-b694-4f40-ae3d-46d4ad18efac" + "5751318f-c268-4db8-99db-b581806ee8a3" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012144Z:c29b9ee6-b694-4f40-ae3d-46d4ad18efac" + "WESTUS2:20200326T175236Z:5751318f-c268-4db8-99db-b581806ee8a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,7 +411,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:43 GMT" + "Thu, 26 Mar 2020 17:52:36 GMT" ], "Content-Length": [ "22" @@ -427,8 +427,8 @@ "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/ps8819/providers/Microsoft.Devices/IotHubs/ps370?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MD9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -453,13 +453,13 @@ "11995" ], "x-ms-request-id": [ - "6e1634ee-d43f-4d8f-8ed1-3ac358f3799f" + "949cbd8d-3e70-429a-828e-4efc8747afff" ], "x-ms-correlation-request-id": [ - "6e1634ee-d43f-4d8f-8ed1-3ac358f3799f" + "949cbd8d-3e70-429a-828e-4efc8747afff" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012144Z:6e1634ee-d43f-4d8f-8ed1-3ac358f3799f" + "WESTUS2:20200326T175237Z:949cbd8d-3e70-429a-828e-4efc8747afff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -468,10 +468,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:44 GMT" + "Thu, 26 Mar 2020 17:52:36 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -480,17 +480,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "7f1ee325-7bee-4c41-a0f1-c2aa2269f796" + "603109a6-cedb-4117-81ff-e95c50d911c0" ], "Accept-Language": [ "en-US" @@ -516,13 +516,13 @@ "11994" ], "x-ms-request-id": [ - "db37f1af-71f4-4dad-bddb-f1d23d8c8ffa" + "6455c9dc-9dc1-4730-894c-b20fb904ae5d" ], "x-ms-correlation-request-id": [ - "db37f1af-71f4-4dad-bddb-f1d23d8c8ffa" + "6455c9dc-9dc1-4730-894c-b20fb904ae5d" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012145Z:db37f1af-71f4-4dad-bddb-f1d23d8c8ffa" + "WESTUS2:20200326T175237Z:6455c9dc-9dc1-4730-894c-b20fb904ae5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -531,10 +531,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:44 GMT" + "Thu, 26 Mar 2020 17:52:37 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -543,17 +543,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "b4ccda44-eb5c-43f0-a92d-02def54af19a" + "d689bd6d-b813-43e1-a025-4fd27562f9f4" ], "Accept-Language": [ "en-US" @@ -579,13 +579,13 @@ "11993" ], "x-ms-request-id": [ - "6d661f7c-3dcd-46e7-9e5f-247282426cf2" + "23052e57-14cb-4655-848e-1e04f80a0b0b" ], "x-ms-correlation-request-id": [ - "6d661f7c-3dcd-46e7-9e5f-247282426cf2" + "23052e57-14cb-4655-848e-1e04f80a0b0b" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012145Z:6d661f7c-3dcd-46e7-9e5f-247282426cf2" + "WESTUS2:20200326T175238Z:23052e57-14cb-4655-848e-1e04f80a0b0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -594,10 +594,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:44 GMT" + "Thu, 26 Mar 2020 17:52:37 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -606,17 +606,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "7ec931ff-2e63-446d-a1b9-e23d630f5b87" + "f0fc3dec-544f-471c-a615-a328668a0241" ], "Accept-Language": [ "en-US" @@ -642,13 +642,13 @@ "11992" ], "x-ms-request-id": [ - "20ea9ab4-8952-4e7e-b575-62c3f81a22a7" + "fbc48f0f-1ab8-4634-a55f-80161af9f30b" ], "x-ms-correlation-request-id": [ - "20ea9ab4-8952-4e7e-b575-62c3f81a22a7" + "fbc48f0f-1ab8-4634-a55f-80161af9f30b" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012146Z:20ea9ab4-8952-4e7e-b575-62c3f81a22a7" + "WESTUS2:20200326T175239Z:fbc48f0f-1ab8-4634-a55f-80161af9f30b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -657,10 +657,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:46 GMT" + "Thu, 26 Mar 2020 17:52:39 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -669,17 +669,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "d9e4fdf6-f191-48a7-9199-543933155525" + "6e867732-a30d-42c1-883c-b902b5060ffd" ], "Accept-Language": [ "en-US" @@ -705,13 +705,13 @@ "11991" ], "x-ms-request-id": [ - "0c869f2e-4c5a-4b0f-9a23-edb0c6aa2473" + "ab2602d0-59a4-4e50-a094-2ce48ab7802c" ], "x-ms-correlation-request-id": [ - "0c869f2e-4c5a-4b0f-9a23-edb0c6aa2473" + "ab2602d0-59a4-4e50-a094-2ce48ab7802c" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012147Z:0c869f2e-4c5a-4b0f-9a23-edb0c6aa2473" + "WESTUS2:20200326T175240Z:ab2602d0-59a4-4e50-a094-2ce48ab7802c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -720,10 +720,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:46 GMT" + "Thu, 26 Mar 2020 17:52:40 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -732,17 +732,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "f65190ff-5266-431e-9522-e4f077bf9798" + "a3b24581-39f6-4dfa-bcde-0781d3dff822" ], "Accept-Language": [ "en-US" @@ -768,13 +768,13 @@ "11990" ], "x-ms-request-id": [ - "4c3be3a4-8102-4701-a954-396195ca7813" + "156965fc-869e-441c-bd88-c468ef256a5f" ], "x-ms-correlation-request-id": [ - "4c3be3a4-8102-4701-a954-396195ca7813" + "156965fc-869e-441c-bd88-c468ef256a5f" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012148Z:4c3be3a4-8102-4701-a954-396195ca7813" + "WESTUS2:20200326T175241Z:156965fc-869e-441c-bd88-c468ef256a5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -783,10 +783,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:47 GMT" + "Thu, 26 Mar 2020 17:52:40 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -795,17 +795,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "db83172e-b982-44fa-b961-2699ec45c140" + "2e9fa794-83b3-41bf-b837-152cd5dbdb62" ], "Accept-Language": [ "en-US" @@ -831,13 +831,13 @@ "11989" ], "x-ms-request-id": [ - "b5df1184-0567-4b5b-b7b2-e9069c73d978" + "bc95f2af-b6e3-4ae3-83f9-fcc98440ecc8" ], "x-ms-correlation-request-id": [ - "b5df1184-0567-4b5b-b7b2-e9069c73d978" + "bc95f2af-b6e3-4ae3-83f9-fcc98440ecc8" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012149Z:b5df1184-0567-4b5b-b7b2-e9069c73d978" + "WESTUS2:20200326T175242Z:bc95f2af-b6e3-4ae3-83f9-fcc98440ecc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -846,10 +846,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:48 GMT" + "Thu, 26 Mar 2020 17:52:41 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -858,17 +858,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "f4993e90-e30d-44dc-89f1-db118b72ab3b" + "2d372431-d810-4d33-9168-6db52e212671" ], "Accept-Language": [ "en-US" @@ -894,13 +894,13 @@ "11988" ], "x-ms-request-id": [ - "664747ef-c2d3-4325-9d56-4902b5ce1082" + "2e52fa9b-0dfe-420e-8e5f-9fdc4ce46ff4" ], "x-ms-correlation-request-id": [ - "664747ef-c2d3-4325-9d56-4902b5ce1082" + "2e52fa9b-0dfe-420e-8e5f-9fdc4ce46ff4" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012150Z:664747ef-c2d3-4325-9d56-4902b5ce1082" + "WESTUS2:20200326T175243Z:2e52fa9b-0dfe-420e-8e5f-9fdc4ce46ff4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -909,10 +909,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:49 GMT" + "Thu, 26 Mar 2020 17:52:42 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -921,17 +921,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "0afba216-b520-4295-844d-797546394774" + "c13790d3-4386-4fd4-aecc-15dc0477e35d" ], "Accept-Language": [ "en-US" @@ -957,13 +957,13 @@ "11987" ], "x-ms-request-id": [ - "7ef86516-bb12-4be9-a5e4-9390932c66b3" + "87dad2d4-3f7a-4927-8f22-d5b0eb924835" ], "x-ms-correlation-request-id": [ - "7ef86516-bb12-4be9-a5e4-9390932c66b3" + "87dad2d4-3f7a-4927-8f22-d5b0eb924835" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012150Z:7ef86516-bb12-4be9-a5e4-9390932c66b3" + "WESTUS2:20200326T175244Z:87dad2d4-3f7a-4927-8f22-d5b0eb924835" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -972,10 +972,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:50 GMT" + "Thu, 26 Mar 2020 17:52:44 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -984,17 +984,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "606679e0-77f1-41bb-ad60-b08361e8eed1" + "b85eb485-2edd-4009-9a80-70dcd3e5460f" ], "Accept-Language": [ "en-US" @@ -1020,13 +1020,13 @@ "11986" ], "x-ms-request-id": [ - "916de206-5178-4c89-b1c2-ba4ef7afc9c4" + "6c3a24c9-240d-4fb5-880a-062a20cf46f6" ], "x-ms-correlation-request-id": [ - "916de206-5178-4c89-b1c2-ba4ef7afc9c4" + "6c3a24c9-240d-4fb5-880a-062a20cf46f6" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012151Z:916de206-5178-4c89-b1c2-ba4ef7afc9c4" + "WESTUS2:20200326T175245Z:6c3a24c9-240d-4fb5-880a-062a20cf46f6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1035,10 +1035,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:51 GMT" + "Thu, 26 Mar 2020 17:52:45 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1047,17 +1047,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "644d82a5-2649-43f3-9e4b-39f6e320be01" + "dd070df1-ec43-497e-8760-be1ccda68f83" ], "Accept-Language": [ "en-US" @@ -1083,13 +1083,13 @@ "11985" ], "x-ms-request-id": [ - "e82d135c-5469-4a05-bf5b-ccb83d26bf95" + "f2e3466b-e909-4f06-ad06-5bd072123efb" ], "x-ms-correlation-request-id": [ - "e82d135c-5469-4a05-bf5b-ccb83d26bf95" + "f2e3466b-e909-4f06-ad06-5bd072123efb" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012152Z:e82d135c-5469-4a05-bf5b-ccb83d26bf95" + "WESTUS2:20200326T175246Z:f2e3466b-e909-4f06-ad06-5bd072123efb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1098,10 +1098,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:51 GMT" + "Thu, 26 Mar 2020 17:52:46 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1110,17 +1110,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "b1d65086-70ff-4613-a858-63e82401f9d3" + "183e2f67-8c50-4825-a91c-612c0d5cc7d7" ], "Accept-Language": [ "en-US" @@ -1146,13 +1146,13 @@ "11984" ], "x-ms-request-id": [ - "77ab68cd-38cd-4efd-b7af-49dc329a25a7" + "7b3f6d83-0ee8-4c17-a284-7722b7d3ffeb" ], "x-ms-correlation-request-id": [ - "77ab68cd-38cd-4efd-b7af-49dc329a25a7" + "7b3f6d83-0ee8-4c17-a284-7722b7d3ffeb" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012153Z:77ab68cd-38cd-4efd-b7af-49dc329a25a7" + "WESTUS2:20200326T175248Z:7b3f6d83-0ee8-4c17-a284-7722b7d3ffeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1161,10 +1161,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:52 GMT" + "Thu, 26 Mar 2020 17:52:47 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1173,17 +1173,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "6aab9bb9-9805-4c97-b12e-f5e04528324d" + "bb4e6301-d6ce-4be1-8fea-dd57febbaed0" ], "Accept-Language": [ "en-US" @@ -1209,13 +1209,13 @@ "11983" ], "x-ms-request-id": [ - "f776b77b-7a49-478b-97bd-6ede3d817bcb" + "4ef02a18-37f8-485b-ac11-611a3cf05d83" ], "x-ms-correlation-request-id": [ - "f776b77b-7a49-478b-97bd-6ede3d817bcb" + "4ef02a18-37f8-485b-ac11-611a3cf05d83" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012154Z:f776b77b-7a49-478b-97bd-6ede3d817bcb" + "WESTUS2:20200326T175249Z:4ef02a18-37f8-485b-ac11-611a3cf05d83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1224,10 +1224,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:53 GMT" + "Thu, 26 Mar 2020 17:52:48 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1236,17 +1236,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "8ee18cae-ac80-4789-9f02-71d7c909b042" + "aaa2f708-3cac-46db-abb5-27d19d445324" ], "Accept-Language": [ "en-US" @@ -1272,13 +1272,13 @@ "11982" ], "x-ms-request-id": [ - "8285b6df-f3e4-4125-a032-2fffb98ddbe5" + "2f94f132-3b24-47ca-9498-6d43f1d38ef2" ], "x-ms-correlation-request-id": [ - "8285b6df-f3e4-4125-a032-2fffb98ddbe5" + "2f94f132-3b24-47ca-9498-6d43f1d38ef2" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012156Z:8285b6df-f3e4-4125-a032-2fffb98ddbe5" + "WESTUS2:20200326T175250Z:2f94f132-3b24-47ca-9498-6d43f1d38ef2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1287,10 +1287,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:55 GMT" + "Thu, 26 Mar 2020 17:52:49 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1299,17 +1299,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "951450f0-bcca-4e6e-a973-c92cdf00bf61" + "4ea6753e-8d7c-48f6-afc8-81e192f02058" ], "Accept-Language": [ "en-US" @@ -1335,13 +1335,13 @@ "11981" ], "x-ms-request-id": [ - "bce6e24f-dd74-4bdb-b222-bb9773cf3acf" + "479fbc47-d8ea-4072-b49f-3d128493070f" ], "x-ms-correlation-request-id": [ - "bce6e24f-dd74-4bdb-b222-bb9773cf3acf" + "479fbc47-d8ea-4072-b49f-3d128493070f" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012157Z:bce6e24f-dd74-4bdb-b222-bb9773cf3acf" + "WESTUS2:20200326T175251Z:479fbc47-d8ea-4072-b49f-3d128493070f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1350,10 +1350,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:56 GMT" + "Thu, 26 Mar 2020 17:52:50 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1362,17 +1362,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "985ddeb0-e896-45b4-bd8f-04ea675af86d" + "d1bc6504-478e-4235-be59-de9c97c65802" ], "Accept-Language": [ "en-US" @@ -1398,13 +1398,13 @@ "11980" ], "x-ms-request-id": [ - "f1ce2b53-7356-403d-ab18-63884d4e70d3" + "c90ed72b-e022-4247-9bb3-ac7d2e2fff38" ], "x-ms-correlation-request-id": [ - "f1ce2b53-7356-403d-ab18-63884d4e70d3" + "c90ed72b-e022-4247-9bb3-ac7d2e2fff38" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012158Z:f1ce2b53-7356-403d-ab18-63884d4e70d3" + "WESTUS2:20200326T175252Z:c90ed72b-e022-4247-9bb3-ac7d2e2fff38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1413,10 +1413,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:57 GMT" + "Thu, 26 Mar 2020 17:52:51 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1425,17 +1425,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "cc9cb98a-6f00-4144-b7ca-d10012bc73cf" + "274fc643-8e21-4267-85e8-ee5a6c8f5dbf" ], "Accept-Language": [ "en-US" @@ -1461,13 +1461,13 @@ "11979" ], "x-ms-request-id": [ - "5e2a6860-7d49-433c-a6ca-a28d1e60fece" + "32f6227d-4e1a-413b-84b3-771d80cef012" ], "x-ms-correlation-request-id": [ - "5e2a6860-7d49-433c-a6ca-a28d1e60fece" + "32f6227d-4e1a-413b-84b3-771d80cef012" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012159Z:5e2a6860-7d49-433c-a6ca-a28d1e60fece" + "WESTUS2:20200326T175253Z:32f6227d-4e1a-413b-84b3-771d80cef012" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1476,10 +1476,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:58 GMT" + "Thu, 26 Mar 2020 17:52:52 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1488,17 +1488,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "6e830de3-c362-4f45-8a21-872dc8a19583" + "d1c86938-d1a3-44df-9748-d8c45140e1f1" ], "Accept-Language": [ "en-US" @@ -1524,13 +1524,13 @@ "11978" ], "x-ms-request-id": [ - "c179e374-93d9-42a0-ad0f-8ac71b966619" + "a69a54fa-8330-48b7-b565-0481193fe900" ], "x-ms-correlation-request-id": [ - "c179e374-93d9-42a0-ad0f-8ac71b966619" + "a69a54fa-8330-48b7-b565-0481193fe900" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012200Z:c179e374-93d9-42a0-ad0f-8ac71b966619" + "WESTUS2:20200326T175254Z:a69a54fa-8330-48b7-b565-0481193fe900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1539,10 +1539,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:59 GMT" + "Thu, 26 Mar 2020 17:52:53 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1551,17 +1551,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "bcb113eb-361f-48c5-83d6-f6e0b6d86613" + "61dac67e-de63-43f9-b640-ad43c0785e02" ], "Accept-Language": [ "en-US" @@ -1587,13 +1587,13 @@ "11977" ], "x-ms-request-id": [ - "11854128-e551-46b4-a5a2-4e14dc387d3a" + "6c8d4fc2-16e5-4f4e-b656-559eb32e436f" ], "x-ms-correlation-request-id": [ - "11854128-e551-46b4-a5a2-4e14dc387d3a" + "6c8d4fc2-16e5-4f4e-b656-559eb32e436f" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012201Z:11854128-e551-46b4-a5a2-4e14dc387d3a" + "WESTUS2:20200326T175255Z:6c8d4fc2-16e5-4f4e-b656-559eb32e436f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1602,10 +1602,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:00 GMT" + "Thu, 26 Mar 2020 17:52:54 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1614,17 +1614,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "356a5569-cc13-4c86-9d58-df52fd847022" + "47353869-24e8-4c3f-bffe-1a6aa2d7335d" ], "Accept-Language": [ "en-US" @@ -1650,13 +1650,13 @@ "11976" ], "x-ms-request-id": [ - "2985be24-40c0-4ba9-a265-6a08467c5556" + "e59c972d-1b8a-4991-8da1-40e59cfddc06" ], "x-ms-correlation-request-id": [ - "2985be24-40c0-4ba9-a265-6a08467c5556" + "e59c972d-1b8a-4991-8da1-40e59cfddc06" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012202Z:2985be24-40c0-4ba9-a265-6a08467c5556" + "WESTUS2:20200326T175256Z:e59c972d-1b8a-4991-8da1-40e59cfddc06" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1665,10 +1665,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:01 GMT" + "Thu, 26 Mar 2020 17:52:56 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1677,17 +1677,80 @@ "-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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "848b5858-67ed-439c-8a68-03e690b74856" + "53db1a71-7514-45db-b161-ac6163636842" + ], + "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" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "a76aa373-e467-4281-943e-b46dff1c333e" + ], + "x-ms-correlation-request-id": [ + "a76aa373-e467-4281-943e-b46dff1c333e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200326T175258Z:a76aa373-e467-4281-943e-b46dff1c333e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 26 Mar 2020 17:52:57 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": [ + "497579d6-de65-42f9-98a3-2e64cc2f0995" ], "Accept-Language": [ "en-US" @@ -1710,16 +1773,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11974" ], "x-ms-request-id": [ - "78b8d0e2-6961-44f0-b787-fd313ac4e813" + "aaf6887b-1cb1-49a3-9436-fbefc666d389" ], "x-ms-correlation-request-id": [ - "78b8d0e2-6961-44f0-b787-fd313ac4e813" + "aaf6887b-1cb1-49a3-9436-fbefc666d389" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012203Z:78b8d0e2-6961-44f0-b787-fd313ac4e813" + "WESTUS2:20200326T175259Z:aaf6887b-1cb1-49a3-9436-fbefc666d389" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1728,10 +1791,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:02 GMT" + "Thu, 26 Mar 2020 17:52:59 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1740,17 +1803,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDI/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "aa42d17f-563d-4269-9492-3d585d91ce25" + "de16ea29-515b-43e8-ae0f-f202dfea610b" ], "Accept-Language": [ "en-US" @@ -1773,16 +1836,205 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11973" + ], + "x-ms-request-id": [ + "a6954349-2feb-4e5d-9c82-5ab11744325e" + ], + "x-ms-correlation-request-id": [ + "a6954349-2feb-4e5d-9c82-5ab11744325e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200326T175300Z:a6954349-2feb-4e5d-9c82-5ab11744325e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 26 Mar 2020 17:53:00 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": [ + "0003bd74-2ad1-4bcb-b59a-2ce3e1005cbb" + ], + "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": [ + "d8a065ac-2c1d-465b-ab8c-58fd95b472fd" + ], + "x-ms-correlation-request-id": [ + "d8a065ac-2c1d-465b-ab8c-58fd95b472fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200326T175301Z:d8a065ac-2c1d-465b-ab8c-58fd95b472fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 26 Mar 2020 17:53:01 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": [ + "9bf0e265-dbc9-451b-95a8-c37417dfdc79" + ], + "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": [ + "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": [ - "ad6ddc43-e1ef-4209-ab88-cb1bb2a089cc" + "46d48987-e784-4073-b488-84a3448b46a3" ], "x-ms-correlation-request-id": [ - "ad6ddc43-e1ef-4209-ab88-cb1bb2a089cc" + "46d48987-e784-4073-b488-84a3448b46a3" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012204Z:ad6ddc43-e1ef-4209-ab88-cb1bb2a089cc" + "WESTUS2:20200326T175304Z:46d48987-e784-4073-b488-84a3448b46a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1791,10 +2043,10 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:03 GMT" + "Thu, 26 Mar 2020 17:53:03 GMT" ], "Content-Length": [ - "1460" + "1455" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1803,17 +2055,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/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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "43c53d8c-e4f3-40b6-b5f7-71599ae702d2" + "08380621-ab10-45f8-855e-f8edc4c96ddb" ], "Accept-Language": [ "en-US" @@ -1839,13 +2091,13 @@ "1199" ], "x-ms-request-id": [ - "b3896230-de31-4576-af01-2f9360d98b6f" + "cb035d97-d7c0-4e78-aacb-1698f296615a" ], "x-ms-correlation-request-id": [ - "b3896230-de31-4576-af01-2f9360d98b6f" + "cb035d97-d7c0-4e78-aacb-1698f296615a" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012145Z:b3896230-de31-4576-af01-2f9360d98b6f" + "WESTUS2:20200326T175238Z:cb035d97-d7c0-4e78-aacb-1698f296615a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1854,7 +2106,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:45 GMT" + "Thu, 26 Mar 2020 17:52:37 GMT" ], "Content-Length": [ "905" @@ -1866,17 +2118,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "5320b8fc-ed54-4194-a395-366b334d4ff6" + "79a56bbf-4296-4910-b0f7-f1c4f2a1089d" ], "Accept-Language": [ "en-US" @@ -1902,13 +2154,13 @@ "1198" ], "x-ms-request-id": [ - "ee7cfe2c-9b4b-465b-9399-ec650d4d232a" + "d181bd3f-ac49-4c08-a6ee-0d42df405cf5" ], "x-ms-correlation-request-id": [ - "ee7cfe2c-9b4b-465b-9399-ec650d4d232a" + "d181bd3f-ac49-4c08-a6ee-0d42df405cf5" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012146Z:ee7cfe2c-9b4b-465b-9399-ec650d4d232a" + "WESTUS2:20200326T175239Z:d181bd3f-ac49-4c08-a6ee-0d42df405cf5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1917,7 +2169,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:46 GMT" + "Thu, 26 Mar 2020 17:52:39 GMT" ], "Content-Length": [ "905" @@ -1929,17 +2181,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "659edaba-4951-429e-bd67-c5364b5c4849" + "78d27934-a58c-4950-bca2-d8673db7d494" ], "Accept-Language": [ "en-US" @@ -1965,13 +2217,13 @@ "1197" ], "x-ms-request-id": [ - "285a5f60-6d74-4a7d-8ef5-ced16d84b6f2" + "48a994b6-735d-434e-8044-c6c617ab9f0d" ], "x-ms-correlation-request-id": [ - "285a5f60-6d74-4a7d-8ef5-ced16d84b6f2" + "48a994b6-735d-434e-8044-c6c617ab9f0d" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012147Z:285a5f60-6d74-4a7d-8ef5-ced16d84b6f2" + "WESTUS2:20200326T175240Z:48a994b6-735d-434e-8044-c6c617ab9f0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1980,7 +2232,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:47 GMT" + "Thu, 26 Mar 2020 17:52:40 GMT" ], "Content-Length": [ "905" @@ -1992,17 +2244,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "0169b3cb-5693-456b-b19d-23a74905baeb" + "276f24ac-b125-48f1-8df5-2f4036473348" ], "Accept-Language": [ "en-US" @@ -2028,13 +2280,13 @@ "1196" ], "x-ms-request-id": [ - "40715105-da4a-45fb-90db-b370042d74c5" + "a15016e0-6125-408f-867a-16c8579b66ad" ], "x-ms-correlation-request-id": [ - "40715105-da4a-45fb-90db-b370042d74c5" + "a15016e0-6125-408f-867a-16c8579b66ad" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012148Z:40715105-da4a-45fb-90db-b370042d74c5" + "WESTUS2:20200326T175241Z:a15016e0-6125-408f-867a-16c8579b66ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2043,7 +2295,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:47 GMT" + "Thu, 26 Mar 2020 17:52:41 GMT" ], "Content-Length": [ "905" @@ -2055,17 +2307,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "f121788d-5d52-4288-b84f-f5ad36275a1f" + "da98ddcc-b5ee-4bf9-a11a-2f1938cb8d00" ], "Accept-Language": [ "en-US" @@ -2091,13 +2343,13 @@ "1195" ], "x-ms-request-id": [ - "628cef2a-0e93-4cc0-b306-fb0b22c8adff" + "e0086cdd-ef38-44a6-b7d9-d10009202a31" ], "x-ms-correlation-request-id": [ - "628cef2a-0e93-4cc0-b306-fb0b22c8adff" + "e0086cdd-ef38-44a6-b7d9-d10009202a31" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012149Z:628cef2a-0e93-4cc0-b306-fb0b22c8adff" + "WESTUS2:20200326T175242Z:e0086cdd-ef38-44a6-b7d9-d10009202a31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2106,7 +2358,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:48 GMT" + "Thu, 26 Mar 2020 17:52:42 GMT" ], "Content-Length": [ "905" @@ -2118,17 +2370,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "480053c6-8d2f-4627-a371-e799a09a6cd0" + "c54f4556-12d8-4f01-812d-509aa4c4f9c1" ], "Accept-Language": [ "en-US" @@ -2154,13 +2406,13 @@ "1194" ], "x-ms-request-id": [ - "0192e266-613f-42a4-afeb-c24c963846f8" + "a126c5a1-22f2-4c07-9de4-1cb8dd706882" ], "x-ms-correlation-request-id": [ - "0192e266-613f-42a4-afeb-c24c963846f8" + "a126c5a1-22f2-4c07-9de4-1cb8dd706882" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012150Z:0192e266-613f-42a4-afeb-c24c963846f8" + "WESTUS2:20200326T175243Z:a126c5a1-22f2-4c07-9de4-1cb8dd706882" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2169,7 +2421,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:49 GMT" + "Thu, 26 Mar 2020 17:52:43 GMT" ], "Content-Length": [ "905" @@ -2181,17 +2433,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "2bb09686-fc0f-488d-9e37-0c57cae513b5" + "1e4997f2-efa5-4729-8069-faf4eb880c1d" ], "Accept-Language": [ "en-US" @@ -2217,13 +2469,13 @@ "1193" ], "x-ms-request-id": [ - "2a90ed73-6854-4e99-9b56-ed66af15fe49" + "cbc14ee5-efc4-486a-bf2e-6fbc1281076c" ], "x-ms-correlation-request-id": [ - "2a90ed73-6854-4e99-9b56-ed66af15fe49" + "cbc14ee5-efc4-486a-bf2e-6fbc1281076c" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012151Z:2a90ed73-6854-4e99-9b56-ed66af15fe49" + "WESTUS2:20200326T175244Z:cbc14ee5-efc4-486a-bf2e-6fbc1281076c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2232,7 +2484,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:50 GMT" + "Thu, 26 Mar 2020 17:52:44 GMT" ], "Content-Length": [ "905" @@ -2244,17 +2496,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "3ca05203-329c-4ff6-a8ce-bc18e517c957" + "6a777aa4-48b5-4191-aece-3f78962b1bfa" ], "Accept-Language": [ "en-US" @@ -2280,13 +2532,13 @@ "1192" ], "x-ms-request-id": [ - "f7b9d657-8c5c-449c-ab95-6c565ba93f6d" + "90e1ef58-58e9-416e-a52b-3dce539a4b7d" ], "x-ms-correlation-request-id": [ - "f7b9d657-8c5c-449c-ab95-6c565ba93f6d" + "90e1ef58-58e9-416e-a52b-3dce539a4b7d" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012151Z:f7b9d657-8c5c-449c-ab95-6c565ba93f6d" + "WESTUS2:20200326T175245Z:90e1ef58-58e9-416e-a52b-3dce539a4b7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2295,7 +2547,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:51 GMT" + "Thu, 26 Mar 2020 17:52:45 GMT" ], "Content-Length": [ "905" @@ -2307,17 +2559,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "21e30a62-1f50-4180-9944-0bd72e36b5c6" + "5301fe8c-36c0-406f-8f39-ea868bcdc248" ], "Accept-Language": [ "en-US" @@ -2343,13 +2595,13 @@ "1191" ], "x-ms-request-id": [ - "ba397060-1870-4f7a-b119-abedda4f7c59" + "8c1d325e-8126-4406-b07c-10db449c9e7a" ], "x-ms-correlation-request-id": [ - "ba397060-1870-4f7a-b119-abedda4f7c59" + "8c1d325e-8126-4406-b07c-10db449c9e7a" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012152Z:ba397060-1870-4f7a-b119-abedda4f7c59" + "WESTUS2:20200326T175247Z:8c1d325e-8126-4406-b07c-10db449c9e7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2358,7 +2610,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:52 GMT" + "Thu, 26 Mar 2020 17:52:46 GMT" ], "Content-Length": [ "905" @@ -2370,17 +2622,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "3675daf8-1847-4d26-aeed-748e71ed05cc" + "d3ce631a-08c2-4763-8538-a03c901a734c" ], "Accept-Language": [ "en-US" @@ -2406,13 +2658,13 @@ "1190" ], "x-ms-request-id": [ - "670a850a-ca28-4b8e-b6bc-0d8effd2b085" + "6f914301-843b-43c5-b636-7924fa6fac9a" ], "x-ms-correlation-request-id": [ - "670a850a-ca28-4b8e-b6bc-0d8effd2b085" + "6f914301-843b-43c5-b636-7924fa6fac9a" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012153Z:670a850a-ca28-4b8e-b6bc-0d8effd2b085" + "WESTUS2:20200326T175248Z:6f914301-843b-43c5-b636-7924fa6fac9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2421,7 +2673,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:52 GMT" + "Thu, 26 Mar 2020 17:52:47 GMT" ], "Content-Length": [ "905" @@ -2433,17 +2685,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "72c37069-a0b6-45f7-bd88-010bfd9133c5" + "db4b2ff7-b243-4a8d-a2be-7419bdac74b0" ], "Accept-Language": [ "en-US" @@ -2469,13 +2721,13 @@ "1189" ], "x-ms-request-id": [ - "a6eccf33-ef1f-4029-85ca-e205bfa3e3b0" + "4f3dd144-1203-4e77-8c33-d035234cb4f0" ], "x-ms-correlation-request-id": [ - "a6eccf33-ef1f-4029-85ca-e205bfa3e3b0" + "4f3dd144-1203-4e77-8c33-d035234cb4f0" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012154Z:a6eccf33-ef1f-4029-85ca-e205bfa3e3b0" + "WESTUS2:20200326T175249Z:4f3dd144-1203-4e77-8c33-d035234cb4f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2484,7 +2736,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:53 GMT" + "Thu, 26 Mar 2020 17:52:48 GMT" ], "Content-Length": [ "905" @@ -2496,17 +2748,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "f6001750-bc66-401c-af9e-1a29df8a5432" + "3a620efd-b6dc-43ad-8eea-01895cfd1ade" ], "Accept-Language": [ "en-US" @@ -2532,13 +2784,13 @@ "1188" ], "x-ms-request-id": [ - "8de88998-6c91-47f8-8de3-836f5c2e2ff5" + "5698db04-22a6-411c-bb4f-f9074ce9a7b2" ], "x-ms-correlation-request-id": [ - "8de88998-6c91-47f8-8de3-836f5c2e2ff5" + "5698db04-22a6-411c-bb4f-f9074ce9a7b2" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012156Z:8de88998-6c91-47f8-8de3-836f5c2e2ff5" + "WESTUS2:20200326T175250Z:5698db04-22a6-411c-bb4f-f9074ce9a7b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2547,7 +2799,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:55 GMT" + "Thu, 26 Mar 2020 17:52:49 GMT" ], "Content-Length": [ "905" @@ -2559,17 +2811,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "81e42c38-aa3e-4b8c-bb0d-26e1d17d7a06" + "a71cdb8d-85ab-413d-867a-bca9206ccd03" ], "Accept-Language": [ "en-US" @@ -2595,13 +2847,13 @@ "1187" ], "x-ms-request-id": [ - "8f822b54-c35f-4344-b8c7-5a1b356d5a1e" + "1568a822-39d5-4d2b-befb-06975d2295e9" ], "x-ms-correlation-request-id": [ - "8f822b54-c35f-4344-b8c7-5a1b356d5a1e" + "1568a822-39d5-4d2b-befb-06975d2295e9" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012157Z:8f822b54-c35f-4344-b8c7-5a1b356d5a1e" + "WESTUS2:20200326T175251Z:1568a822-39d5-4d2b-befb-06975d2295e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2610,7 +2862,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:56 GMT" + "Thu, 26 Mar 2020 17:52:50 GMT" ], "Content-Length": [ "905" @@ -2622,17 +2874,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "aefb6c2e-3ca8-4304-9d42-f8059b92547e" + "f4d8dd44-4c21-44df-86fc-b9a211a2fc89" ], "Accept-Language": [ "en-US" @@ -2658,13 +2910,13 @@ "1186" ], "x-ms-request-id": [ - "987789ae-5898-4a8f-b1d8-32d30fb927e4" + "1650b80e-ac34-416f-9351-bbc0e48574e7" ], "x-ms-correlation-request-id": [ - "987789ae-5898-4a8f-b1d8-32d30fb927e4" + "1650b80e-ac34-416f-9351-bbc0e48574e7" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012158Z:987789ae-5898-4a8f-b1d8-32d30fb927e4" + "WESTUS2:20200326T175252Z:1650b80e-ac34-416f-9351-bbc0e48574e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2673,7 +2925,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:57 GMT" + "Thu, 26 Mar 2020 17:52:51 GMT" ], "Content-Length": [ "905" @@ -2685,17 +2937,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "f57ffe53-c363-488b-85a5-0845929887ac" + "2c100250-2633-4fe5-b2e0-ef52e9760c22" ], "Accept-Language": [ "en-US" @@ -2721,13 +2973,13 @@ "1185" ], "x-ms-request-id": [ - "883b611c-2b37-4724-99db-2d4599ba6409" + "c535531b-0249-42e0-ad63-12d4e4c6dcf0" ], "x-ms-correlation-request-id": [ - "883b611c-2b37-4724-99db-2d4599ba6409" + "c535531b-0249-42e0-ad63-12d4e4c6dcf0" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012159Z:883b611c-2b37-4724-99db-2d4599ba6409" + "WESTUS2:20200326T175253Z:c535531b-0249-42e0-ad63-12d4e4c6dcf0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2736,7 +2988,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:58 GMT" + "Thu, 26 Mar 2020 17:52:52 GMT" ], "Content-Length": [ "905" @@ -2748,17 +3000,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "e4146b9f-51d3-4d95-a201-14b7807d516c" + "ccf20f1c-22a8-4332-8d69-0fb5619cc0dc" ], "Accept-Language": [ "en-US" @@ -2784,13 +3036,13 @@ "1184" ], "x-ms-request-id": [ - "e8ccce79-8a78-4ac0-8430-4ab4b432f363" + "3dcb7f74-58c9-467c-b6aa-594e9e4e856f" ], "x-ms-correlation-request-id": [ - "e8ccce79-8a78-4ac0-8430-4ab4b432f363" + "3dcb7f74-58c9-467c-b6aa-594e9e4e856f" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012200Z:e8ccce79-8a78-4ac0-8430-4ab4b432f363" + "WESTUS2:20200326T175254Z:3dcb7f74-58c9-467c-b6aa-594e9e4e856f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2799,7 +3051,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:21:59 GMT" + "Thu, 26 Mar 2020 17:52:53 GMT" ], "Content-Length": [ "905" @@ -2811,17 +3063,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "39192864-000e-44df-9729-35d990accf46" + "e6a1a2d0-e38b-4400-98e2-238ac8ae0bd3" ], "Accept-Language": [ "en-US" @@ -2847,13 +3099,13 @@ "1183" ], "x-ms-request-id": [ - "6c90a502-6ae2-4fb3-bbe0-41d6a97204d2" + "77a3a447-8b91-42ca-9876-a880a0d1ef4c" ], "x-ms-correlation-request-id": [ - "6c90a502-6ae2-4fb3-bbe0-41d6a97204d2" + "77a3a447-8b91-42ca-9876-a880a0d1ef4c" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012201Z:6c90a502-6ae2-4fb3-bbe0-41d6a97204d2" + "WESTUS2:20200326T175255Z:77a3a447-8b91-42ca-9876-a880a0d1ef4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2862,7 +3114,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:00 GMT" + "Thu, 26 Mar 2020 17:52:54 GMT" ], "Content-Length": [ "905" @@ -2874,17 +3126,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "91728144-4a2a-4fe8-b975-f66dbbc78b33" + "1d8b2320-01c9-4008-9c86-524385c51772" ], "Accept-Language": [ "en-US" @@ -2910,13 +3162,13 @@ "1182" ], "x-ms-request-id": [ - "c7225e14-95ab-4987-a30d-47e82f820ae8" + "7d55d7f6-ba85-4410-8631-0150842201e3" ], "x-ms-correlation-request-id": [ - "c7225e14-95ab-4987-a30d-47e82f820ae8" + "7d55d7f6-ba85-4410-8631-0150842201e3" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012202Z:c7225e14-95ab-4987-a30d-47e82f820ae8" + "WESTUS2:20200326T175257Z:7d55d7f6-ba85-4410-8631-0150842201e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2925,7 +3177,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:01 GMT" + "Thu, 26 Mar 2020 17:52:56 GMT" ], "Content-Length": [ "905" @@ -2937,17 +3189,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "c356fb5a-d629-44fe-a6e5-9fdaad460ab0" + "5a0af740-bf29-47e8-a3fb-2ea0fcf904fd" ], "Accept-Language": [ "en-US" @@ -2973,13 +3225,13 @@ "1181" ], "x-ms-request-id": [ - "e3566677-7a8f-4037-9045-435cc288496b" + "0b71f88f-7028-4074-a1e7-7468cd999eb2" ], "x-ms-correlation-request-id": [ - "e3566677-7a8f-4037-9045-435cc288496b" + "0b71f88f-7028-4074-a1e7-7468cd999eb2" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012203Z:e3566677-7a8f-4037-9045-435cc288496b" + "WESTUS2:20200326T175258Z:0b71f88f-7028-4074-a1e7-7468cd999eb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2988,7 +3240,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:02 GMT" + "Thu, 26 Mar 2020 17:52:57 GMT" ], "Content-Length": [ "905" @@ -3000,17 +3252,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\": \"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/ps4196/providers/Microsoft.Devices/IotHubs/ps4842/listkeys?api-version=2019-07-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDE5Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczQ4NDIvbGlzdGtleXM/YXBpLXZlcnNpb249MjAxOS0wNy0wMS1wcmV2aWV3", + "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": [ - "5e78e981-a2f9-41cc-8554-cd079c28a148" + "9a330a8b-b1e8-48f7-87fb-77861a7ade08" ], "Accept-Language": [ "en-US" @@ -3036,13 +3288,265 @@ "1180" ], "x-ms-request-id": [ - "140080a2-e94b-46f3-99a8-89426aea4e03" + "666f2eb2-b0ed-4ccf-ba74-cc6a39e7bcbe" + ], + "x-ms-correlation-request-id": [ + "666f2eb2-b0ed-4ccf-ba74-cc6a39e7bcbe" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200326T175300Z:666f2eb2-b0ed-4ccf-ba74-cc6a39e7bcbe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 26 Mar 2020 17:52:59 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\": \"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/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a16f4142-c353-478f-a7e4-ea6786c059e6" + ], + "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": [ + "ea51f8b7-d0cf-4f98-a4f6-e83349563e7b" + ], + "x-ms-correlation-request-id": [ + "ea51f8b7-d0cf-4f98-a4f6-e83349563e7b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200326T175301Z:ea51f8b7-d0cf-4f98-a4f6-e83349563e7b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 26 Mar 2020 17:53:00 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\": \"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/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2a7f866f-8bd3-41eb-9eb0-14360f5a920b" + ], + "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": [ + "68f8c482-13e8-4133-a55d-6b1981f70143" + ], + "x-ms-correlation-request-id": [ + "68f8c482-13e8-4133-a55d-6b1981f70143" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200326T175302Z:68f8c482-13e8-4133-a55d-6b1981f70143" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 26 Mar 2020 17:53:01 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\": \"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/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4726e8e8-145e-44e9-83d1-3dd6c5f13d51" + ], + "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": [ + "92e9f680-a7d4-4802-b7dc-89036dbcfdec" + ], + "x-ms-correlation-request-id": [ + "92e9f680-a7d4-4802-b7dc-89036dbcfdec" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20200326T175303Z:92e9f680-a7d4-4802-b7dc-89036dbcfdec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Thu, 26 Mar 2020 17:53:02 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\": \"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/ps8819/providers/Microsoft.Devices/IotHubs/ps370/listkeys?api-version=2019-07-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzODgxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczM3MC9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDE5LTA3LTAxLXByZXZpZXc=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fb4ea373-ff6e-431c-a218-c1c6d2be0046" + ], + "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": [ + "01f15d63-908b-4cdb-ab00-5437b2e013d7" ], "x-ms-correlation-request-id": [ - "140080a2-e94b-46f3-99a8-89426aea4e03" + "01f15d63-908b-4cdb-ab00-5437b2e013d7" ], "x-ms-routing-request-id": [ - "WESTUS:20200225T012204Z:140080a2-e94b-46f3-99a8-89426aea4e03" + "WESTUS2:20200326T175304Z:01f15d63-908b-4cdb-ab00-5437b2e013d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3051,7 +3555,7 @@ "nosniff" ], "Date": [ - "Tue, 25 Feb 2020 01:22:03 GMT" + "Thu, 26 Mar 2020 17:53:03 GMT" ], "Content-Length": [ "905" @@ -3063,19 +3567,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\": \"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": [ - "ps4842", - "ps4196", - "ps6012", - "ps3148", - "ps5573", - "ps3767", - "ps6762" + "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 eb7d8f6e24b3..7ab0cfe3facf 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' # Variables to export from this module # VariablesToExport = @() diff --git a/src/IotHub/IotHub/ChangeLog.md b/src/IotHub/IotHub/ChangeLog.md index ebbdf1853417..2c0898a10581 100644 --- a/src/IotHub/IotHub/ChangeLog.md +++ b/src/IotHub/IotHub/ChangeLog.md @@ -21,6 +21,9 @@ * 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` ## 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/UpdateAzIotHubDeviceTwin.cs b/src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs new file mode 100644 index 000000000000..9f1b1b9a8619 --- /dev/null +++ b/src/IotHub/IotHub/IotHub/DataPlane/Device/UpdateAzIotHubDeviceTwin.cs @@ -0,0 +1,133 @@ +// ---------------------------------------------------------------------------------- +// +// 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; } + + [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)) + { + 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)); + } + + 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/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..b7193043ce94 100644 --- a/src/IotHub/IotHub/Properties/Resources.Designer.cs +++ b/src/IotHub/IotHub/Properties/Resources.Designer.cs @@ -328,6 +328,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..02c56b500b68 100644 --- a/src/IotHub/IotHub/Properties/Resources.resx +++ b/src/IotHub/IotHub/Properties/Resources.resx @@ -219,4 +219,7 @@ Update Distributed Tracing + + 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..46f7343ce79b 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. @@ -173,3 +176,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/Update-AzIotHubDeviceTwin.md b/src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md new file mode 100644 index 000000000000..5e145fcadfe4 --- /dev/null +++ b/src/IotHub/IotHub/help/Update-AzIotHubDeviceTwin.md @@ -0,0 +1,251 @@ +--- +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 ] [-Partial] [-DefaultProfile ] [-WhatIf] + [-Confirm] [] +``` + +### InputObjectSet +``` +Update-AzIotHubDeviceTwin [-InputObject] [-DeviceId] [-Tag ] + [-Desired ] [-Partial] [-DefaultProfile ] [-WhatIf] [-Confirm] + [] +``` + +### ResourceIdSet +``` +Update-AzIotHubDeviceTwin [-ResourceId] [-DeviceId] [-Tag ] [-Desired ] + [-Partial] [-DefaultProfile ] [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +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 -Partial +``` + +Returns the updated device twin object. + +### Example 2 +```powershell +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 -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 +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 +``` + +### -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 + +```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