From 18f57fda618e8ce9d51aba1c20e2148d725e7a6e Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Fri, 6 Dec 2024 11:09:58 +0800 Subject: [PATCH 1/2] Az.IotHub the Track 1 to SDK --- .../Generated/CertificatesOperations.cs | 1464 +++ .../CertificatesOperationsExtensions.cs | 307 + .../Generated/ICertificatesOperations.cs | 208 + .../Generated/IIotHubClient.cs | 107 + .../Generated/IIotHubOperations.cs | 77 + .../Generated/IIotHubResourceOperations.cs | 977 ++ .../Generated/IOperations.cs | 60 + .../IPrivateEndpointConnectionsOperations.cs | 194 + .../IPrivateLinkResourcesOperations.cs | 72 + .../IResourceProviderCommonOperations.cs | 37 + .../Generated/IotHubClient.cs | 367 + .../Generated/IotHubOperations.cs | 278 + .../Generated/IotHubOperationsExtensions.cs | 92 + .../Generated/IotHubResourceOperations.cs | 6574 ++++++++++++ .../IotHubResourceOperationsExtensions.cs | 1383 +++ .../Generated/Models/AccessRights.cs | 129 + .../Generated/Models/ArmIdentity.cs | 82 + .../Generated/Models/ArmUserIdentity.cs | 55 + .../Generated/Models/AuthenticationType.cs | 19 + .../Generated/Models/Capabilities.cs | 19 + .../Models/CertificateBodyDescription.cs | 62 + .../Models/CertificateDescription.cs | 88 + .../Models/CertificateListDescription.cs | 48 + .../Generated/Models/CertificateProperties.cs | 108 + .../Models/CertificatePropertiesWithNonce.cs | 121 + .../CertificateVerificationDescription.cs | 50 + .../Models/CertificateWithNonceDescription.cs | 90 + .../Models/CloudToDeviceProperties.cs | 101 + .../Generated/Models/CreatedByType.cs | 21 + .../Generated/Models/DefaultAction.cs | 19 + .../Generated/Models/EndpointHealthData.cs | 120 + .../Generated/Models/EndpointHealthStatus.cs | 22 + .../Generated/Models/EnrichmentProperties.cs | 100 + .../Generated/Models/ErrorDetails.cs | 78 + .../Generated/Models/ErrorDetailsException.cs | 55 + .../EventHubConsumerGroupBodyDescription.cs | 65 + .../Models/EventHubConsumerGroupInfo.cs | 88 + .../Models/EventHubConsumerGroupName.cs | 62 + .../Generated/Models/EventHubProperties.cs | 95 + .../Generated/Models/ExportDevicesRequest.cs | 140 + .../Generated/Models/FailoverInput.cs | 62 + .../Models/FallbackRouteProperties.cs | 136 + .../Generated/Models/FeedbackProperties.cs | 98 + .../Generated/Models/GroupIdInformation.cs | 95 + .../Models/GroupIdInformationProperties.cs | 68 + .../Generated/Models/ImportDevicesRequest.cs | 151 + .../Generated/Models/IotHubCapacity.cs | 99 + .../Generated/Models/IotHubDescription.cs | 132 + .../Models/IotHubLocationDescription.cs | 65 + .../Models/IotHubNameAvailabilityInfo.cs | 68 + .../Models/IotHubNameUnavailabilityReason.cs | 51 + .../Generated/Models/IotHubProperties.cs | 391 + .../Generated/Models/IotHubQuotaMetricInfo.cs | 68 + .../Generated/Models/IotHubReplicaRoleType.cs | 19 + .../Generated/Models/IotHubScaleType.cs | 57 + .../Generated/Models/IotHubSku.cs | 24 + .../Generated/Models/IotHubSkuDescription.cs | 94 + .../Generated/Models/IotHubSkuInfo.cs | 85 + .../Generated/Models/IotHubSkuTier.cs | 57 + .../Generated/Models/IpFilterActionType.cs | 51 + .../Generated/Models/IpFilterRule.cs | 89 + .../Generated/Models/JobResponse.cs | 123 + .../Generated/Models/JobStatus.cs | 75 + .../Generated/Models/JobType.cs | 27 + .../Generated/Models/ManagedIdentity.cs | 48 + .../Generated/Models/MatchedRoute.cs | 61 + .../Models/MessagingEndpointProperties.cs | 96 + .../Generated/Models/Name.cs | 58 + .../Generated/Models/NetworkRuleIPAction.cs | 18 + .../Generated/Models/NetworkRuleSetIpRule.cs | 89 + .../Models/NetworkRuleSetProperties.cs | 94 + .../Generated/Models/Operation.cs | 58 + .../Generated/Models/OperationDisplay.cs | 78 + .../Generated/Models/OperationInputs.cs | 62 + .../Generated/Models/Page.cs | 43 + .../Generated/Models/PrivateEndpoint.cs | 48 + .../Models/PrivateEndpointConnection.cs | 98 + .../PrivateEndpointConnectionProperties.cs | 76 + .../Generated/Models/PrivateLinkResources.cs | 48 + .../PrivateLinkServiceConnectionState.cs | 89 + .../PrivateLinkServiceConnectionStatus.cs | 21 + .../Generated/Models/PublicNetworkAccess.cs | 19 + .../Generated/Models/RegistryStatistics.cs | 68 + .../Generated/Models/Resource.cs | 112 + .../Generated/Models/ResourceIdentityType.cs | 63 + .../Generated/Models/RouteCompilationError.cs | 68 + .../Generated/Models/RouteErrorPosition.cs | 58 + .../Generated/Models/RouteErrorRange.cs | 58 + .../Generated/Models/RouteErrorSeverity.cs | 19 + .../Generated/Models/RouteProperties.cs | 145 + .../Generated/Models/RoutingEndpoints.cs | 91 + .../Models/RoutingEventHubProperties.cs | 165 + .../Generated/Models/RoutingMessage.cs | 68 + .../Generated/Models/RoutingProperties.cs | 137 + ...outingServiceBusQueueEndpointProperties.cs | 169 + ...outingServiceBusTopicEndpointProperties.cs | 169 + .../Generated/Models/RoutingSource.cs | 23 + .../RoutingStorageContainerProperties.cs | 246 + .../Generated/Models/RoutingTwin.cs | 58 + .../Generated/Models/RoutingTwinProperties.cs | 55 + .../SharedAccessSignatureAuthorizationRule.cs | 103 + .../Models/StorageEndpointProperties.cs | 121 + .../Generated/Models/SystemData.cs | 98 + .../Generated/Models/TagsResource.cs | 49 + .../Generated/Models/TestAllRoutesInput.cs | 70 + .../Generated/Models/TestAllRoutesResult.cs | 48 + .../Generated/Models/TestRouteInput.cs | 87 + .../Generated/Models/TestRouteResult.cs | 58 + .../Models/TestRouteResultDetails.cs | 48 + .../Generated/Models/UserSubscriptionQuota.cs | 98 + .../Models/UserSubscriptionQuotaListResult.cs | 58 + .../Generated/Operations.cs | 401 + .../Generated/OperationsExtensions.cs | 76 + .../PrivateEndpointConnectionsOperations.cs | 1011 ++ ...EndpointConnectionsOperationsExtensions.cs | 280 + .../PrivateLinkResourcesOperations.cs | 468 + ...rivateLinkResourcesOperationsExtensions.cs | 100 + .../ResourceProviderCommonOperations.cs | 230 + ...ourceProviderCommonOperationsExtensions.cs | 43 + .../IotHub.Management.Sdk.csproj | 13 + src/IotHub/IotHub.Management.Sdk/README.md | 35 + src/IotHub/IotHub.Test/IotHub.Test.csproj | 9 +- .../ScenarioTests/IotHubDPDeviceTests.ps1 | 4 +- .../ScenarioTests/IotHubDPModuleTests.ps1 | 2 +- ...TestAzureIotHubConfigurationLifecycle.json | 1892 ++-- .../TestAzureIotHubDeviceLifecycle.json | 2677 +++-- .../TestAzureIotHubModuleLifecycle.json | 2229 ++-- .../TestAzureIotHubTracing.json | 617 +- .../TestAzureIotHubRoutingLifeCycle.json | 5816 +--------- .../TestAzureIotHubCertificateLifeCycle.json | 1465 +-- .../TestAzureIotHubLifeCycle.json | 9373 +---------------- src/IotHub/IotHub.sln | 15 +- src/IotHub/IotHub/Az.IotHub.psd1 | 2 +- src/IotHub/IotHub/ChangeLog.md | 3 + src/IotHub/IotHub/IotHub.csproj | 5 +- .../IotHub/AddAzureRmIotHubCertificate.cs | 5 +- .../AddAzureRmIotHubEventHubConsumerGroup.cs | 3 +- .../InvokeAzureRmIotHubManualFailover.cs | 2 +- .../IotHub/Routing/TestAzureRmIotHubRoute.cs | 4 +- .../SetAzureRmIotHubVerifiedCertificate.cs | 2 +- .../IotHub/IotHub/UpdateAzureRmIotHub.cs | 26 +- 141 files changed, 27524 insertions(+), 19217 deletions(-) create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/CertificatesOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/CertificatesOperationsExtensions.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/ICertificatesOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IIotHubClient.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IIotHubOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IIotHubResourceOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IPrivateLinkResourcesOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IResourceProviderCommonOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IotHubClient.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IotHubOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IotHubOperationsExtensions.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IotHubResourceOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/IotHubResourceOperationsExtensions.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/AccessRights.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/ArmIdentity.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/ArmUserIdentity.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/AuthenticationType.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/Capabilities.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateBodyDescription.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateDescription.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateListDescription.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificatePropertiesWithNonce.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateVerificationDescription.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateWithNonceDescription.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/CloudToDeviceProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/CreatedByType.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/DefaultAction.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/EndpointHealthData.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/EndpointHealthStatus.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/EnrichmentProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/ErrorDetails.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/ErrorDetailsException.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupBodyDescription.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupInfo.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupName.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/ExportDevicesRequest.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/FailoverInput.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/FallbackRouteProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/FeedbackProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/GroupIdInformation.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/GroupIdInformationProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/ImportDevicesRequest.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubCapacity.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubDescription.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubLocationDescription.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubNameAvailabilityInfo.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubNameUnavailabilityReason.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubQuotaMetricInfo.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubReplicaRoleType.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubScaleType.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSku.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuDescription.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuInfo.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuTier.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IpFilterActionType.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/IpFilterRule.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/JobResponse.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/JobStatus.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/JobType.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/ManagedIdentity.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/MatchedRoute.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/MessagingEndpointProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/Name.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleIPAction.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleSetIpRule.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleSetProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/Operation.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/OperationDisplay.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/OperationInputs.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/Page.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpoint.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkResources.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionStatus.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/PublicNetworkAccess.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RegistryStatistics.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/Resource.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/ResourceIdentityType.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteCompilationError.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorPosition.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorRange.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorSeverity.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingEndpoints.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingEventHubProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingMessage.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingServiceBusQueueEndpointProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingServiceBusTopicEndpointProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingSource.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingStorageContainerProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingTwin.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingTwinProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/SharedAccessSignatureAuthorizationRule.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/StorageEndpointProperties.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/SystemData.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/TagsResource.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/TestAllRoutesInput.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/TestAllRoutesResult.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteInput.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteResult.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteResultDetails.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/UserSubscriptionQuota.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Models/UserSubscriptionQuotaListResult.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/Operations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/OperationsExtensions.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/PrivateEndpointConnectionsOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/PrivateLinkResourcesOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/ResourceProviderCommonOperations.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/Generated/ResourceProviderCommonOperationsExtensions.cs create mode 100644 src/IotHub/IotHub.Management.Sdk/IotHub.Management.Sdk.csproj create mode 100644 src/IotHub/IotHub.Management.Sdk/README.md diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/CertificatesOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/CertificatesOperations.cs new file mode 100644 index 000000000000..4becdd237eb2 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/CertificatesOperations.cs @@ -0,0 +1,1464 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// CertificatesOperations operations. + /// + internal partial class CertificatesOperations : Microsoft.Rest.IServiceOperations, ICertificatesOperations + { + /// + /// Initializes a new instance of the CertificatesOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal CertificatesOperations (IotHubClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the IotHubClient + /// + public IotHubClient Client { get; private set; } + + /// + /// Returns the list of certificates. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> ListByIotHubWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByIotHub", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/certificates").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Returns the certificate. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (certificateName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "certificateName"); + } + if (certificateName != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateName, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "certificateName", "^[A-Za-z0-9-._]{1,64}$"); + } + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("certificateName", certificateName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/certificates/{certificateName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{certificateName}", System.Uri.EscapeDataString(certificateName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Adds new or replaces existing certificate. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. Do not specify for creating a brand new + /// certificate. Required to update an existing certificate. + /// + /// + /// The certificate body. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, CertificateDescription certificateDescription, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (certificateDescription == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "certificateDescription"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (certificateName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "certificateName"); + } + if (certificateName != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateName, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "certificateName", "^[A-Za-z0-9-._]{1,64}$"); + } + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("certificateName", certificateName); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("certificateDescription", certificateDescription); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/certificates/{certificateName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{certificateName}", System.Uri.EscapeDataString(certificateName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(certificateDescription != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(certificateDescription, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Deletes an existing X509 certificate or does nothing if it does not exist. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (certificateName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "certificateName"); + } + if (certificateName != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateName, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "certificateName", "^[A-Za-z0-9-._]{1,64}$"); + } + } + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("certificateName", certificateName); + tracingParameters.Add("ifMatch", ifMatch); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/certificates/{certificateName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{certificateName}", System.Uri.EscapeDataString(certificateName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 204) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Generates verification code for proof of possession flow. The verification + /// code will be used to generate a leaf certificate. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GenerateVerificationCodeWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (certificateName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "certificateName"); + } + if (certificateName != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateName, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "certificateName", "^[A-Za-z0-9-._]{1,64}$"); + } + } + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("certificateName", certificateName); + tracingParameters.Add("ifMatch", ifMatch); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GenerateVerificationCode", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/certificates/{certificateName}/generateVerificationCode").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{certificateName}", System.Uri.EscapeDataString(certificateName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Verifies the certificate's private key possession by providing the leaf + /// cert issued by the verifying pre uploaded certificate. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + /// + /// The name of the certificate + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> VerifyWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, string ifMatch, CertificateVerificationDescription certificateVerificationBody, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (certificateVerificationBody == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "certificateVerificationBody"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (certificateName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "certificateName"); + } + if (certificateName != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(certificateName, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "certificateName", "^[A-Za-z0-9-._]{1,64}$"); + } + } + if (ifMatch == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ifMatch"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("certificateName", certificateName); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("certificateVerificationBody", certificateVerificationBody); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Verify", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/certificates/{certificateName}/verify").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{certificateName}", System.Uri.EscapeDataString(certificateName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(certificateVerificationBody != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(certificateVerificationBody, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/CertificatesOperationsExtensions.cs b/src/IotHub/IotHub.Management.Sdk/Generated/CertificatesOperationsExtensions.cs new file mode 100644 index 000000000000..504a14515d96 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/CertificatesOperationsExtensions.cs @@ -0,0 +1,307 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for CertificatesOperations + /// + public static partial class CertificatesOperationsExtensions + { + /// + /// Returns the list of certificates. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static CertificateListDescription ListByIotHub(this ICertificatesOperations operations, string resourceGroupName, string resourceName) + { + return ((ICertificatesOperations)operations).ListByIotHubAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Returns the list of certificates. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task ListByIotHubAsync(this ICertificatesOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListByIotHubWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Returns the certificate. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + public static CertificateDescription Get(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName) + { + return ((ICertificatesOperations)operations).GetAsync(resourceGroupName, resourceName, certificateName).GetAwaiter().GetResult(); + } + + /// + /// Returns the certificate. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetAsync(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, resourceName, certificateName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Adds new or replaces existing certificate. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. Do not specify for creating a brand new + /// certificate. Required to update an existing certificate. + /// + public static CertificateDescription CreateOrUpdate(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, CertificateDescription certificateDescription, string ifMatch = default(string)) + { + return ((ICertificatesOperations)operations).CreateOrUpdateAsync(resourceGroupName, resourceName, certificateName, certificateDescription, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Adds new or replaces existing certificate. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. Do not specify for creating a brand new + /// certificate. Required to update an existing certificate. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, CertificateDescription certificateDescription, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, certificateName, certificateDescription, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Deletes an existing X509 certificate or does nothing if it does not exist. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + public static void Delete(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch) + { + ((ICertificatesOperations)operations).DeleteAsync(resourceGroupName, resourceName, certificateName, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Deletes an existing X509 certificate or does nothing if it does not exist. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task DeleteAsync(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, resourceName, certificateName, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// + /// Generates verification code for proof of possession flow. The verification + /// code will be used to generate a leaf certificate. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + public static CertificateWithNonceDescription GenerateVerificationCode(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch) + { + return ((ICertificatesOperations)operations).GenerateVerificationCodeAsync(resourceGroupName, resourceName, certificateName, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Generates verification code for proof of possession flow. The verification + /// code will be used to generate a leaf certificate. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GenerateVerificationCodeAsync(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GenerateVerificationCodeWithHttpMessagesAsync(resourceGroupName, resourceName, certificateName, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Verifies the certificate's private key possession by providing the leaf + /// cert issued by the verifying pre uploaded certificate. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + public static CertificateDescription Verify(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch, CertificateVerificationDescription certificateVerificationBody) + { + return ((ICertificatesOperations)operations).VerifyAsync(resourceGroupName, resourceName, certificateName, ifMatch, certificateVerificationBody).GetAwaiter().GetResult(); + } + + /// + /// Verifies the certificate's private key possession by providing the leaf + /// cert issued by the verifying pre uploaded certificate. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task VerifyAsync(this ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch, CertificateVerificationDescription certificateVerificationBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.VerifyWithHttpMessagesAsync(resourceGroupName, resourceName, certificateName, ifMatch, certificateVerificationBody, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/ICertificatesOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/ICertificatesOperations.cs new file mode 100644 index 000000000000..d07b923156c7 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/ICertificatesOperations.cs @@ -0,0 +1,208 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// CertificatesOperations operations. + /// + public partial interface ICertificatesOperations + { + /// + /// Returns the list of certificates. + /// + /// + /// Returns the list of certificates. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> ListByIotHubWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Returns the certificate. + /// + /// + /// Returns the certificate. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Adds new or replaces existing certificate. + /// + /// + /// Adds new or replaces existing certificate. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. Do not specify for creating a brand new + /// certificate. Required to update an existing certificate. + /// + /// + /// The certificate body. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, CertificateDescription certificateDescription, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Deletes an existing X509 certificate or does nothing if it does not exist. + /// + /// + /// Deletes an existing X509 certificate or does nothing if it does not exist. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Generates verification code for proof of possession flow. The verification + /// code will be used to generate a leaf certificate. + /// + /// + /// Generates verification code for proof of possession flow. The verification + /// code will be used to generate a leaf certificate. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GenerateVerificationCodeWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, string ifMatch, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Verifies the certificate's private key possession by providing the leaf + /// cert issued by the verifying pre uploaded certificate. + /// + /// + /// Verifies the certificate's private key possession by providing the leaf + /// cert issued by the verifying pre uploaded certificate. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the certificate + /// + /// + /// ETag of the Certificate. + /// + /// + /// The name of the certificate + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> VerifyWithHttpMessagesAsync(string resourceGroupName, string resourceName, string certificateName, string ifMatch, CertificateVerificationDescription certificateVerificationBody, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IIotHubClient.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IIotHubClient.cs new file mode 100644 index 000000000000..ffe0ced431fd --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IIotHubClient.cs @@ -0,0 +1,107 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// Use this API to manage the IoT hubs in your Azure subscription. + /// + public partial interface IIotHubClient : System.IDisposable + { + /// + /// The base URI of the service. + /// + System.Uri BaseUri { get; set; } + + /// + /// Gets or sets json serialization settings. + /// + Newtonsoft.Json.JsonSerializerSettings SerializationSettings { get; } + + /// + /// Gets or sets json deserialization settings. + /// + Newtonsoft.Json.JsonSerializerSettings DeserializationSettings { get; } + + /// + /// Credentials needed for the client to connect to Azure. + /// + Microsoft.Rest.ServiceClientCredentials Credentials { get;} + + + /// + /// The API version to use for this operation. + /// + string ApiVersion { get;} + + + /// + /// The subscription identifier. + /// + string SubscriptionId { get; set;} + + + /// + /// The preferred language for the response. + /// + string AcceptLanguage { get; set;} + + + /// + /// The retry timeout in seconds for Long Running Operations. Default + /// /// value is 30. + /// + int? LongRunningOperationRetryTimeout { get; set;} + + + /// + /// Whether a unique x-ms-client-request-id should be generated. When + /// /// set to true a unique x-ms-client-request-id value is generated and + /// /// included in each request. Default is true. + /// + bool? GenerateClientRequestId { get; set;} + + + /// + /// Gets the IOperations + /// + IOperations Operations { get; } + + /// + /// Gets the IIotHubResourceOperations + /// + IIotHubResourceOperations IotHubResource { get; } + + /// + /// Gets the IResourceProviderCommonOperations + /// + IResourceProviderCommonOperations ResourceProviderCommon { get; } + + /// + /// Gets the ICertificatesOperations + /// + ICertificatesOperations Certificates { get; } + + /// + /// Gets the IIotHubOperations + /// + IIotHubOperations IotHub { get; } + + /// + /// Gets the IPrivateLinkResourcesOperations + /// + IPrivateLinkResourcesOperations PrivateLinkResources { get; } + + /// + /// Gets the IPrivateEndpointConnectionsOperations + /// + IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; } + + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IIotHubOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IIotHubOperations.cs new file mode 100644 index 000000000000..80d7410c562d --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IIotHubOperations.cs @@ -0,0 +1,77 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// IotHubOperations operations. + /// + public partial interface IIotHubOperations + { + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// Name of the IoT hub to failover + /// + /// + /// Name of the resource group containing the IoT hub resource + /// + /// + /// Region to failover to. Must be the Azure paired region. Get the value from + /// the secondary location in the locations property. To learn more, see + /// https://aka.ms/manualfailover/region + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task ManualFailoverWithHttpMessagesAsync(string iotHubName, string resourceGroupName, FailoverInput failoverInput, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// Name of the IoT hub to failover + /// + /// + /// Name of the resource group containing the IoT hub resource + /// + /// + /// Region to failover to. Must be the Azure paired region. Get the value from + /// the secondary location in the locations property. To learn more, see + /// https://aka.ms/manualfailover/region + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task BeginManualFailoverWithHttpMessagesAsync(string iotHubName, string resourceGroupName, FailoverInput failoverInput, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IIotHubResourceOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IIotHubResourceOperations.cs new file mode 100644 index 000000000000..9ba61717aa98 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IIotHubResourceOperations.cs @@ -0,0 +1,977 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// IotHubResourceOperations operations. + /// + public partial interface IIotHubResourceOperations + { + /// + /// Get the non-security related metadata of an IoT hub. + /// + /// + /// Get the non-security related metadata of an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. + /// Required to update an existing IoT Hub. + /// + /// + /// The IoT hub metadata and security metadata. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, IotHubDescription iotHubDescription, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// Resource group identifier. + /// + /// + /// Name of iot hub to update. + /// + /// + /// Updated tag information to set into the iot hub instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, TagsResource iotHubTags, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Delete an IoT hub. + /// + /// + /// Delete an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListBySubscriptionWithHttpMessagesAsync(System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the statistics from an IoT hub. + /// + /// + /// Get the statistics from an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetStatsWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> GetValidSkusWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListEventHubConsumerGroupsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get a consumer group from the Event Hub-compatible device-to-cloud endpoint + /// for an IoT hub. + /// + /// + /// Get a consumer group from the Event Hub-compatible device-to-cloud endpoint + /// for an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to retrieve. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetEventHubConsumerGroupWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, string name, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Add a consumer group to an Event Hub-compatible endpoint in an IoT hub. + /// + /// + /// Add a consumer group to an Event Hub-compatible endpoint in an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to add. + /// + /// + /// The consumer group to add. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> CreateEventHubConsumerGroupWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, string name, EventHubConsumerGroupBodyDescription consumerGroupBody, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Delete a consumer group from an Event Hub-compatible endpoint in an IoT + /// hub. + /// + /// + /// Delete a consumer group from an Event Hub-compatible endpoint in an IoT + /// hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to delete. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + System.Threading.Tasks.Task DeleteEventHubConsumerGroupWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, string name, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListJobsWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the details of a job from an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// Get the details of a job from an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The job identifier. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetJobWithHttpMessagesAsync(string resourceGroupName, string resourceName, string jobId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> GetQuotaMetricsWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the health for routing endpoints. + /// + /// + /// Get the health for routing endpoints. + /// + /// + /// + /// + /// + /// + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> GetEndpointHealthWithHttpMessagesAsync(string resourceGroupName, string iotHubName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Check if an IoT hub name is available. + /// + /// + /// Check if an IoT hub name is available. + /// + /// + /// Set the name parameter in the OperationInputs structure to the name of the + /// IoT hub to check. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> CheckNameAvailabilityWithHttpMessagesAsync(OperationInputs operationInputs, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Test all routes configured in this Iot Hub + /// + /// + /// Test all routes configured in this Iot Hub + /// + /// + /// IotHub to be tested + /// + /// + /// resource group which Iot Hub belongs to + /// + /// + /// Input for testing all routes + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> TestAllRoutesWithHttpMessagesAsync(string iotHubName, string resourceGroupName, TestAllRoutesInput input, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Test the new route for this Iot Hub + /// + /// + /// Test the new route for this Iot Hub + /// + /// + /// IotHub to be tested + /// + /// + /// resource group which Iot Hub belongs to + /// + /// + /// Route that needs to be tested + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> TestRouteWithHttpMessagesAsync(string iotHubName, string resourceGroupName, TestRouteInput input, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListKeysWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get a shared access policy by name from an IoT hub. For more information, + /// see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// Get a shared access policy by name from an IoT hub. For more information, + /// see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the shared access policy. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetKeysForKeyNameWithHttpMessagesAsync(string resourceGroupName, string resourceName, string keyName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Exports all the device identities in the IoT hub identity registry to an + /// Azure Storage blob container. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// Exports all the device identities in the IoT hub identity registry to an + /// Azure Storage blob container. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The parameters that specify the export devices operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> ExportDevicesWithHttpMessagesAsync(string resourceGroupName, string resourceName, ExportDevicesRequest exportDevicesParameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Import, update, or delete device identities in the IoT hub identity + /// registry from a blob. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// Import, update, or delete device identities in the IoT hub identity + /// registry from a blob. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The parameters that specify the import devices operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> ImportDevicesWithHttpMessagesAsync(string resourceGroupName, string resourceName, ImportDevicesRequest importDevicesParameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. + /// Required to update an existing IoT Hub. + /// + /// + /// The IoT hub metadata and security metadata. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, IotHubDescription iotHubDescription, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// Resource group identifier. + /// + /// + /// Name of iot hub to update. + /// + /// + /// Updated tag information to set into the iot hub instance. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, TagsResource iotHubTags, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Delete an IoT hub. + /// + /// + /// Delete an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> GetValidSkusNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListEventHubConsumerGroupsNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListJobsNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> GetQuotaMetricsNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the health for routing endpoints. + /// + /// + /// Get the health for routing endpoints. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> GetEndpointHealthNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListKeysNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IOperations.cs new file mode 100644 index 000000000000..324bfa2602cf --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IOperations.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Operations operations. + /// + public partial interface IOperations + { + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs new file mode 100644 index 000000000000..3a08f3287447 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IPrivateEndpointConnectionsOperations.cs @@ -0,0 +1,194 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// PrivateEndpointConnectionsOperations operations. + /// + public partial interface IPrivateEndpointConnectionsOperations + { + /// + /// List private endpoint connection properties + /// + /// + /// List private endpoint connection properties + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get private endpoint connection properties + /// + /// + /// Get private endpoint connection properties + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The private endpoint connection with updated properties + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection privateEndpointConnection, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The private endpoint connection with updated properties + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection privateEndpointConnection, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IPrivateLinkResourcesOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IPrivateLinkResourcesOperations.cs new file mode 100644 index 000000000000..f164184b218a --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IPrivateLinkResourcesOperations.cs @@ -0,0 +1,72 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// PrivateLinkResourcesOperations operations. + /// + public partial interface IPrivateLinkResourcesOperations + { + /// + /// List private link resources for the given IotHub + /// + /// + /// List private link resources for the given IotHub + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + /// + /// Get the specified private link resource for the given IotHub + /// + /// + /// Get the specified private link resource for the given IotHub + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private link resource + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string groupId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IResourceProviderCommonOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IResourceProviderCommonOperations.cs new file mode 100644 index 000000000000..a0f58bc203fc --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IResourceProviderCommonOperations.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// ResourceProviderCommonOperations operations. + /// + public partial interface IResourceProviderCommonOperations + { + /// + /// Get the number of free and paid iot hubs in the subscription + /// + /// + /// Get the number of free and paid iot hubs in the subscription + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + System.Threading.Tasks.Task> GetSubscriptionQuotaWithHttpMessagesAsync(System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)); + + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IotHubClient.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubClient.cs new file mode 100644 index 000000000000..3c182caa691d --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubClient.cs @@ -0,0 +1,367 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// Use this API to manage the IoT hubs in your Azure subscription. + /// + public partial class IotHubClient : Microsoft.Rest.ServiceClient, IIotHubClient, IAzureClient + { + /// + /// The base URI of the service. + /// + public System.Uri BaseUri { get; set; } + /// + /// Gets or sets json serialization settings. + /// + public Newtonsoft.Json.JsonSerializerSettings SerializationSettings { get; private set; } + /// + /// Gets or sets json deserialization settings. + /// + public Newtonsoft.Json.JsonSerializerSettings DeserializationSettings { get; private set; } + /// + /// Credentials needed for the client to connect to Azure. + /// + public Microsoft.Rest.ServiceClientCredentials Credentials { get; private set; } + + /// + /// The API version to use for this operation. + /// + public string ApiVersion { get; private set; } + + /// + /// The subscription identifier. + /// + public string SubscriptionId { get; set;} + + /// + /// The preferred language for the response. + /// + public string AcceptLanguage { get; set;} + + /// + /// The retry timeout in seconds for Long Running Operations. Default + /// /// value is 30. + /// + public int? LongRunningOperationRetryTimeout { get; set;} + + /// + /// Whether a unique x-ms-client-request-id should be generated. When + /// /// set to true a unique x-ms-client-request-id value is generated and + /// /// included in each request. Default is true. + /// + public bool? GenerateClientRequestId { get; set;} + + /// + /// Gets the IOperations + /// + public virtual IOperations Operations { get; private set; } + /// + /// Gets the IIotHubResourceOperations + /// + public virtual IIotHubResourceOperations IotHubResource { get; private set; } + /// + /// Gets the IResourceProviderCommonOperations + /// + public virtual IResourceProviderCommonOperations ResourceProviderCommon { get; private set; } + /// + /// Gets the ICertificatesOperations + /// + public virtual ICertificatesOperations Certificates { get; private set; } + /// + /// Gets the IIotHubOperations + /// + public virtual IIotHubOperations IotHub { get; private set; } + /// + /// Gets the IPrivateLinkResourcesOperations + /// + public virtual IPrivateLinkResourcesOperations PrivateLinkResources { get; private set; } + /// + /// Gets the IPrivateEndpointConnectionsOperations + /// + public virtual IPrivateEndpointConnectionsOperations PrivateEndpointConnections { get; private set; } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// HttpClient to be used + /// + /// + /// True: will dispose the provided httpClient on calling IotHubClient.Dispose(). False: will not dispose provided httpClient + protected IotHubClient(System.Net.Http.HttpClient httpClient, bool disposeHttpClient) : base(httpClient, disposeHttpClient) + { + this.Initialize(); + } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + protected IotHubClient(params System.Net.Http.DelegatingHandler[] handlers) : base(handlers) + { + this.Initialize(); + } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// Optional. The http client handler used to handle http transport. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + protected IotHubClient(System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers) : base(rootHandler, handlers) + { + this.Initialize(); + } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// Optional. The base URI of the service. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + protected IotHubClient(System.Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers) : this(handlers) + { + if (baseUri == null) + { + throw new System.ArgumentNullException("baseUri"); + } + this.BaseUri = baseUri; + } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// Optional. The base URI of the service. + /// + /// + /// Optional. The http client handler used to handle http transport. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + protected IotHubClient(System.Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers) : this(rootHandler, handlers) + { + if (baseUri == null) + { + throw new System.ArgumentNullException("baseUri"); + } + + this.BaseUri = baseUri; + } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + public IotHubClient(Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers) : this(handlers) + { + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + this.Credentials = credentials; + if (this.Credentials != null) + { + this.Credentials.InitializeServiceClient(this); + } + + } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// HttpClient to be used + /// + /// + /// True: will dispose the provided httpClient on calling IotHubClient.Dispose(). False: will not dispose provided httpClient + /// + /// Thrown when a required parameter is null + /// + public IotHubClient(Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient) : this(httpClient, disposeHttpClient) + { + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + this.Credentials = credentials; + if (this.Credentials != null) + { + this.Credentials.InitializeServiceClient(this); + } + + } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// Optional. The http client handler used to handle http transport. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + public IotHubClient(Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers) : this(rootHandler, handlers) + { + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + this.Credentials = credentials; + if (this.Credentials != null) + { + this.Credentials.InitializeServiceClient(this); + } + + } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// Optional. The base URI of the service. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// Optional. The delegating handlers to add to the http client pipeline. + /// + /// + /// Thrown when a required parameter is null + /// + public IotHubClient(System.Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers) : this(handlers) + { + if (baseUri == null) + { + throw new System.ArgumentNullException("baseUri"); + } + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + this.BaseUri = baseUri; + this.Credentials = credentials; + if (this.Credentials != null) + { + this.Credentials.InitializeServiceClient(this); + } + + } + /// + /// Initializes a new instance of the IotHubClient class. + /// + /// + /// Optional. The base URI of the service. + /// + /// + /// Required. Credentials needed for the client to connect to Azure. + /// + /// + /// Optional. The http client handler used to handle http transport. + /// + /// + /// Thrown when a required parameter is null + /// + public IotHubClient(System.Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers) : this(rootHandler, handlers) + { + if (baseUri == null) + { + throw new System.ArgumentNullException("baseUri"); + } + if (credentials == null) + { + throw new System.ArgumentNullException("credentials"); + } + this.BaseUri = baseUri; + this.Credentials = credentials; + if (this.Credentials != null) + { + this.Credentials.InitializeServiceClient(this); + } + + } + /// + /// An optional partial-method to perform custom initialization. + /// + partial void CustomInitialize(); + + /// + /// Initializes client properties. + /// + private void Initialize() + { + this.Operations = new Operations(this); + this.IotHubResource = new IotHubResourceOperations(this); + this.ResourceProviderCommon = new ResourceProviderCommonOperations(this); + this.Certificates = new CertificatesOperations(this); + this.IotHub = new IotHubOperations(this); + this.PrivateLinkResources = new PrivateLinkResourcesOperations(this); + this.PrivateEndpointConnections = new PrivateEndpointConnectionsOperations(this); + this.BaseUri = new System.Uri("https://management.azure.com"); + this.ApiVersion = "2021-07-02"; + this.AcceptLanguage = "en-US"; + this.LongRunningOperationRetryTimeout = 30; + this.GenerateClientRequestId = true; + SerializationSettings = new Newtonsoft.Json.JsonSerializerSettings + { + Formatting = Newtonsoft.Json.Formatting.Indented, + DateFormatHandling = Newtonsoft.Json.DateFormatHandling.IsoDateFormat, + DateTimeZoneHandling = Newtonsoft.Json.DateTimeZoneHandling.Utc, + NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore, + ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize, + ContractResolver = new Microsoft.Rest.Serialization.ReadOnlyJsonContractResolver(), + Converters = new System.Collections.Generic.List + { + new Microsoft.Rest.Serialization.Iso8601TimeSpanConverter() + } + }; + DeserializationSettings = new Newtonsoft.Json.JsonSerializerSettings + { + DateFormatHandling = Newtonsoft.Json.DateFormatHandling.IsoDateFormat, + DateTimeZoneHandling = Newtonsoft.Json.DateTimeZoneHandling.Utc, + NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore, + ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Serialize, + ContractResolver = new Microsoft.Rest.Serialization.ReadOnlyJsonContractResolver(), + Converters = new System.Collections.Generic.List + { + new Microsoft.Rest.Serialization.Iso8601TimeSpanConverter() + } + }; + CustomInitialize(); + DeserializationSettings.Converters.Add(new Microsoft.Rest.Azure.CloudErrorJsonConverter()); + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IotHubOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubOperations.cs new file mode 100644 index 000000000000..977fd4777dbd --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubOperations.cs @@ -0,0 +1,278 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// IotHubOperations operations. + /// + internal partial class IotHubOperations : Microsoft.Rest.IServiceOperations, IIotHubOperations + { + /// + /// Initializes a new instance of the IotHubOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal IotHubOperations (IotHubClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the IotHubClient + /// + public IotHubClient Client { get; private set; } + + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// Name of the IoT hub to failover + /// + /// + /// Name of the resource group containing the IoT hub resource + /// + /// + /// Region to failover to. Must be the Azure paired region. Get the value from + /// the secondary location in the locations property. To learn more, see + /// https://aka.ms/manualfailover/region + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async System.Threading.Tasks.Task ManualFailoverWithHttpMessagesAsync(string iotHubName, string resourceGroupName, FailoverInput failoverInput, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + // Send Request + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginManualFailoverWithHttpMessagesAsync(iotHubName, resourceGroupName, failoverInput, customHeaders, cancellationToken).ConfigureAwait(false); + return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// Name of the IoT hub to failover + /// + /// + /// Name of the resource group containing the IoT hub resource + /// + /// + /// Region to failover to. Must be the Azure paired region. Get the value from + /// the secondary location in the locations property. To learn more, see + /// https://aka.ms/manualfailover/region + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task BeginManualFailoverWithHttpMessagesAsync(string iotHubName, string resourceGroupName, FailoverInput failoverInput, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (failoverInput == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "failoverInput"); + } + if (failoverInput != null) + { + failoverInput.Validate(); + } + if (iotHubName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "iotHubName"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("iotHubName", iotHubName); + tracingParameters.Add("resourceGroupName", resourceGroupName); + + tracingParameters.Add("failoverInput", failoverInput); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "BeginManualFailover", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{iotHubName}/failover").ToString(); + _url = _url.Replace("{iotHubName}", System.Uri.EscapeDataString(iotHubName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(failoverInput != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(failoverInput, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IotHubOperationsExtensions.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubOperationsExtensions.cs new file mode 100644 index 000000000000..02131c16a851 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubOperationsExtensions.cs @@ -0,0 +1,92 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for IotHubOperations + /// + public static partial class IotHubOperationsExtensions + { + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the IoT hub to failover + /// + /// + /// Name of the resource group containing the IoT hub resource + /// + public static void ManualFailover(this IIotHubOperations operations, string iotHubName, string resourceGroupName, FailoverInput failoverInput) + { + ((IIotHubOperations)operations).ManualFailoverAsync(iotHubName, resourceGroupName, failoverInput).GetAwaiter().GetResult(); + } + + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the IoT hub to failover + /// + /// + /// Name of the resource group containing the IoT hub resource + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task ManualFailoverAsync(this IIotHubOperations operations, string iotHubName, string resourceGroupName, FailoverInput failoverInput, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + (await operations.ManualFailoverWithHttpMessagesAsync(iotHubName, resourceGroupName, failoverInput, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the IoT hub to failover + /// + /// + /// Name of the resource group containing the IoT hub resource + /// + public static void BeginManualFailover(this IIotHubOperations operations, string iotHubName, string resourceGroupName, FailoverInput failoverInput) + { + ((IIotHubOperations)operations).BeginManualFailoverAsync(iotHubName, resourceGroupName, failoverInput).GetAwaiter().GetResult(); + } + + /// + /// Manually initiate a failover for the IoT Hub to its secondary region. To + /// learn more, see https://aka.ms/manualfailover + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the IoT hub to failover + /// + /// + /// Name of the resource group containing the IoT hub resource + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task BeginManualFailoverAsync(this IIotHubOperations operations, string iotHubName, string resourceGroupName, FailoverInput failoverInput, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + (await operations.BeginManualFailoverWithHttpMessagesAsync(iotHubName, resourceGroupName, failoverInput, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + } +} diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IotHubResourceOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubResourceOperations.cs new file mode 100644 index 000000000000..c103024bb0f5 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubResourceOperations.cs @@ -0,0 +1,6574 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// IotHubResourceOperations operations. + /// + internal partial class IotHubResourceOperations : Microsoft.Rest.IServiceOperations, IIotHubResourceOperations + { + /// + /// Initializes a new instance of the IotHubResourceOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal IotHubResourceOperations (IotHubClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the IotHubClient + /// + public IotHubClient Client { get; private set; } + + /// + /// Get the non-security related metadata of an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. + /// Required to update an existing IoT Hub. + /// + /// + /// The IoT hub metadata and security metadata. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async System.Threading.Tasks.Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, IotHubDescription iotHubDescription, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + // Send Request + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, iotHubDescription, ifMatch, customHeaders, cancellationToken).ConfigureAwait(false); + return await this.Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// Resource group identifier. + /// + /// + /// Name of iot hub to update. + /// + /// + /// Updated tag information to set into the iot hub instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, TagsResource iotHubTags, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + // Send Request + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, iotHubTags, customHeaders, cancellationToken).ConfigureAwait(false); + return await this.Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Delete an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async System.Threading.Tasks.Task> DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + // Send Request + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, resourceName, customHeaders, cancellationToken).ConfigureAwait(false); + return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListBySubscriptionWithHttpMessagesAsync(System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListBySubscription", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Devices/IotHubs").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the statistics from an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetStatsWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetStats", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/IotHubStats").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> GetValidSkusWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetValidSkus", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/skus").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListEventHubConsumerGroupsWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (eventHubEndpointName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "eventHubEndpointName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("eventHubEndpointName", eventHubEndpointName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListEventHubConsumerGroups", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{eventHubEndpointName}", System.Uri.EscapeDataString(eventHubEndpointName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get a consumer group from the Event Hub-compatible device-to-cloud endpoint + /// for an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to retrieve. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetEventHubConsumerGroupWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, string name, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (eventHubEndpointName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "eventHubEndpointName"); + } + + if (name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "name"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("eventHubEndpointName", eventHubEndpointName); + tracingParameters.Add("name", name); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetEventHubConsumerGroup", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{eventHubEndpointName}", System.Uri.EscapeDataString(eventHubEndpointName)); + _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Add a consumer group to an Event Hub-compatible endpoint in an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to add. + /// + /// + /// The consumer group to add. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> CreateEventHubConsumerGroupWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, string name, EventHubConsumerGroupBodyDescription consumerGroupBody, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (consumerGroupBody == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "consumerGroupBody"); + } + if (consumerGroupBody != null) + { + consumerGroupBody.Validate(); + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (eventHubEndpointName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "eventHubEndpointName"); + } + + if (name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "name"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("eventHubEndpointName", eventHubEndpointName); + tracingParameters.Add("name", name); + + tracingParameters.Add("consumerGroupBody", consumerGroupBody); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "CreateEventHubConsumerGroup", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{eventHubEndpointName}", System.Uri.EscapeDataString(eventHubEndpointName)); + _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(consumerGroupBody != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(consumerGroupBody, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Delete a consumer group from an Event Hub-compatible endpoint in an IoT + /// hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to delete. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task DeleteEventHubConsumerGroupWithHttpMessagesAsync(string resourceGroupName, string resourceName, string eventHubEndpointName, string name, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (eventHubEndpointName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "eventHubEndpointName"); + } + + if (name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "name"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("eventHubEndpointName", eventHubEndpointName); + tracingParameters.Add("name", name); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "DeleteEventHubConsumerGroup", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{eventHubEndpointName}", System.Uri.EscapeDataString(eventHubEndpointName)); + _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListJobsWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListJobs", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/jobs").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the details of a job from an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The job identifier. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetJobWithHttpMessagesAsync(string resourceGroupName, string resourceName, string jobId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (jobId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "jobId"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("jobId", jobId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetJob", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/jobs/{jobId}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{jobId}", System.Uri.EscapeDataString(jobId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> GetQuotaMetricsWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetQuotaMetrics", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/quotaMetrics").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the health for routing endpoints. + /// + /// + /// + /// + /// + /// + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> GetEndpointHealthWithHttpMessagesAsync(string resourceGroupName, string iotHubName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (iotHubName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "iotHubName"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("iotHubName", iotHubName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetEndpointHealth", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{iotHubName}/routingEndpointsHealth").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{iotHubName}", System.Uri.EscapeDataString(iotHubName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Check if an IoT hub name is available. + /// + /// + /// Set the name parameter in the OperationInputs structure to the name of the + /// IoT hub to check. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> CheckNameAvailabilityWithHttpMessagesAsync(OperationInputs operationInputs, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (operationInputs == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "operationInputs"); + } + if (operationInputs != null) + { + operationInputs.Validate(); + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + + tracingParameters.Add("operationInputs", operationInputs); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "CheckNameAvailability", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Devices/checkNameAvailability").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(operationInputs != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(operationInputs, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Test all routes configured in this Iot Hub + /// + /// + /// IotHub to be tested + /// + /// + /// resource group which Iot Hub belongs to + /// + /// + /// Input for testing all routes + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> TestAllRoutesWithHttpMessagesAsync(string iotHubName, string resourceGroupName, TestAllRoutesInput input, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (input == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "input"); + } + + if (iotHubName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "iotHubName"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("iotHubName", iotHubName); + tracingParameters.Add("resourceGroupName", resourceGroupName); + + tracingParameters.Add("input", input); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "TestAllRoutes", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{iotHubName}/routing/routes/$testall").ToString(); + _url = _url.Replace("{iotHubName}", System.Uri.EscapeDataString(iotHubName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(input != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(input, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Test the new route for this Iot Hub + /// + /// + /// IotHub to be tested + /// + /// + /// resource group which Iot Hub belongs to + /// + /// + /// Route that needs to be tested + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> TestRouteWithHttpMessagesAsync(string iotHubName, string resourceGroupName, TestRouteInput input, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (input == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "input"); + } + if (input != null) + { + input.Validate(); + } + if (iotHubName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "iotHubName"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("iotHubName", iotHubName); + tracingParameters.Add("resourceGroupName", resourceGroupName); + + tracingParameters.Add("input", input); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "TestRoute", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{iotHubName}/routing/routes/$testnew").ToString(); + _url = _url.Replace("{iotHubName}", System.Uri.EscapeDataString(iotHubName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(input != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(input, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListKeysWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListKeys", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/listkeys").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get a shared access policy by name from an IoT hub. For more information, + /// see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the shared access policy. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetKeysForKeyNameWithHttpMessagesAsync(string resourceGroupName, string resourceName, string keyName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (keyName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "keyName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("keyName", keyName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetKeysForKeyName", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/IotHubKeys/{keyName}/listkeys").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{keyName}", System.Uri.EscapeDataString(keyName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Exports all the device identities in the IoT hub identity registry to an + /// Azure Storage blob container. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The parameters that specify the export devices operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> ExportDevicesWithHttpMessagesAsync(string resourceGroupName, string resourceName, ExportDevicesRequest exportDevicesParameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (exportDevicesParameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "exportDevicesParameters"); + } + if (exportDevicesParameters != null) + { + exportDevicesParameters.Validate(); + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + tracingParameters.Add("exportDevicesParameters", exportDevicesParameters); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ExportDevices", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/exportDevices").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(exportDevicesParameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(exportDevicesParameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Import, update, or delete device identities in the IoT hub identity + /// registry from a blob. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The parameters that specify the import devices operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> ImportDevicesWithHttpMessagesAsync(string resourceGroupName, string resourceName, ImportDevicesRequest importDevicesParameters, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (importDevicesParameters == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "importDevicesParameters"); + } + if (importDevicesParameters != null) + { + importDevicesParameters.Validate(); + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + tracingParameters.Add("importDevicesParameters", importDevicesParameters); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ImportDevices", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/importDevices").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(importDevicesParameters != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(importDevicesParameters, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. + /// Required to update an existing IoT Hub. + /// + /// + /// The IoT hub metadata and security metadata. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, IotHubDescription iotHubDescription, string ifMatch = default(string), System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (iotHubDescription == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "iotHubDescription"); + } + if (iotHubDescription != null) + { + iotHubDescription.Validate(); + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("ifMatch", ifMatch); + + tracingParameters.Add("iotHubDescription", iotHubDescription); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "BeginCreateOrUpdate", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(iotHubDescription != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(iotHubDescription, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// Resource group identifier. + /// + /// + /// Name of iot hub to update. + /// + /// + /// Updated tag information to set into the iot hub instance. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, TagsResource iotHubTags, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (iotHubTags == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "iotHubTags"); + } + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + tracingParameters.Add("iotHubTags", iotHubTags); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PATCH"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(iotHubTags != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(iotHubTags, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new Microsoft.Rest.Azure.CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new Microsoft.Rest.Azure.CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Delete an IoT hub. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204 && (int)_statusCode != 404) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 202) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 404) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListBySubscriptionNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListBySubscriptionNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> GetValidSkusNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetValidSkusNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListEventHubConsumerGroupsNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListEventHubConsumerGroupsNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListJobsNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListJobsNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> GetQuotaMetricsNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetQuotaMetricsNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the health for routing endpoints. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> GetEndpointHealthNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetEndpointHealthNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListKeysNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListKeysNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/IotHubResourceOperationsExtensions.cs b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubResourceOperationsExtensions.cs new file mode 100644 index 000000000000..af7de47c6756 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/IotHubResourceOperationsExtensions.cs @@ -0,0 +1,1383 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for IotHubResourceOperations + /// + public static partial class IotHubResourceOperationsExtensions + { + /// + /// Get the non-security related metadata of an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static IotHubDescription Get(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName) + { + return ((IIotHubResourceOperations)operations).GetAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Get the non-security related metadata of an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. + /// Required to update an existing IoT Hub. + /// + public static IotHubDescription CreateOrUpdate(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, IotHubDescription iotHubDescription, string ifMatch = default(string)) + { + return ((IIotHubResourceOperations)operations).CreateOrUpdateAsync(resourceGroupName, resourceName, iotHubDescription, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. + /// Required to update an existing IoT Hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task CreateOrUpdateAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, IotHubDescription iotHubDescription, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, iotHubDescription, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// The operations group for this extension method. + /// + /// + /// Resource group identifier. + /// + /// + /// Name of iot hub to update. + /// + public static IotHubDescription Update(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, TagsResource iotHubTags) + { + return ((IIotHubResourceOperations)operations).UpdateAsync(resourceGroupName, resourceName, iotHubTags).GetAwaiter().GetResult(); + } + + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// The operations group for this extension method. + /// + /// + /// Resource group identifier. + /// + /// + /// Name of iot hub to update. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task UpdateAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, TagsResource iotHubTags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, resourceName, iotHubTags, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Delete an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static object Delete(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName) + { + return ((IIotHubResourceOperations)operations).DeleteAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Delete an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task DeleteAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.DeleteWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// The operations group for this extension method. + /// + public static Microsoft.Rest.Azure.IPage ListBySubscription(this IIotHubResourceOperations operations) + { + return ((IIotHubResourceOperations)operations).ListBySubscriptionAsync().GetAwaiter().GetResult(); + } + + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListBySubscriptionAsync(this IIotHubResourceOperations operations, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListBySubscriptionWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + public static Microsoft.Rest.Azure.IPage ListByResourceGroup(this IIotHubResourceOperations operations, string resourceGroupName) + { + return ((IIotHubResourceOperations)operations).ListByResourceGroupAsync(resourceGroupName).GetAwaiter().GetResult(); + } + + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListByResourceGroupAsync(this IIotHubResourceOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the statistics from an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static RegistryStatistics GetStats(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName) + { + return ((IIotHubResourceOperations)operations).GetStatsAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Get the statistics from an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetStatsAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetStatsWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static Microsoft.Rest.Azure.IPage GetValidSkus(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName) + { + return ((IIotHubResourceOperations)operations).GetValidSkusAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> GetValidSkusAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetValidSkusWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint. + /// + public static Microsoft.Rest.Azure.IPage ListEventHubConsumerGroups(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName) + { + return ((IIotHubResourceOperations)operations).ListEventHubConsumerGroupsAsync(resourceGroupName, resourceName, eventHubEndpointName).GetAwaiter().GetResult(); + } + + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListEventHubConsumerGroupsAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListEventHubConsumerGroupsWithHttpMessagesAsync(resourceGroupName, resourceName, eventHubEndpointName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get a consumer group from the Event Hub-compatible device-to-cloud endpoint + /// for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to retrieve. + /// + public static EventHubConsumerGroupInfo GetEventHubConsumerGroup(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name) + { + return ((IIotHubResourceOperations)operations).GetEventHubConsumerGroupAsync(resourceGroupName, resourceName, eventHubEndpointName, name).GetAwaiter().GetResult(); + } + + /// + /// Get a consumer group from the Event Hub-compatible device-to-cloud endpoint + /// for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to retrieve. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetEventHubConsumerGroupAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetEventHubConsumerGroupWithHttpMessagesAsync(resourceGroupName, resourceName, eventHubEndpointName, name, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Add a consumer group to an Event Hub-compatible endpoint in an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to add. + /// + public static EventHubConsumerGroupInfo CreateEventHubConsumerGroup(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, EventHubConsumerGroupBodyDescription consumerGroupBody) + { + return ((IIotHubResourceOperations)operations).CreateEventHubConsumerGroupAsync(resourceGroupName, resourceName, eventHubEndpointName, name, consumerGroupBody).GetAwaiter().GetResult(); + } + + /// + /// Add a consumer group to an Event Hub-compatible endpoint in an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to add. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task CreateEventHubConsumerGroupAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, EventHubConsumerGroupBodyDescription consumerGroupBody, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.CreateEventHubConsumerGroupWithHttpMessagesAsync(resourceGroupName, resourceName, eventHubEndpointName, name, consumerGroupBody, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Delete a consumer group from an Event Hub-compatible endpoint in an IoT + /// hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to delete. + /// + public static void DeleteEventHubConsumerGroup(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name) + { + ((IIotHubResourceOperations)operations).DeleteEventHubConsumerGroupAsync(resourceGroupName, resourceName, eventHubEndpointName, name).GetAwaiter().GetResult(); + } + + /// + /// Delete a consumer group from an Event Hub-compatible endpoint in an IoT + /// hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the Event Hub-compatible endpoint in the IoT hub. + /// + /// + /// The name of the consumer group to delete. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task DeleteEventHubConsumerGroupAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + (await operations.DeleteEventHubConsumerGroupWithHttpMessagesAsync(resourceGroupName, resourceName, eventHubEndpointName, name, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static Microsoft.Rest.Azure.IPage ListJobs(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName) + { + return ((IIotHubResourceOperations)operations).ListJobsAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListJobsAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListJobsWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the details of a job from an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The job identifier. + /// + public static JobResponse GetJob(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string jobId) + { + return ((IIotHubResourceOperations)operations).GetJobAsync(resourceGroupName, resourceName, jobId).GetAwaiter().GetResult(); + } + + /// + /// Get the details of a job from an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The job identifier. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetJobAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string jobId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetJobWithHttpMessagesAsync(resourceGroupName, resourceName, jobId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static Microsoft.Rest.Azure.IPage GetQuotaMetrics(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName) + { + return ((IIotHubResourceOperations)operations).GetQuotaMetricsAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> GetQuotaMetricsAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetQuotaMetricsWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the health for routing endpoints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// + /// + /// + /// + /// + public static Microsoft.Rest.Azure.IPage GetEndpointHealth(this IIotHubResourceOperations operations, string resourceGroupName, string iotHubName) + { + return ((IIotHubResourceOperations)operations).GetEndpointHealthAsync(resourceGroupName, iotHubName).GetAwaiter().GetResult(); + } + + /// + /// Get the health for routing endpoints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// + /// + /// + /// + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> GetEndpointHealthAsync(this IIotHubResourceOperations operations, string resourceGroupName, string iotHubName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetEndpointHealthWithHttpMessagesAsync(resourceGroupName, iotHubName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Check if an IoT hub name is available. + /// + /// + /// The operations group for this extension method. + /// + public static IotHubNameAvailabilityInfo CheckNameAvailability(this IIotHubResourceOperations operations, OperationInputs operationInputs) + { + return ((IIotHubResourceOperations)operations).CheckNameAvailabilityAsync(operationInputs).GetAwaiter().GetResult(); + } + + /// + /// Check if an IoT hub name is available. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task CheckNameAvailabilityAsync(this IIotHubResourceOperations operations, OperationInputs operationInputs, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.CheckNameAvailabilityWithHttpMessagesAsync(operationInputs, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Test all routes configured in this Iot Hub + /// + /// + /// The operations group for this extension method. + /// + /// + /// IotHub to be tested + /// + /// + /// resource group which Iot Hub belongs to + /// + public static TestAllRoutesResult TestAllRoutes(this IIotHubResourceOperations operations, string iotHubName, string resourceGroupName, TestAllRoutesInput input) + { + return ((IIotHubResourceOperations)operations).TestAllRoutesAsync(iotHubName, resourceGroupName, input).GetAwaiter().GetResult(); + } + + /// + /// Test all routes configured in this Iot Hub + /// + /// + /// The operations group for this extension method. + /// + /// + /// IotHub to be tested + /// + /// + /// resource group which Iot Hub belongs to + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task TestAllRoutesAsync(this IIotHubResourceOperations operations, string iotHubName, string resourceGroupName, TestAllRoutesInput input, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.TestAllRoutesWithHttpMessagesAsync(iotHubName, resourceGroupName, input, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Test the new route for this Iot Hub + /// + /// + /// The operations group for this extension method. + /// + /// + /// IotHub to be tested + /// + /// + /// resource group which Iot Hub belongs to + /// + public static TestRouteResult TestRoute(this IIotHubResourceOperations operations, string iotHubName, string resourceGroupName, TestRouteInput input) + { + return ((IIotHubResourceOperations)operations).TestRouteAsync(iotHubName, resourceGroupName, input).GetAwaiter().GetResult(); + } + + /// + /// Test the new route for this Iot Hub + /// + /// + /// The operations group for this extension method. + /// + /// + /// IotHub to be tested + /// + /// + /// resource group which Iot Hub belongs to + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task TestRouteAsync(this IIotHubResourceOperations operations, string iotHubName, string resourceGroupName, TestRouteInput input, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.TestRouteWithHttpMessagesAsync(iotHubName, resourceGroupName, input, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static Microsoft.Rest.Azure.IPage ListKeys(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName) + { + return ((IIotHubResourceOperations)operations).ListKeysAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListKeysAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListKeysWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get a shared access policy by name from an IoT hub. For more information, + /// see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the shared access policy. + /// + public static SharedAccessSignatureAuthorizationRule GetKeysForKeyName(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string keyName) + { + return ((IIotHubResourceOperations)operations).GetKeysForKeyNameAsync(resourceGroupName, resourceName, keyName).GetAwaiter().GetResult(); + } + + /// + /// Get a shared access policy by name from an IoT hub. For more information, + /// see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the shared access policy. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetKeysForKeyNameAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string keyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetKeysForKeyNameWithHttpMessagesAsync(resourceGroupName, resourceName, keyName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Exports all the device identities in the IoT hub identity registry to an + /// Azure Storage blob container. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static JobResponse ExportDevices(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, ExportDevicesRequest exportDevicesParameters) + { + return ((IIotHubResourceOperations)operations).ExportDevicesAsync(resourceGroupName, resourceName, exportDevicesParameters).GetAwaiter().GetResult(); + } + + /// + /// Exports all the device identities in the IoT hub identity registry to an + /// Azure Storage blob container. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task ExportDevicesAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, ExportDevicesRequest exportDevicesParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ExportDevicesWithHttpMessagesAsync(resourceGroupName, resourceName, exportDevicesParameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Import, update, or delete device identities in the IoT hub identity + /// registry from a blob. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static JobResponse ImportDevices(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, ImportDevicesRequest importDevicesParameters) + { + return ((IIotHubResourceOperations)operations).ImportDevicesAsync(resourceGroupName, resourceName, importDevicesParameters).GetAwaiter().GetResult(); + } + + /// + /// Import, update, or delete device identities in the IoT hub identity + /// registry from a blob. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task ImportDevicesAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, ImportDevicesRequest importDevicesParameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ImportDevicesWithHttpMessagesAsync(resourceGroupName, resourceName, importDevicesParameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. + /// Required to update an existing IoT Hub. + /// + public static IotHubDescription BeginCreateOrUpdate(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, IotHubDescription iotHubDescription, string ifMatch = default(string)) + { + return ((IIotHubResourceOperations)operations).BeginCreateOrUpdateAsync(resourceGroupName, resourceName, iotHubDescription, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// Create or update the metadata of an Iot hub. The usual pattern to modify a + /// property is to retrieve the IoT hub metadata and security metadata, and + /// then combine them with the modified values in a new body to update the IoT + /// hub. If certain properties are missing in the JSON, updating IoT Hub may + /// cause these values to fallback to default, which may lead to unexpected + /// behavior. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// ETag of the IoT Hub. Do not specify for creating a brand new IoT Hub. + /// Required to update an existing IoT Hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task BeginCreateOrUpdateAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, IotHubDescription iotHubDescription, string ifMatch = default(string), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, iotHubDescription, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// The operations group for this extension method. + /// + /// + /// Resource group identifier. + /// + /// + /// Name of iot hub to update. + /// + public static IotHubDescription BeginUpdate(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, TagsResource iotHubTags) + { + return ((IIotHubResourceOperations)operations).BeginUpdateAsync(resourceGroupName, resourceName, iotHubTags).GetAwaiter().GetResult(); + } + + /// + /// Update an existing IoT Hub tags. to update other fields use the + /// CreateOrUpdate method + /// + /// + /// The operations group for this extension method. + /// + /// + /// Resource group identifier. + /// + /// + /// Name of iot hub to update. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task BeginUpdateAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, TagsResource iotHubTags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, iotHubTags, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Delete an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static object BeginDelete(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName) + { + return ((IIotHubResourceOperations)operations).BeginDeleteAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// Delete an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task BeginDeleteAsync(this IIotHubResourceOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListBySubscriptionNext(this IIotHubResourceOperations operations, string nextPageLink) + { + return ((IIotHubResourceOperations)operations).ListBySubscriptionNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Get all the IoT hubs in a subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListBySubscriptionNextAsync(this IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListBySubscriptionNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListByResourceGroupNext(this IIotHubResourceOperations operations, string nextPageLink) + { + return ((IIotHubResourceOperations)operations).ListByResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Get all the IoT hubs in a resource group. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListByResourceGroupNextAsync(this IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListByResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage GetValidSkusNext(this IIotHubResourceOperations operations, string nextPageLink) + { + return ((IIotHubResourceOperations)operations).GetValidSkusNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Get the list of valid SKUs for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> GetValidSkusNextAsync(this IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetValidSkusNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListEventHubConsumerGroupsNext(this IIotHubResourceOperations operations, string nextPageLink) + { + return ((IIotHubResourceOperations)operations).ListEventHubConsumerGroupsNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Get a list of the consumer groups in the Event Hub-compatible + /// device-to-cloud endpoint in an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListEventHubConsumerGroupsNextAsync(this IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListEventHubConsumerGroupsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListJobsNext(this IIotHubResourceOperations operations, string nextPageLink) + { + return ((IIotHubResourceOperations)operations).ListJobsNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Get a list of all the jobs in an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListJobsNextAsync(this IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListJobsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage GetQuotaMetricsNext(this IIotHubResourceOperations operations, string nextPageLink) + { + return ((IIotHubResourceOperations)operations).GetQuotaMetricsNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Get the quota metrics for an IoT hub. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> GetQuotaMetricsNextAsync(this IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetQuotaMetricsNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the health for routing endpoints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage GetEndpointHealthNext(this IIotHubResourceOperations operations, string nextPageLink) + { + return ((IIotHubResourceOperations)operations).GetEndpointHealthNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Get the health for routing endpoints. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> GetEndpointHealthNextAsync(this IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetEndpointHealthNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListKeysNext(this IIotHubResourceOperations operations, string nextPageLink) + { + return ((IIotHubResourceOperations)operations).ListKeysNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Get the security metadata for an IoT hub. For more information, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListKeysNextAsync(this IIotHubResourceOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListKeysNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/AccessRights.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/AccessRights.cs new file mode 100644 index 000000000000..948e2a199fb0 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/AccessRights.cs @@ -0,0 +1,129 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for AccessRights. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum AccessRights + { + [System.Runtime.Serialization.EnumMember(Value = "RegistryRead")] + RegistryRead, + [System.Runtime.Serialization.EnumMember(Value = "RegistryWrite")] + RegistryWrite, + [System.Runtime.Serialization.EnumMember(Value = "ServiceConnect")] + ServiceConnect, + [System.Runtime.Serialization.EnumMember(Value = "DeviceConnect")] + DeviceConnect, + [System.Runtime.Serialization.EnumMember(Value = "RegistryRead, RegistryWrite")] + RegistryReadRegistryWrite, + [System.Runtime.Serialization.EnumMember(Value = "RegistryRead, ServiceConnect")] + RegistryReadServiceConnect, + [System.Runtime.Serialization.EnumMember(Value = "RegistryRead, DeviceConnect")] + RegistryReadDeviceConnect, + [System.Runtime.Serialization.EnumMember(Value = "RegistryWrite, ServiceConnect")] + RegistryWriteServiceConnect, + [System.Runtime.Serialization.EnumMember(Value = "RegistryWrite, DeviceConnect")] + RegistryWriteDeviceConnect, + [System.Runtime.Serialization.EnumMember(Value = "ServiceConnect, DeviceConnect")] + ServiceConnectDeviceConnect, + [System.Runtime.Serialization.EnumMember(Value = "RegistryRead, RegistryWrite, ServiceConnect")] + RegistryReadRegistryWriteServiceConnect, + [System.Runtime.Serialization.EnumMember(Value = "RegistryRead, RegistryWrite, DeviceConnect")] + RegistryReadRegistryWriteDeviceConnect, + [System.Runtime.Serialization.EnumMember(Value = "RegistryRead, ServiceConnect, DeviceConnect")] + RegistryReadServiceConnectDeviceConnect, + [System.Runtime.Serialization.EnumMember(Value = "RegistryWrite, ServiceConnect, DeviceConnect")] + RegistryWriteServiceConnectDeviceConnect, + [System.Runtime.Serialization.EnumMember(Value = "RegistryRead, RegistryWrite, ServiceConnect, DeviceConnect")] + RegistryReadRegistryWriteServiceConnectDeviceConnect + } + internal static class AccessRightsEnumExtension + { + internal static string ToSerializedValue(this AccessRights? value) + { + return value == null ? null : ((AccessRights)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this AccessRights value) + { + switch( value ) + { + case AccessRights.RegistryRead: + return "RegistryRead"; + case AccessRights.RegistryWrite: + return "RegistryWrite"; + case AccessRights.ServiceConnect: + return "ServiceConnect"; + case AccessRights.DeviceConnect: + return "DeviceConnect"; + case AccessRights.RegistryReadRegistryWrite: + return "RegistryRead, RegistryWrite"; + case AccessRights.RegistryReadServiceConnect: + return "RegistryRead, ServiceConnect"; + case AccessRights.RegistryReadDeviceConnect: + return "RegistryRead, DeviceConnect"; + case AccessRights.RegistryWriteServiceConnect: + return "RegistryWrite, ServiceConnect"; + case AccessRights.RegistryWriteDeviceConnect: + return "RegistryWrite, DeviceConnect"; + case AccessRights.ServiceConnectDeviceConnect: + return "ServiceConnect, DeviceConnect"; + case AccessRights.RegistryReadRegistryWriteServiceConnect: + return "RegistryRead, RegistryWrite, ServiceConnect"; + case AccessRights.RegistryReadRegistryWriteDeviceConnect: + return "RegistryRead, RegistryWrite, DeviceConnect"; + case AccessRights.RegistryReadServiceConnectDeviceConnect: + return "RegistryRead, ServiceConnect, DeviceConnect"; + case AccessRights.RegistryWriteServiceConnectDeviceConnect: + return "RegistryWrite, ServiceConnect, DeviceConnect"; + case AccessRights.RegistryReadRegistryWriteServiceConnectDeviceConnect: + return "RegistryRead, RegistryWrite, ServiceConnect, DeviceConnect"; + } + return null; + } + internal static AccessRights? ParseAccessRights(this string value) + { + switch( value ) + { + case "RegistryRead": + return AccessRights.RegistryRead; + case "RegistryWrite": + return AccessRights.RegistryWrite; + case "ServiceConnect": + return AccessRights.ServiceConnect; + case "DeviceConnect": + return AccessRights.DeviceConnect; + case "RegistryRead, RegistryWrite": + return AccessRights.RegistryReadRegistryWrite; + case "RegistryRead, ServiceConnect": + return AccessRights.RegistryReadServiceConnect; + case "RegistryRead, DeviceConnect": + return AccessRights.RegistryReadDeviceConnect; + case "RegistryWrite, ServiceConnect": + return AccessRights.RegistryWriteServiceConnect; + case "RegistryWrite, DeviceConnect": + return AccessRights.RegistryWriteDeviceConnect; + case "ServiceConnect, DeviceConnect": + return AccessRights.ServiceConnectDeviceConnect; + case "RegistryRead, RegistryWrite, ServiceConnect": + return AccessRights.RegistryReadRegistryWriteServiceConnect; + case "RegistryRead, RegistryWrite, DeviceConnect": + return AccessRights.RegistryReadRegistryWriteDeviceConnect; + case "RegistryRead, ServiceConnect, DeviceConnect": + return AccessRights.RegistryReadServiceConnectDeviceConnect; + case "RegistryWrite, ServiceConnect, DeviceConnect": + return AccessRights.RegistryWriteServiceConnectDeviceConnect; + case "RegistryRead, RegistryWrite, ServiceConnect, DeviceConnect": + return AccessRights.RegistryReadRegistryWriteServiceConnectDeviceConnect; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/ArmIdentity.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ArmIdentity.cs new file mode 100644 index 000000000000..2afe73d08574 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ArmIdentity.cs @@ -0,0 +1,82 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + public partial class ArmIdentity + { + /// + /// Initializes a new instance of the ArmIdentity class. + /// + public ArmIdentity() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ArmIdentity class. + /// + + /// Principal Id + /// + + /// Tenant Id + /// + + /// The type of identity used for the resource. The type 'SystemAssigned, + /// UserAssigned' includes both an implicitly created identity and a set of + /// user assigned identities. The type 'None' will remove any identities from + /// the service. + /// Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, + /// UserAssigned', 'None' + + /// Dictionary of <ArmUserIdentity> + /// + public ArmIdentity(string principalId = default(string), string tenantId = default(string), ResourceIdentityType? type = default(ResourceIdentityType?), System.Collections.Generic.IDictionary userAssignedIdentities = default(System.Collections.Generic.IDictionary)) + + { + this.PrincipalId = principalId; + this.TenantId = tenantId; + this.Type = type; + this.UserAssignedIdentities = userAssignedIdentities; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets principal Id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "principalId")] + public string PrincipalId {get; private set; } + + /// + /// Gets tenant Id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "tenantId")] + public string TenantId {get; private set; } + + /// + /// Gets or sets the type of identity used for the resource. The type + /// 'SystemAssigned, UserAssigned' includes both an implicitly created identity + /// and a set of user assigned identities. The type 'None' will remove any + /// identities from the service. Possible values include: 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned', 'None' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public ResourceIdentityType? Type {get; set; } + + /// + /// Gets or sets dictionary of <ArmUserIdentity> + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "userAssignedIdentities")] + public System.Collections.Generic.IDictionary UserAssignedIdentities {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/ArmUserIdentity.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ArmUserIdentity.cs new file mode 100644 index 000000000000..cfd882f385e8 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ArmUserIdentity.cs @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + public partial class ArmUserIdentity + { + /// + /// Initializes a new instance of the ArmUserIdentity class. + /// + public ArmUserIdentity() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ArmUserIdentity class. + /// + + /// + /// + + /// + /// + public ArmUserIdentity(string principalId = default(string), string clientId = default(string)) + + { + this.PrincipalId = principalId; + this.ClientId = clientId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "principalId")] + public string PrincipalId {get; private set; } + + /// + /// Gets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "clientId")] + public string ClientId {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/AuthenticationType.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/AuthenticationType.cs new file mode 100644 index 000000000000..964f3dfafea7 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/AuthenticationType.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for AuthenticationType. + /// + + + public static class AuthenticationType + { + public const string KeyBased = "keyBased"; + public const string IdentityBased = "identityBased"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/Capabilities.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Capabilities.cs new file mode 100644 index 000000000000..db8649490976 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Capabilities.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for Capabilities. + /// + + + public static class Capabilities + { + public const string None = "None"; + public const string DeviceManagement = "DeviceManagement"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateBodyDescription.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateBodyDescription.cs new file mode 100644 index 000000000000..136caa70e985 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateBodyDescription.cs @@ -0,0 +1,62 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The JSON-serialized X509 Certificate. + /// + public partial class CertificateBodyDescription + { + /// + /// Initializes a new instance of the CertificateBodyDescription class. + /// + public CertificateBodyDescription() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CertificateBodyDescription class. + /// + + /// base-64 representation of the X509 leaf certificate .cer file or just .pem + /// file content. + /// + + /// True indicates that the certificate will be created in verified state and + /// proof of possession will not be required. + /// + public CertificateBodyDescription(string certificate = default(string), bool? isVerified = default(bool?)) + + { + this.Certificate = certificate; + this.IsVerified = isVerified; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets base-64 representation of the X509 leaf certificate .cer file + /// or just .pem file content. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "certificate")] + public string Certificate {get; set; } + + /// + /// Gets or sets true indicates that the certificate will be created in + /// verified state and proof of possession will not be required. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "isVerified")] + public bool? IsVerified {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateDescription.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateDescription.cs new file mode 100644 index 000000000000..61d7d504868c --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateDescription.cs @@ -0,0 +1,88 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The X509 Certificate. + /// + public partial class CertificateDescription : Microsoft.Rest.Azure.IResource + { + /// + /// Initializes a new instance of the CertificateDescription class. + /// + public CertificateDescription() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CertificateDescription class. + /// + + /// The description of an X509 CA Certificate. + /// + + /// The resource identifier. + /// + + /// The name of the certificate. + /// + + /// The entity tag. + /// + + /// The resource type. + /// + public CertificateDescription(CertificateProperties properties = default(CertificateProperties), string id = default(string), string name = default(string), string etag = default(string), string type = default(string)) + + { + this.Properties = properties; + this.Id = id; + this.Name = name; + this.Etag = etag; + this.Type = type; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the description of an X509 CA Certificate. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public CertificateProperties Properties {get; set; } + + /// + /// Gets the resource identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; private set; } + + /// + /// Gets the name of the certificate. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets the entity tag. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "etag")] + public string Etag {get; private set; } + + /// + /// Gets the resource type. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateListDescription.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateListDescription.cs new file mode 100644 index 000000000000..0e6e08365da7 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateListDescription.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The JSON-serialized array of Certificate objects. + /// + public partial class CertificateListDescription + { + /// + /// Initializes a new instance of the CertificateListDescription class. + /// + public CertificateListDescription() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CertificateListDescription class. + /// + + /// The array of Certificate objects. + /// + public CertificateListDescription(System.Collections.Generic.IList value = default(System.Collections.Generic.IList)) + + { + this.Value = value; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the array of Certificate objects. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateProperties.cs new file mode 100644 index 000000000000..ae1d9ca241ee --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateProperties.cs @@ -0,0 +1,108 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The description of an X509 CA Certificate. + /// + public partial class CertificateProperties + { + /// + /// Initializes a new instance of the CertificateProperties class. + /// + public CertificateProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CertificateProperties class. + /// + + /// The certificate's subject name. + /// + + /// The certificate's expiration date and time. + /// + + /// The certificate's thumbprint. + /// + + /// Determines whether certificate has been verified. + /// + + /// The certificate's create date and time. + /// + + /// The certificate's last update date and time. + /// + + /// The certificate content + /// + public CertificateProperties(string subject = default(string), System.DateTimeOffset? expiry = default(System.DateTimeOffset?), string thumbprint = default(string), bool? isVerified = default(bool?), System.DateTimeOffset? created = default(System.DateTimeOffset?), System.DateTimeOffset? updated = default(System.DateTimeOffset?), string certificate = default(string)) + + { + this.Subject = subject; + this.Expiry = expiry; + this.Thumbprint = thumbprint; + this.IsVerified = isVerified; + this.Created = created; + this.Updated = updated; + this.Certificate = certificate; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the certificate's subject name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "subject")] + public string Subject {get; private set; } + + /// + /// Gets the certificate's expiration date and time. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "expiry")] + public System.DateTimeOffset? Expiry {get; private set; } + + /// + /// Gets the certificate's thumbprint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "thumbprint")] + public string Thumbprint {get; private set; } + + /// + /// Gets or sets determines whether certificate has been verified. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "isVerified")] + public bool? IsVerified {get; set; } + + /// + /// Gets the certificate's create date and time. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "created")] + public System.DateTimeOffset? Created {get; private set; } + + /// + /// Gets the certificate's last update date and time. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "updated")] + public System.DateTimeOffset? Updated {get; private set; } + + /// + /// Gets or sets the certificate content + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "certificate")] + public string Certificate {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificatePropertiesWithNonce.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificatePropertiesWithNonce.cs new file mode 100644 index 000000000000..2f8cccd29972 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificatePropertiesWithNonce.cs @@ -0,0 +1,121 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The description of an X509 CA Certificate including the challenge nonce + /// issued for the Proof-Of-Possession flow. + /// + public partial class CertificatePropertiesWithNonce + { + /// + /// Initializes a new instance of the CertificatePropertiesWithNonce class. + /// + public CertificatePropertiesWithNonce() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CertificatePropertiesWithNonce class. + /// + + /// The certificate's subject name. + /// + + /// The certificate's expiration date and time. + /// + + /// The certificate's thumbprint. + /// + + /// Determines whether certificate has been verified. + /// + + /// The certificate's create date and time. + /// + + /// The certificate's last update date and time. + /// + + /// The certificate's verification code that will be used for proof of + /// possession. + /// + + /// The certificate content + /// + public CertificatePropertiesWithNonce(string subject = default(string), System.DateTimeOffset? expiry = default(System.DateTimeOffset?), string thumbprint = default(string), bool? isVerified = default(bool?), System.DateTimeOffset? created = default(System.DateTimeOffset?), System.DateTimeOffset? updated = default(System.DateTimeOffset?), string verificationCode = default(string), string certificate = default(string)) + + { + this.Subject = subject; + this.Expiry = expiry; + this.Thumbprint = thumbprint; + this.IsVerified = isVerified; + this.Created = created; + this.Updated = updated; + this.VerificationCode = verificationCode; + this.Certificate = certificate; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the certificate's subject name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "subject")] + public string Subject {get; private set; } + + /// + /// Gets the certificate's expiration date and time. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "expiry")] + public System.DateTimeOffset? Expiry {get; private set; } + + /// + /// Gets the certificate's thumbprint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "thumbprint")] + public string Thumbprint {get; private set; } + + /// + /// Gets determines whether certificate has been verified. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "isVerified")] + public bool? IsVerified {get; private set; } + + /// + /// Gets the certificate's create date and time. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "created")] + public System.DateTimeOffset? Created {get; private set; } + + /// + /// Gets the certificate's last update date and time. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "updated")] + public System.DateTimeOffset? Updated {get; private set; } + + /// + /// Gets the certificate's verification code that will be used for proof of + /// possession. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "verificationCode")] + public string VerificationCode {get; private set; } + + /// + /// Gets the certificate content + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "certificate")] + public string Certificate {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateVerificationDescription.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateVerificationDescription.cs new file mode 100644 index 000000000000..4398cb39fb41 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateVerificationDescription.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The JSON-serialized leaf certificate + /// + public partial class CertificateVerificationDescription + { + /// + /// Initializes a new instance of the CertificateVerificationDescription class. + /// + public CertificateVerificationDescription() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CertificateVerificationDescription class. + /// + + /// base-64 representation of X509 certificate .cer file or just .pem file + /// content. + /// + public CertificateVerificationDescription(string certificate = default(string)) + + { + this.Certificate = certificate; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets base-64 representation of X509 certificate .cer file or just + /// .pem file content. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "certificate")] + public string Certificate {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateWithNonceDescription.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateWithNonceDescription.cs new file mode 100644 index 000000000000..5c329e012305 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CertificateWithNonceDescription.cs @@ -0,0 +1,90 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The X509 Certificate. + /// + public partial class CertificateWithNonceDescription : Microsoft.Rest.Azure.IResource + { + /// + /// Initializes a new instance of the CertificateWithNonceDescription class. + /// + public CertificateWithNonceDescription() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CertificateWithNonceDescription class. + /// + + /// The description of an X509 CA Certificate including the challenge nonce + /// issued for the Proof-Of-Possession flow. + /// + + /// The resource identifier. + /// + + /// The name of the certificate. + /// + + /// The entity tag. + /// + + /// The resource type. + /// + public CertificateWithNonceDescription(CertificatePropertiesWithNonce properties = default(CertificatePropertiesWithNonce), string id = default(string), string name = default(string), string etag = default(string), string type = default(string)) + + { + this.Properties = properties; + this.Id = id; + this.Name = name; + this.Etag = etag; + this.Type = type; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the description of an X509 CA Certificate including the + /// challenge nonce issued for the Proof-Of-Possession flow. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public CertificatePropertiesWithNonce Properties {get; set; } + + /// + /// Gets the resource identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; private set; } + + /// + /// Gets the name of the certificate. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets the entity tag. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "etag")] + public string Etag {get; private set; } + + /// + /// Gets the resource type. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/CloudToDeviceProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CloudToDeviceProperties.cs new file mode 100644 index 000000000000..08e2cdf17ef3 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CloudToDeviceProperties.cs @@ -0,0 +1,101 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The IoT hub cloud-to-device messaging properties. + /// + public partial class CloudToDeviceProperties + { + /// + /// Initializes a new instance of the CloudToDeviceProperties class. + /// + public CloudToDeviceProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CloudToDeviceProperties class. + /// + + /// The max delivery count for cloud-to-device messages in the device queue. + /// See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + + /// The default time to live for cloud-to-device messages in the device queue. + /// See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + + /// The properties of the feedback queue for cloud-to-device messages. + /// + public CloudToDeviceProperties(int? maxDeliveryCount = default(int?), System.TimeSpan? defaultTtlAsIso8601 = default(System.TimeSpan?), FeedbackProperties feedback = default(FeedbackProperties)) + + { + this.MaxDeliveryCount = maxDeliveryCount; + this.DefaultTtlAsIso8601 = defaultTtlAsIso8601; + this.Feedback = feedback; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the max delivery count for cloud-to-device messages in the + /// device queue. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "maxDeliveryCount")] + public int? MaxDeliveryCount {get; set; } + + /// + /// Gets or sets the default time to live for cloud-to-device messages in the + /// device queue. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "defaultTtlAsIso8601")] + public System.TimeSpan? DefaultTtlAsIso8601 {get; set; } + + /// + /// Gets or sets the properties of the feedback queue for cloud-to-device + /// messages. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "feedback")] + public FeedbackProperties Feedback {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.MaxDeliveryCount != null) + { + if (this.MaxDeliveryCount > 100) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "MaxDeliveryCount", 100); + } + if (this.MaxDeliveryCount < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "MaxDeliveryCount", 1); + } + } + if (this.Feedback != null) + { + this.Feedback.Validate(); + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/CreatedByType.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CreatedByType.cs new file mode 100644 index 000000000000..b54b389a25d9 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/CreatedByType.cs @@ -0,0 +1,21 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for CreatedByType. + /// + + + public static class CreatedByType + { + public const string User = "User"; + public const string Application = "Application"; + public const string ManagedIdentity = "ManagedIdentity"; + public const string Key = "Key"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/DefaultAction.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/DefaultAction.cs new file mode 100644 index 000000000000..eb940bf04719 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/DefaultAction.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for DefaultAction. + /// + + + public static class DefaultAction + { + public const string Deny = "Deny"; + public const string Allow = "Allow"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/EndpointHealthData.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EndpointHealthData.cs new file mode 100644 index 000000000000..27d29dd35084 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EndpointHealthData.cs @@ -0,0 +1,120 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The health data for an endpoint + /// + public partial class EndpointHealthData + { + /// + /// Initializes a new instance of the EndpointHealthData class. + /// + public EndpointHealthData() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EndpointHealthData class. + /// + + /// Id of the endpoint + /// + + /// Health statuses have following meanings. The 'healthy' status shows that + /// the endpoint is accepting messages as expected. The 'unhealthy' status + /// shows that the endpoint is not accepting messages as expected and IoT Hub + /// is retrying to send data to this endpoint. The status of an unhealthy + /// endpoint will be updated to healthy when IoT Hub has established an + /// eventually consistent state of health. The 'dead' status shows that the + /// endpoint is not accepting messages, after IoT Hub retried sending messages + /// for the retrial period. See IoT Hub metrics to identify errors and monitor + /// issues with endpoints. The 'unknown' status shows that the IoT Hub has not + /// established a connection with the endpoint. No messages have been delivered + /// to or rejected from this endpoint + /// Possible values include: 'unknown', 'healthy', 'degraded', 'unhealthy', + /// 'dead' + + /// Last error obtained when a message failed to be delivered to iot hub + /// + + /// Time at which the last known error occurred + /// + + /// Last time iot hub successfully sent a message to the endpoint + /// + + /// Last time iot hub tried to send a message to the endpoint + /// + public EndpointHealthData(string endpointId = default(string), string healthStatus = default(string), string lastKnownError = default(string), System.DateTimeOffset? lastKnownErrorTime = default(System.DateTimeOffset?), System.DateTimeOffset? lastSuccessfulSendAttemptTime = default(System.DateTimeOffset?), System.DateTimeOffset? lastSendAttemptTime = default(System.DateTimeOffset?)) + + { + this.EndpointId = endpointId; + this.HealthStatus = healthStatus; + this.LastKnownError = lastKnownError; + this.LastKnownErrorTime = lastKnownErrorTime; + this.LastSuccessfulSendAttemptTime = lastSuccessfulSendAttemptTime; + this.LastSendAttemptTime = lastSendAttemptTime; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets id of the endpoint + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpointId")] + public string EndpointId {get; set; } + + /// + /// Gets or sets health statuses have following meanings. The 'healthy' status + /// shows that the endpoint is accepting messages as expected. The 'unhealthy' + /// status shows that the endpoint is not accepting messages as expected and + /// IoT Hub is retrying to send data to this endpoint. The status of an + /// unhealthy endpoint will be updated to healthy when IoT Hub has established + /// an eventually consistent state of health. The 'dead' status shows that the + /// endpoint is not accepting messages, after IoT Hub retried sending messages + /// for the retrial period. See IoT Hub metrics to identify errors and monitor + /// issues with endpoints. The 'unknown' status shows that the IoT Hub has not + /// established a connection with the endpoint. No messages have been delivered + /// to or rejected from this endpoint Possible values include: 'unknown', 'healthy', 'degraded', 'unhealthy', 'dead' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "healthStatus")] + public string HealthStatus {get; set; } + + /// + /// Gets or sets last error obtained when a message failed to be delivered to + /// iot hub + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastKnownError")] + public string LastKnownError {get; set; } + + /// + /// Gets or sets time at which the last known error occurred + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastKnownErrorTime")] + public System.DateTimeOffset? LastKnownErrorTime {get; set; } + + /// + /// Gets or sets last time iot hub successfully sent a message to the endpoint + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastSuccessfulSendAttemptTime")] + public System.DateTimeOffset? LastSuccessfulSendAttemptTime {get; set; } + + /// + /// Gets or sets last time iot hub tried to send a message to the endpoint + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastSendAttemptTime")] + public System.DateTimeOffset? LastSendAttemptTime {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/EndpointHealthStatus.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EndpointHealthStatus.cs new file mode 100644 index 000000000000..c006f529f1b1 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EndpointHealthStatus.cs @@ -0,0 +1,22 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for EndpointHealthStatus. + /// + + + public static class EndpointHealthStatus + { + public const string Unknown = "unknown"; + public const string Healthy = "healthy"; + public const string Degraded = "degraded"; + public const string Unhealthy = "unhealthy"; + public const string Dead = "dead"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/EnrichmentProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EnrichmentProperties.cs new file mode 100644 index 000000000000..231422e1e4a9 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EnrichmentProperties.cs @@ -0,0 +1,100 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of an enrichment that your IoT hub applies to messages + /// delivered to endpoints. + /// + public partial class EnrichmentProperties + { + /// + /// Initializes a new instance of the EnrichmentProperties class. + /// + public EnrichmentProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EnrichmentProperties class. + /// + + /// The key or name for the enrichment property. + /// + + /// The value for the enrichment property. + /// + + /// The list of endpoints for which the enrichment is applied to the message. + /// + public EnrichmentProperties(string key, string value, System.Collections.Generic.IList endpointNames) + + { + this.Key = key; + this.Value = value; + this.EndpointNames = endpointNames; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the key or name for the enrichment property. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "key")] + public string Key {get; set; } + + /// + /// Gets or sets the value for the enrichment property. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public string Value {get; set; } + + /// + /// Gets or sets the list of endpoints for which the enrichment is applied to + /// the message. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpointNames")] + public System.Collections.Generic.IList EndpointNames {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Key == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Key"); + } + if (this.Value == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Value"); + } + if (this.EndpointNames == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "EndpointNames"); + } + + + if (this.EndpointNames != null) + { + if (this.EndpointNames.Count < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinItems, "EndpointNames", 1); + } + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/ErrorDetails.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ErrorDetails.cs new file mode 100644 index 000000000000..4425407c3b94 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ErrorDetails.cs @@ -0,0 +1,78 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Error details. + /// + public partial class ErrorDetails + { + /// + /// Initializes a new instance of the ErrorDetails class. + /// + public ErrorDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ErrorDetails class. + /// + + /// The error code. + /// + + /// The HTTP status code. + /// + + /// The error message. + /// + + /// The error details. + /// + public ErrorDetails(string code = default(string), string httpStatusCode = default(string), string message = default(string), string details = default(string)) + + { + this.Code = code; + this.HttpStatusCode = httpStatusCode; + this.Message = message; + this.Details = details; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the error code. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "code")] + public string Code {get; private set; } + + /// + /// Gets the HTTP status code. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "httpStatusCode")] + public string HttpStatusCode {get; private set; } + + /// + /// Gets the error message. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "message")] + public string Message {get; private set; } + + /// + /// Gets the error details. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "details")] + public string Details {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/ErrorDetailsException.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ErrorDetailsException.cs new file mode 100644 index 000000000000..a088924fc90f --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ErrorDetailsException.cs @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Exception thrown for an invalid response with ErrorDetails information. + /// + public partial class ErrorDetailsException : Microsoft.Rest.RestException + { + /// + /// Gets information about the associated HTTP request. + /// + public Microsoft.Rest.HttpRequestMessageWrapper Request { get; set; } + + /// + /// Gets information about the associated HTTP response. + /// + public Microsoft.Rest.HttpResponseMessageWrapper Response { get; set; } + + /// + /// Gets or sets the body object. + /// + public ErrorDetails Body { get; set; } + + /// + /// Initializes a new instance of the ErrorDetailsException class. + /// + public ErrorDetailsException() + { + } + + /// + /// Initializes a new instance of the ErrorDetails class. + /// + /// The exception message. + public ErrorDetailsException(string message) + : this(message, null) + { + } + + /// + /// Initializes a new instance of the ErrorDetails class. + /// + /// The exception message. + /// Inner exception. + public ErrorDetailsException(string message, System.Exception innerException) + : base(message, innerException) + { + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupBodyDescription.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupBodyDescription.cs new file mode 100644 index 000000000000..b891cbeaf479 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupBodyDescription.cs @@ -0,0 +1,65 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The EventHub consumer group. + /// + public partial class EventHubConsumerGroupBodyDescription + { + /// + /// Initializes a new instance of the EventHubConsumerGroupBodyDescription class. + /// + public EventHubConsumerGroupBodyDescription() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EventHubConsumerGroupBodyDescription class. + /// + + /// The EventHub consumer group name. + /// + public EventHubConsumerGroupBodyDescription(EventHubConsumerGroupName properties) + + { + this.Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the EventHub consumer group name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public EventHubConsumerGroupName Properties {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Properties == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Properties"); + } + if (this.Properties != null) + { + this.Properties.Validate(); + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupInfo.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupInfo.cs new file mode 100644 index 000000000000..aa610424b850 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupInfo.cs @@ -0,0 +1,88 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of the EventHubConsumerGroupInfo object. + /// + public partial class EventHubConsumerGroupInfo : Microsoft.Rest.Azure.IResource + { + /// + /// Initializes a new instance of the EventHubConsumerGroupInfo class. + /// + public EventHubConsumerGroupInfo() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EventHubConsumerGroupInfo class. + /// + + /// The tags. + /// + + /// The Event Hub-compatible consumer group identifier. + /// + + /// The Event Hub-compatible consumer group name. + /// + + /// the resource type. + /// + + /// The etag. + /// + public EventHubConsumerGroupInfo(System.Collections.Generic.IDictionary properties = default(System.Collections.Generic.IDictionary), string id = default(string), string name = default(string), string type = default(string), string etag = default(string)) + + { + this.Properties = properties; + this.Id = id; + this.Name = name; + this.Type = type; + this.Etag = etag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the tags. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public System.Collections.Generic.IDictionary Properties {get; set; } + + /// + /// Gets the Event Hub-compatible consumer group identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; private set; } + + /// + /// Gets the Event Hub-compatible consumer group name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets the resource type. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + + /// + /// Gets the etag. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "etag")] + public string Etag {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupName.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupName.cs new file mode 100644 index 000000000000..7e3c08d1da5e --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubConsumerGroupName.cs @@ -0,0 +1,62 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The EventHub consumer group name. + /// + public partial class EventHubConsumerGroupName + { + /// + /// Initializes a new instance of the EventHubConsumerGroupName class. + /// + public EventHubConsumerGroupName() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EventHubConsumerGroupName class. + /// + + /// EventHub consumer group name + /// + public EventHubConsumerGroupName(string name) + + { + this.Name = name; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets eventHub consumer group name + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Name"); + } + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubProperties.cs new file mode 100644 index 000000000000..031ce178b0b4 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/EventHubProperties.cs @@ -0,0 +1,95 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of the provisioned Event Hub-compatible endpoint used by the + /// IoT hub. + /// + public partial class EventHubProperties + { + /// + /// Initializes a new instance of the EventHubProperties class. + /// + public EventHubProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the EventHubProperties class. + /// + + /// The retention time for device-to-cloud messages in days. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages + /// + + /// The number of partitions for receiving device-to-cloud messages in the + /// Event Hub-compatible endpoint. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages. + /// + + /// The partition ids in the Event Hub-compatible endpoint. + /// + + /// The Event Hub-compatible name. + /// + + /// The Event Hub-compatible endpoint. + /// + public EventHubProperties(long? retentionTimeInDays = default(long?), int? partitionCount = default(int?), System.Collections.Generic.IList partitionIds = default(System.Collections.Generic.IList), string path = default(string), string endpoint = default(string)) + + { + this.RetentionTimeInDays = retentionTimeInDays; + this.PartitionCount = partitionCount; + this.PartitionIds = partitionIds; + this.Path = path; + this.Endpoint = endpoint; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the retention time for device-to-cloud messages in days. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "retentionTimeInDays")] + public long? RetentionTimeInDays {get; set; } + + /// + /// Gets or sets the number of partitions for receiving device-to-cloud + /// messages in the Event Hub-compatible endpoint. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#device-to-cloud-messages. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "partitionCount")] + public int? PartitionCount {get; set; } + + /// + /// Gets the partition ids in the Event Hub-compatible endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "partitionIds")] + public System.Collections.Generic.IList PartitionIds {get; private set; } + + /// + /// Gets the Event Hub-compatible name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "path")] + public string Path {get; private set; } + + /// + /// Gets the Event Hub-compatible endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpoint")] + public string Endpoint {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/ExportDevicesRequest.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ExportDevicesRequest.cs new file mode 100644 index 000000000000..2dfc4220fac7 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ExportDevicesRequest.cs @@ -0,0 +1,140 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Use to provide parameters when requesting an export of all devices in the + /// IoT hub. + /// + public partial class ExportDevicesRequest + { + /// + /// Initializes a new instance of the ExportDevicesRequest class. + /// + public ExportDevicesRequest() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ExportDevicesRequest class. + /// + + /// The export blob container URI. + /// + + /// The value indicating whether keys should be excluded during export. + /// + + /// The name of the blob that will be created in the provided output blob + /// container. This blob will contain the exported device registry information + /// for the IoT Hub. + /// + + /// Specifies authentication type being used for connecting to the storage + /// account. + /// Possible values include: 'keyBased', 'identityBased' + + /// Managed identity properties of storage endpoint for export devices. + /// + + /// The value indicating whether configurations should be exported. + /// + + /// The name of the blob that will be created in the provided output blob + /// container. This blob will contain the exported configurations for the Iot + /// Hub. + /// + public ExportDevicesRequest(string exportBlobContainerUri, bool excludeKeys, string exportBlobName = default(string), string authenticationType = default(string), ManagedIdentity identity = default(ManagedIdentity), bool? includeConfigurations = default(bool?), string configurationsBlobName = default(string)) + + { + this.ExportBlobContainerUri = exportBlobContainerUri; + this.ExcludeKeys = excludeKeys; + this.ExportBlobName = exportBlobName; + this.AuthenticationType = authenticationType; + this.Identity = identity; + this.IncludeConfigurations = includeConfigurations; + this.ConfigurationsBlobName = configurationsBlobName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the export blob container URI. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "exportBlobContainerUri")] + public string ExportBlobContainerUri {get; set; } + + /// + /// Gets or sets the value indicating whether keys should be excluded during + /// export. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "excludeKeys")] + public bool ExcludeKeys {get; set; } + + /// + /// Gets or sets the name of the blob that will be created in the provided + /// output blob container. This blob will contain the exported device registry + /// information for the IoT Hub. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "exportBlobName")] + public string ExportBlobName {get; set; } + + /// + /// Gets or sets specifies authentication type being used for connecting to the + /// storage account. Possible values include: 'keyBased', 'identityBased' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authenticationType")] + public string AuthenticationType {get; set; } + + /// + /// Gets or sets managed identity properties of storage endpoint for export + /// devices. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "identity")] + public ManagedIdentity Identity {get; set; } + + /// + /// Gets or sets the value indicating whether configurations should be + /// exported. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "includeConfigurations")] + public bool? IncludeConfigurations {get; set; } + + /// + /// Gets or sets the name of the blob that will be created in the provided + /// output blob container. This blob will contain the exported configurations + /// for the Iot Hub. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "configurationsBlobName")] + public string ConfigurationsBlobName {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.ExportBlobContainerUri == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ExportBlobContainerUri"); + } + + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/FailoverInput.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/FailoverInput.cs new file mode 100644 index 000000000000..a2455eedbf68 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/FailoverInput.cs @@ -0,0 +1,62 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Use to provide failover region when requesting manual Failover for a hub. + /// + public partial class FailoverInput + { + /// + /// Initializes a new instance of the FailoverInput class. + /// + public FailoverInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the FailoverInput class. + /// + + /// Region the hub will be failed over to + /// + public FailoverInput(string failoverRegion) + + { + this.FailoverRegion = failoverRegion; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets region the hub will be failed over to + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "failoverRegion")] + public string FailoverRegion {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.FailoverRegion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "FailoverRegion"); + } + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/FallbackRouteProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/FallbackRouteProperties.cs new file mode 100644 index 000000000000..75a3b0efd5cf --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/FallbackRouteProperties.cs @@ -0,0 +1,136 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of the fallback route. IoT Hub uses these properties when it + /// routes messages to the fallback endpoint. + /// + public partial class FallbackRouteProperties + { + /// + /// Initializes a new instance of the FallbackRouteProperties class. + /// + public FallbackRouteProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the FallbackRouteProperties class. + /// + + /// The name of the route. The name can only include alphanumeric characters, + /// periods, underscores, hyphens, has a maximum length of 64 characters, and + /// must be unique. + /// + + /// The source to which the routing rule is to be applied to. For example, + /// DeviceMessages + /// Possible values include: 'Invalid', 'DeviceMessages', 'TwinChangeEvents', + /// 'DeviceLifecycleEvents', 'DeviceJobLifecycleEvents', + /// 'DeviceConnectionStateEvents' + + /// The condition which is evaluated in order to apply the fallback route. If + /// the condition is not provided it will evaluate to true by default. For + /// grammar, See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language + /// + + /// The list of endpoints to which the messages that satisfy the condition are + /// routed to. Currently only 1 endpoint is allowed. + /// + + /// Used to specify whether the fallback route is enabled. + /// + public FallbackRouteProperties(string source, System.Collections.Generic.IList endpointNames, bool isEnabled, string name = default(string), string condition = default(string)) + + { + this.Name = name; + this.Source = source; + this.Condition = condition; + this.EndpointNames = endpointNames; + this.IsEnabled = isEnabled; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the name of the route. The name can only include alphanumeric + /// characters, periods, underscores, hyphens, has a maximum length of 64 + /// characters, and must be unique. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets or sets the source to which the routing rule is to be applied to. For + /// example, DeviceMessages Possible values include: 'Invalid', 'DeviceMessages', 'TwinChangeEvents', 'DeviceLifecycleEvents', 'DeviceJobLifecycleEvents', 'DeviceConnectionStateEvents' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "source")] + public string Source {get; set; } + + /// + /// Gets or sets the condition which is evaluated in order to apply the + /// fallback route. If the condition is not provided it will evaluate to true + /// by default. For grammar, See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "condition")] + public string Condition {get; set; } + + /// + /// Gets or sets the list of endpoints to which the messages that satisfy the + /// condition are routed to. Currently only 1 endpoint is allowed. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpointNames")] + public System.Collections.Generic.IList EndpointNames {get; set; } + + /// + /// Gets or sets used to specify whether the fallback route is enabled. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "isEnabled")] + public bool IsEnabled {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Source == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Source"); + } + if (this.EndpointNames == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "EndpointNames"); + } + + + + if (this.EndpointNames != null) + { + if (this.EndpointNames.Count > 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxItems, "EndpointNames", 1); + } + if (this.EndpointNames.Count < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinItems, "EndpointNames", 1); + } + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/FeedbackProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/FeedbackProperties.cs new file mode 100644 index 000000000000..0627517d24b5 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/FeedbackProperties.cs @@ -0,0 +1,98 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of the feedback queue for cloud-to-device messages. + /// + public partial class FeedbackProperties + { + /// + /// Initializes a new instance of the FeedbackProperties class. + /// + public FeedbackProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the FeedbackProperties class. + /// + + /// The lock duration for the feedback queue. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + + /// The period of time for which a message is available to consume before it is + /// expired by the IoT hub. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + + /// The number of times the IoT hub attempts to deliver a message on the + /// feedback queue. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + public FeedbackProperties(System.TimeSpan? lockDurationAsIso8601 = default(System.TimeSpan?), System.TimeSpan? ttlAsIso8601 = default(System.TimeSpan?), int? maxDeliveryCount = default(int?)) + + { + this.LockDurationAsIso8601 = lockDurationAsIso8601; + this.TtlAsIso8601 = ttlAsIso8601; + this.MaxDeliveryCount = maxDeliveryCount; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the lock duration for the feedback queue. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lockDurationAsIso8601")] + public System.TimeSpan? LockDurationAsIso8601 {get; set; } + + /// + /// Gets or sets the period of time for which a message is available to consume + /// before it is expired by the IoT hub. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ttlAsIso8601")] + public System.TimeSpan? TtlAsIso8601 {get; set; } + + /// + /// Gets or sets the number of times the IoT hub attempts to deliver a message + /// on the feedback queue. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging#cloud-to-device-messages. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "maxDeliveryCount")] + public int? MaxDeliveryCount {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.MaxDeliveryCount != null) + { + if (this.MaxDeliveryCount > 100) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "MaxDeliveryCount", 100); + } + if (this.MaxDeliveryCount < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "MaxDeliveryCount", 1); + } + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/GroupIdInformation.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/GroupIdInformation.cs new file mode 100644 index 000000000000..2e96ea081a0b --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/GroupIdInformation.cs @@ -0,0 +1,95 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The group information for creating a private endpoint on an IotHub + /// + public partial class GroupIdInformation + { + /// + /// Initializes a new instance of the GroupIdInformation class. + /// + public GroupIdInformation() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GroupIdInformation class. + /// + + /// The resource identifier. + /// + + /// The resource name. + /// + + /// The resource type. + /// + + /// The properties for a group information object + /// + public GroupIdInformation(GroupIdInformationProperties properties, string id = default(string), string name = default(string), string type = default(string)) + + { + this.Id = id; + this.Name = name; + this.Type = type; + this.Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the resource identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; private set; } + + /// + /// Gets the resource name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets the resource type. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + + /// + /// Gets or sets the properties for a group information object + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public GroupIdInformationProperties Properties {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Properties == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Properties"); + } + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/GroupIdInformationProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/GroupIdInformationProperties.cs new file mode 100644 index 000000000000..48ab492c459d --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/GroupIdInformationProperties.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties for a group information object + /// + public partial class GroupIdInformationProperties + { + /// + /// Initializes a new instance of the GroupIdInformationProperties class. + /// + public GroupIdInformationProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the GroupIdInformationProperties class. + /// + + /// The group id + /// + + /// The required members for a specific group id + /// + + /// The required DNS zones for a specific group id + /// + public GroupIdInformationProperties(string groupId = default(string), System.Collections.Generic.IList requiredMembers = default(System.Collections.Generic.IList), System.Collections.Generic.IList requiredZoneNames = default(System.Collections.Generic.IList)) + + { + this.GroupId = groupId; + this.RequiredMembers = requiredMembers; + this.RequiredZoneNames = requiredZoneNames; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the group id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "groupId")] + public string GroupId {get; set; } + + /// + /// Gets or sets the required members for a specific group id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "requiredMembers")] + public System.Collections.Generic.IList RequiredMembers {get; set; } + + /// + /// Gets or sets the required DNS zones for a specific group id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "requiredZoneNames")] + public System.Collections.Generic.IList RequiredZoneNames {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/ImportDevicesRequest.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ImportDevicesRequest.cs new file mode 100644 index 000000000000..3e0305adfc2e --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ImportDevicesRequest.cs @@ -0,0 +1,151 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Use to provide parameters when requesting an import of all devices in the + /// hub. + /// + public partial class ImportDevicesRequest + { + /// + /// Initializes a new instance of the ImportDevicesRequest class. + /// + public ImportDevicesRequest() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ImportDevicesRequest class. + /// + + /// The input blob container URI. + /// + + /// The output blob container URI. + /// + + /// The blob name to be used when importing from the provided input blob + /// container. + /// + + /// The blob name to use for storing the status of the import job. + /// + + /// Specifies authentication type being used for connecting to the storage + /// account. + /// Possible values include: 'keyBased', 'identityBased' + + /// Managed identity properties of storage endpoint for import devices. + /// + + /// The value indicating whether configurations should be imported. + /// + + /// The blob name to be used when importing configurations from the provided + /// input blob container. + /// + public ImportDevicesRequest(string inputBlobContainerUri, string outputBlobContainerUri, string inputBlobName = default(string), string outputBlobName = default(string), string authenticationType = default(string), ManagedIdentity identity = default(ManagedIdentity), bool? includeConfigurations = default(bool?), string configurationsBlobName = default(string)) + + { + this.InputBlobContainerUri = inputBlobContainerUri; + this.OutputBlobContainerUri = outputBlobContainerUri; + this.InputBlobName = inputBlobName; + this.OutputBlobName = outputBlobName; + this.AuthenticationType = authenticationType; + this.Identity = identity; + this.IncludeConfigurations = includeConfigurations; + this.ConfigurationsBlobName = configurationsBlobName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the input blob container URI. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "inputBlobContainerUri")] + public string InputBlobContainerUri {get; set; } + + /// + /// Gets or sets the output blob container URI. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "outputBlobContainerUri")] + public string OutputBlobContainerUri {get; set; } + + /// + /// Gets or sets the blob name to be used when importing from the provided + /// input blob container. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "inputBlobName")] + public string InputBlobName {get; set; } + + /// + /// Gets or sets the blob name to use for storing the status of the import job. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "outputBlobName")] + public string OutputBlobName {get; set; } + + /// + /// Gets or sets specifies authentication type being used for connecting to the + /// storage account. Possible values include: 'keyBased', 'identityBased' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authenticationType")] + public string AuthenticationType {get; set; } + + /// + /// Gets or sets managed identity properties of storage endpoint for import + /// devices. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "identity")] + public ManagedIdentity Identity {get; set; } + + /// + /// Gets or sets the value indicating whether configurations should be + /// imported. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "includeConfigurations")] + public bool? IncludeConfigurations {get; set; } + + /// + /// Gets or sets the blob name to be used when importing configurations from + /// the provided input blob container. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "configurationsBlobName")] + public string ConfigurationsBlobName {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.InputBlobContainerUri == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "InputBlobContainerUri"); + } + if (this.OutputBlobContainerUri == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "OutputBlobContainerUri"); + } + + + + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubCapacity.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubCapacity.cs new file mode 100644 index 000000000000..39d8c2063ed3 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubCapacity.cs @@ -0,0 +1,99 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// IoT Hub capacity information. + /// + public partial class IotHubCapacity + { + /// + /// Initializes a new instance of the IotHubCapacity class. + /// + public IotHubCapacity() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IotHubCapacity class. + /// + + /// The minimum number of units. + /// + + /// The maximum number of units. + /// + + /// The default number of units. + /// + + /// The type of the scaling enabled. + /// Possible values include: 'Automatic', 'Manual', 'None' + public IotHubCapacity(long? minimum = default(long?), long? maximum = default(long?), long? defaultProperty = default(long?), IotHubScaleType? scaleType = default(IotHubScaleType?)) + + { + this.Minimum = minimum; + this.Maximum = maximum; + this.DefaultProperty = defaultProperty; + this.ScaleType = scaleType; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the minimum number of units. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "minimum")] + public long? Minimum {get; private set; } + + /// + /// Gets the maximum number of units. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "maximum")] + public long? Maximum {get; private set; } + + /// + /// Gets the default number of units. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "default")] + public long? DefaultProperty {get; private set; } + + /// + /// Gets the type of the scaling enabled. Possible values include: 'Automatic', 'Manual', 'None' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "scaleType")] + public IotHubScaleType? ScaleType {get; private set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Minimum != null) + { + if (this.Minimum > 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "Minimum", 1); + } + if (this.Minimum < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "Minimum", 1); + } + } + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubDescription.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubDescription.cs new file mode 100644 index 000000000000..495ea100d3f0 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubDescription.cs @@ -0,0 +1,132 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The description of the IoT hub. + /// + public partial class IotHubDescription : Resource + { + /// + /// Initializes a new instance of the IotHubDescription class. + /// + public IotHubDescription() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IotHubDescription class. + /// + + /// The resource identifier. + /// + + /// The resource name. + /// + + /// The resource type. + /// + + /// The resource location. + /// + + /// The resource tags. + /// + + /// The Etag field is *not* required. If it is provided in the response body, + /// it must also be provided as a header per the normal ETag convention. + /// + + /// IotHub properties + /// + + /// IotHub SKU info + /// + + /// The managed identities for the IotHub. + /// + + /// The system meta data relating to this resource. + /// + public IotHubDescription(string location, IotHubSkuInfo sku, string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary), string etag = default(string), IotHubProperties properties = default(IotHubProperties), ArmIdentity identity = default(ArmIdentity), SystemData systemData = default(SystemData)) + + : base(location, id, name, type, tags) + { + this.Etag = etag; + this.Properties = properties; + this.Sku = sku; + this.Identity = identity; + this.SystemData = systemData; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the Etag field is *not* required. If it is provided in the + /// response body, it must also be provided as a header per the normal ETag + /// convention. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "etag")] + public string Etag {get; set; } + + /// + /// Gets or sets iotHub properties + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public IotHubProperties Properties {get; set; } + + /// + /// Gets or sets iotHub SKU info + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "sku")] + public IotHubSkuInfo Sku {get; set; } + + /// + /// Gets or sets the managed identities for the IotHub. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "identity")] + public ArmIdentity Identity {get; set; } + + /// + /// Gets the system meta data relating to this resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "systemData")] + public SystemData SystemData {get; private set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public override void Validate() + { + base.Validate(); + if (this.Sku == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Sku"); + } + + if (this.Properties != null) + { + this.Properties.Validate(); + } + if (this.Sku != null) + { + this.Sku.Validate(); + } + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubLocationDescription.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubLocationDescription.cs new file mode 100644 index 000000000000..d535a4ef0dfa --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubLocationDescription.cs @@ -0,0 +1,65 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Public representation of one of the locations where a resource is + /// provisioned. + /// + public partial class IotHubLocationDescription + { + /// + /// Initializes a new instance of the IotHubLocationDescription class. + /// + public IotHubLocationDescription() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IotHubLocationDescription class. + /// + + /// The name of the Azure region + /// + + /// The role of the region, can be either primary or secondary. The primary + /// region is where the IoT hub is currently provisioned. The secondary region + /// is the Azure disaster recovery (DR) paired region and also the region where + /// the IoT hub can failover to. + /// Possible values include: 'primary', 'secondary' + public IotHubLocationDescription(string location = default(string), string role = default(string)) + + { + this.Location = location; + this.Role = role; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the name of the Azure region + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "location")] + public string Location {get; set; } + + /// + /// Gets or sets the role of the region, can be either primary or secondary. + /// The primary region is where the IoT hub is currently provisioned. The + /// secondary region is the Azure disaster recovery (DR) paired region and also + /// the region where the IoT hub can failover to. Possible values include: 'primary', 'secondary' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "role")] + public string Role {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubNameAvailabilityInfo.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubNameAvailabilityInfo.cs new file mode 100644 index 000000000000..90e7f2c39b5c --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubNameAvailabilityInfo.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties indicating whether a given IoT hub name is available. + /// + public partial class IotHubNameAvailabilityInfo + { + /// + /// Initializes a new instance of the IotHubNameAvailabilityInfo class. + /// + public IotHubNameAvailabilityInfo() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IotHubNameAvailabilityInfo class. + /// + + /// The value which indicates whether the provided name is available. + /// + + /// The reason for unavailability. + /// Possible values include: 'Invalid', 'AlreadyExists' + + /// The detailed reason message. + /// + public IotHubNameAvailabilityInfo(bool? nameAvailable = default(bool?), IotHubNameUnavailabilityReason? reason = default(IotHubNameUnavailabilityReason?), string message = default(string)) + + { + this.NameAvailable = nameAvailable; + this.Reason = reason; + this.Message = message; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the value which indicates whether the provided name is available. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "nameAvailable")] + public bool? NameAvailable {get; private set; } + + /// + /// Gets the reason for unavailability. Possible values include: 'Invalid', 'AlreadyExists' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "reason")] + public IotHubNameUnavailabilityReason? Reason {get; private set; } + + /// + /// Gets or sets the detailed reason message. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "message")] + public string Message {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubNameUnavailabilityReason.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubNameUnavailabilityReason.cs new file mode 100644 index 000000000000..9319eec2bc09 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubNameUnavailabilityReason.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for IotHubNameUnavailabilityReason. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum IotHubNameUnavailabilityReason + { + [System.Runtime.Serialization.EnumMember(Value = "Invalid")] + Invalid, + [System.Runtime.Serialization.EnumMember(Value = "AlreadyExists")] + AlreadyExists + } + internal static class IotHubNameUnavailabilityReasonEnumExtension + { + internal static string ToSerializedValue(this IotHubNameUnavailabilityReason? value) + { + return value == null ? null : ((IotHubNameUnavailabilityReason)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this IotHubNameUnavailabilityReason value) + { + switch( value ) + { + case IotHubNameUnavailabilityReason.Invalid: + return "Invalid"; + case IotHubNameUnavailabilityReason.AlreadyExists: + return "AlreadyExists"; + } + return null; + } + internal static IotHubNameUnavailabilityReason? ParseIotHubNameUnavailabilityReason(this string value) + { + switch( value ) + { + case "Invalid": + return IotHubNameUnavailabilityReason.Invalid; + case "AlreadyExists": + return IotHubNameUnavailabilityReason.AlreadyExists; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubProperties.cs new file mode 100644 index 000000000000..514052276268 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubProperties.cs @@ -0,0 +1,391 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of an IoT hub. + /// + public partial class IotHubProperties + { + /// + /// Initializes a new instance of the IotHubProperties class. + /// + public IotHubProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IotHubProperties class. + /// + + /// The shared access policies you can use to secure a connection to the IoT + /// hub. + /// + + /// If true, SAS tokens with Iot hub scoped SAS keys cannot be used for + /// authentication. + /// + + /// If true, all device(including Edge devices but excluding modules) scoped + /// SAS keys cannot be used for authentication. + /// + + /// If true, all module scoped SAS keys cannot be used for authentication. + /// + + /// If true, egress from IotHub will be restricted to only the allowed FQDNs + /// that are configured via allowedFqdnList. + /// + + /// List of allowed FQDNs(Fully Qualified Domain Name) for egress from Iot Hub. + /// + + /// Whether requests from Public Network are allowed + /// Possible values include: 'Enabled', 'Disabled' + + /// The IP filter rules. + /// + + /// Network Rule Set Properties of IotHub + /// + + /// Specifies the minimum TLS version to support for this hub. Can be set to + /// "1.2" to have clients that use a TLS version below 1.2 to be rejected. + /// + + /// Private endpoint connections created on this IotHub + /// + + /// The provisioning state. + /// + + /// The hub state. + /// + + /// The name of the host. + /// + + /// The Event Hub-compatible endpoint properties. The only possible keys to + /// this dictionary is events. This key has to be present in the dictionary + /// while making create or update calls for the IoT hub. + /// + + /// The routing related properties of the IoT hub. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging + /// + + /// The list of Azure Storage endpoints where you can upload files. Currently + /// you can configure only one Azure Storage account and that MUST have its key + /// as $default. Specifying more than one storage account causes an error to be + /// thrown. Not specifying a value for this property when the + /// enableFileUploadNotifications property is set to True, causes an error to + /// be thrown. + /// + + /// The messaging endpoint properties for the file upload notification queue. + /// + + /// If True, file upload notifications are enabled. + /// + + /// The IoT hub cloud-to-device messaging properties. + /// + + /// IoT hub comments. + /// + + /// The capabilities and features enabled for the IoT hub. + /// Possible values include: 'None', 'DeviceManagement' + + /// Primary and secondary location for iot hub + /// + + /// This property when set to true, will enable data residency, thus, disabling + /// disaster recovery. + /// + public IotHubProperties(System.Collections.Generic.IList authorizationPolicies = default(System.Collections.Generic.IList), bool? disableLocalAuth = default(bool?), bool? disableDeviceSas = default(bool?), bool? disableModuleSas = default(bool?), bool? restrictOutboundNetworkAccess = default(bool?), System.Collections.Generic.IList allowedFqdnList = default(System.Collections.Generic.IList), string publicNetworkAccess = default(string), System.Collections.Generic.IList ipFilterRules = default(System.Collections.Generic.IList), NetworkRuleSetProperties networkRuleSets = default(NetworkRuleSetProperties), string minTlsVersion = default(string), System.Collections.Generic.IList privateEndpointConnections = default(System.Collections.Generic.IList), string provisioningState = default(string), string state = default(string), string hostName = default(string), System.Collections.Generic.IDictionary eventHubEndpoints = default(System.Collections.Generic.IDictionary), RoutingProperties routing = default(RoutingProperties), System.Collections.Generic.IDictionary storageEndpoints = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IDictionary messagingEndpoints = default(System.Collections.Generic.IDictionary), bool? enableFileUploadNotifications = default(bool?), CloudToDeviceProperties cloudToDevice = default(CloudToDeviceProperties), string comments = default(string), string features = default(string), System.Collections.Generic.IList locations = default(System.Collections.Generic.IList), bool? enableDataResidency = default(bool?)) + + { + this.AuthorizationPolicies = authorizationPolicies; + this.DisableLocalAuth = disableLocalAuth; + this.DisableDeviceSas = disableDeviceSas; + this.DisableModuleSas = disableModuleSas; + this.RestrictOutboundNetworkAccess = restrictOutboundNetworkAccess; + this.AllowedFqdnList = allowedFqdnList; + this.PublicNetworkAccess = publicNetworkAccess; + this.IPFilterRules = ipFilterRules; + this.NetworkRuleSets = networkRuleSets; + this.MinTlsVersion = minTlsVersion; + this.PrivateEndpointConnections = privateEndpointConnections; + this.ProvisioningState = provisioningState; + this.State = state; + this.HostName = hostName; + this.EventHubEndpoints = eventHubEndpoints; + this.Routing = routing; + this.StorageEndpoints = storageEndpoints; + this.MessagingEndpoints = messagingEndpoints; + this.EnableFileUploadNotifications = enableFileUploadNotifications; + this.CloudToDevice = cloudToDevice; + this.Comments = comments; + this.Features = features; + this.Locations = locations; + this.EnableDataResidency = enableDataResidency; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the shared access policies you can use to secure a connection + /// to the IoT hub. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authorizationPolicies")] + public System.Collections.Generic.IList AuthorizationPolicies {get; set; } + + /// + /// Gets or sets if true, SAS tokens with Iot hub scoped SAS keys cannot be + /// used for authentication. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "disableLocalAuth")] + public bool? DisableLocalAuth {get; set; } + + /// + /// Gets or sets if true, all device(including Edge devices but excluding + /// modules) scoped SAS keys cannot be used for authentication. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "disableDeviceSAS")] + public bool? DisableDeviceSas {get; set; } + + /// + /// Gets or sets if true, all module scoped SAS keys cannot be used for + /// authentication. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "disableModuleSAS")] + public bool? DisableModuleSas {get; set; } + + /// + /// Gets or sets if true, egress from IotHub will be restricted to only the + /// allowed FQDNs that are configured via allowedFqdnList. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "restrictOutboundNetworkAccess")] + public bool? RestrictOutboundNetworkAccess {get; set; } + + /// + /// Gets or sets list of allowed FQDNs(Fully Qualified Domain Name) for egress + /// from Iot Hub. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "allowedFqdnList")] + public System.Collections.Generic.IList AllowedFqdnList {get; set; } + + /// + /// Gets or sets whether requests from Public Network are allowed Possible values include: 'Enabled', 'Disabled' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "publicNetworkAccess")] + public string PublicNetworkAccess {get; set; } + + /// + /// Gets or sets the IP filter rules. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ipFilterRules")] + public System.Collections.Generic.IList IPFilterRules {get; set; } + + /// + /// Gets or sets network Rule Set Properties of IotHub + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "networkRuleSets")] + public NetworkRuleSetProperties NetworkRuleSets {get; set; } + + /// + /// Gets or sets specifies the minimum TLS version to support for this hub. Can + /// be set to "1.2" to have clients that use a TLS version below 1.2 to be + /// rejected. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "minTlsVersion")] + public string MinTlsVersion {get; set; } + + /// + /// Gets or sets private endpoint connections created on this IotHub + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "privateEndpointConnections")] + public System.Collections.Generic.IList PrivateEndpointConnections {get; set; } + + /// + /// Gets the provisioning state. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "provisioningState")] + public string ProvisioningState {get; private set; } + + /// + /// Gets the hub state. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "state")] + public string State {get; private set; } + + /// + /// Gets the name of the host. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "hostName")] + public string HostName {get; private set; } + + /// + /// Gets or sets the Event Hub-compatible endpoint properties. The only + /// possible keys to this dictionary is events. This key has to be present in + /// the dictionary while making create or update calls for the IoT hub. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "eventHubEndpoints")] + public System.Collections.Generic.IDictionary EventHubEndpoints {get; set; } + + /// + /// Gets or sets the routing related properties of the IoT hub. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "routing")] + public RoutingProperties Routing {get; set; } + + /// + /// Gets or sets the list of Azure Storage endpoints where you can upload + /// files. Currently you can configure only one Azure Storage account and that + /// MUST have its key as $default. Specifying more than one storage account + /// causes an error to be thrown. Not specifying a value for this property when + /// the enableFileUploadNotifications property is set to True, causes an error + /// to be thrown. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "storageEndpoints")] + public System.Collections.Generic.IDictionary StorageEndpoints {get; set; } + + /// + /// Gets or sets the messaging endpoint properties for the file upload + /// notification queue. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "messagingEndpoints")] + public System.Collections.Generic.IDictionary MessagingEndpoints {get; set; } + + /// + /// Gets or sets if True, file upload notifications are enabled. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enableFileUploadNotifications")] + public bool? EnableFileUploadNotifications {get; set; } + + /// + /// Gets or sets the IoT hub cloud-to-device messaging properties. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "cloudToDevice")] + public CloudToDeviceProperties CloudToDevice {get; set; } + + /// + /// Gets or sets ioT hub comments. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "comments")] + public string Comments {get; set; } + + /// + /// Gets or sets the capabilities and features enabled for the IoT hub. Possible values include: 'None', 'DeviceManagement' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "features")] + public string Features {get; set; } + + /// + /// Gets primary and secondary location for iot hub + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "locations")] + public System.Collections.Generic.IList Locations {get; private set; } + + /// + /// Gets or sets this property when set to true, will enable data residency, + /// thus, disabling disaster recovery. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enableDataResidency")] + public bool? EnableDataResidency {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.AuthorizationPolicies != null) + { + foreach (var element in this.AuthorizationPolicies) + { + if (element != null) + { + element.Validate(); + } + } + } + + + if (this.IPFilterRules != null) + { + foreach (var element in this.IPFilterRules) + { + if (element != null) + { + element.Validate(); + } + } + } + if (this.NetworkRuleSets != null) + { + this.NetworkRuleSets.Validate(); + } + + if (this.PrivateEndpointConnections != null) + { + foreach (var element in this.PrivateEndpointConnections) + { + if (element != null) + { + element.Validate(); + } + } + } + + + + + if (this.Routing != null) + { + this.Routing.Validate(); + } + if (this.StorageEndpoints != null) + { + foreach (var valueElement in this.StorageEndpoints.Values) + { + if (valueElement != null) + { + valueElement.Validate(); + } + } + } + if (this.MessagingEndpoints != null) + { + foreach (var valueElement in this.MessagingEndpoints.Values) + { + if (valueElement != null) + { + valueElement.Validate(); + } + } + } + if (this.CloudToDevice != null) + { + this.CloudToDevice.Validate(); + } + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubQuotaMetricInfo.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubQuotaMetricInfo.cs new file mode 100644 index 000000000000..753a5b0fecbe --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubQuotaMetricInfo.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Quota metrics properties. + /// + public partial class IotHubQuotaMetricInfo + { + /// + /// Initializes a new instance of the IotHubQuotaMetricInfo class. + /// + public IotHubQuotaMetricInfo() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IotHubQuotaMetricInfo class. + /// + + /// The name of the quota metric. + /// + + /// The current value for the quota metric. + /// + + /// The maximum value of the quota metric. + /// + public IotHubQuotaMetricInfo(string name = default(string), long? currentValue = default(long?), long? maxValue = default(long?)) + + { + this.Name = name; + this.CurrentValue = currentValue; + this.MaxValue = maxValue; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the name of the quota metric. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets the current value for the quota metric. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "currentValue")] + public long? CurrentValue {get; private set; } + + /// + /// Gets the maximum value of the quota metric. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "maxValue")] + public long? MaxValue {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubReplicaRoleType.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubReplicaRoleType.cs new file mode 100644 index 000000000000..6d4ec19c96ed --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubReplicaRoleType.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for IotHubReplicaRoleType. + /// + + + public static class IotHubReplicaRoleType + { + public const string Primary = "primary"; + public const string Secondary = "secondary"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubScaleType.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubScaleType.cs new file mode 100644 index 000000000000..dc2ea3ffdf9e --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubScaleType.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for IotHubScaleType. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum IotHubScaleType + { + [System.Runtime.Serialization.EnumMember(Value = "Automatic")] + Automatic, + [System.Runtime.Serialization.EnumMember(Value = "Manual")] + Manual, + [System.Runtime.Serialization.EnumMember(Value = "None")] + None + } + internal static class IotHubScaleTypeEnumExtension + { + internal static string ToSerializedValue(this IotHubScaleType? value) + { + return value == null ? null : ((IotHubScaleType)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this IotHubScaleType value) + { + switch( value ) + { + case IotHubScaleType.Automatic: + return "Automatic"; + case IotHubScaleType.Manual: + return "Manual"; + case IotHubScaleType.None: + return "None"; + } + return null; + } + internal static IotHubScaleType? ParseIotHubScaleType(this string value) + { + switch( value ) + { + case "Automatic": + return IotHubScaleType.Automatic; + case "Manual": + return IotHubScaleType.Manual; + case "None": + return IotHubScaleType.None; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSku.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSku.cs new file mode 100644 index 000000000000..071fcd1ef2de --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSku.cs @@ -0,0 +1,24 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for IotHubSku. + /// + + + public static class IotHubSku + { + public const string F1 = "F1"; + public const string S1 = "S1"; + public const string S2 = "S2"; + public const string S3 = "S3"; + public const string B1 = "B1"; + public const string B2 = "B2"; + public const string B3 = "B3"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuDescription.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuDescription.cs new file mode 100644 index 000000000000..abbf43e12626 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuDescription.cs @@ -0,0 +1,94 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// SKU properties. + /// + public partial class IotHubSkuDescription + { + /// + /// Initializes a new instance of the IotHubSkuDescription class. + /// + public IotHubSkuDescription() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IotHubSkuDescription class. + /// + + /// The type of the resource. + /// + + /// The type of the resource. + /// + + /// IotHub capacity + /// + public IotHubSkuDescription(IotHubSkuInfo sku, IotHubCapacity capacity, string resourceType = default(string)) + + { + this.ResourceType = resourceType; + this.Sku = sku; + this.Capacity = capacity; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the type of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "resourceType")] + public string ResourceType {get; private set; } + + /// + /// Gets or sets the type of the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "sku")] + public IotHubSkuInfo Sku {get; set; } + + /// + /// Gets or sets iotHub capacity + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "capacity")] + public IotHubCapacity Capacity {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Sku == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Sku"); + } + if (this.Capacity == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Capacity"); + } + + if (this.Sku != null) + { + this.Sku.Validate(); + } + if (this.Capacity != null) + { + this.Capacity.Validate(); + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuInfo.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuInfo.cs new file mode 100644 index 000000000000..81db598a4498 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuInfo.cs @@ -0,0 +1,85 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Information about the SKU of the IoT hub. + /// + public partial class IotHubSkuInfo + { + /// + /// Initializes a new instance of the IotHubSkuInfo class. + /// + public IotHubSkuInfo() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IotHubSkuInfo class. + /// + + /// The name of the SKU. + /// Possible values include: 'F1', 'S1', 'S2', 'S3', 'B1', 'B2', 'B3' + + /// The billing tier for the IoT hub. + /// Possible values include: 'Free', 'Standard', 'Basic' + + /// The number of provisioned IoT Hub units. See: + /// https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits. + /// + public IotHubSkuInfo(string name, IotHubSkuTier? tier = default(IotHubSkuTier?), long? capacity = default(long?)) + + { + this.Name = name; + this.Tier = tier; + this.Capacity = capacity; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the name of the SKU. Possible values include: 'F1', 'S1', 'S2', 'S3', 'B1', 'B2', 'B3' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets the billing tier for the IoT hub. Possible values include: 'Free', 'Standard', 'Basic' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "tier")] + public IotHubSkuTier? Tier {get; private set; } + + /// + /// Gets or sets the number of provisioned IoT Hub units. See: + /// https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "capacity")] + public long? Capacity {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Name"); + } + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuTier.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuTier.cs new file mode 100644 index 000000000000..43a09c1c6f23 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IotHubSkuTier.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for IotHubSkuTier. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum IotHubSkuTier + { + [System.Runtime.Serialization.EnumMember(Value = "Free")] + Free, + [System.Runtime.Serialization.EnumMember(Value = "Standard")] + Standard, + [System.Runtime.Serialization.EnumMember(Value = "Basic")] + Basic + } + internal static class IotHubSkuTierEnumExtension + { + internal static string ToSerializedValue(this IotHubSkuTier? value) + { + return value == null ? null : ((IotHubSkuTier)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this IotHubSkuTier value) + { + switch( value ) + { + case IotHubSkuTier.Free: + return "Free"; + case IotHubSkuTier.Standard: + return "Standard"; + case IotHubSkuTier.Basic: + return "Basic"; + } + return null; + } + internal static IotHubSkuTier? ParseIotHubSkuTier(this string value) + { + switch( value ) + { + case "Free": + return IotHubSkuTier.Free; + case "Standard": + return IotHubSkuTier.Standard; + case "Basic": + return IotHubSkuTier.Basic; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IpFilterActionType.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IpFilterActionType.cs new file mode 100644 index 000000000000..00e11a0484ac --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IpFilterActionType.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for IpFilterActionType. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum IpFilterActionType + { + [System.Runtime.Serialization.EnumMember(Value = "Accept")] + Accept, + [System.Runtime.Serialization.EnumMember(Value = "Reject")] + Reject + } + internal static class IpFilterActionTypeEnumExtension + { + internal static string ToSerializedValue(this IpFilterActionType? value) + { + return value == null ? null : ((IpFilterActionType)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this IpFilterActionType value) + { + switch( value ) + { + case IpFilterActionType.Accept: + return "Accept"; + case IpFilterActionType.Reject: + return "Reject"; + } + return null; + } + internal static IpFilterActionType? ParseIpFilterActionType(this string value) + { + switch( value ) + { + case "Accept": + return IpFilterActionType.Accept; + case "Reject": + return IpFilterActionType.Reject; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/IpFilterRule.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IpFilterRule.cs new file mode 100644 index 000000000000..b81d1051aca2 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/IpFilterRule.cs @@ -0,0 +1,89 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The IP filter rules for the IoT hub. + /// + public partial class IpFilterRule + { + /// + /// Initializes a new instance of the IpFilterRule class. + /// + public IpFilterRule() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the IpFilterRule class. + /// + + /// The name of the IP filter rule. + /// + + /// The desired action for requests captured by this rule. + /// Possible values include: 'Accept', 'Reject' + + /// A string that contains the IP address range in CIDR notation for the rule. + /// + public IpFilterRule(string filterName, IpFilterActionType action, string ipMask) + + { + this.FilterName = filterName; + this.Action = action; + this.IPMask = ipMask; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the name of the IP filter rule. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "filterName")] + public string FilterName {get; set; } + + /// + /// Gets or sets the desired action for requests captured by this rule. Possible values include: 'Accept', 'Reject' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "action")] + public IpFilterActionType Action {get; set; } + + /// + /// Gets or sets a string that contains the IP address range in CIDR notation + /// for the rule. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ipMask")] + public string IPMask {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.FilterName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "FilterName"); + } + if (this.IPMask == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "IPMask"); + } + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/JobResponse.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/JobResponse.cs new file mode 100644 index 000000000000..ef5f93f2b615 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/JobResponse.cs @@ -0,0 +1,123 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of the Job Response object. + /// + public partial class JobResponse + { + /// + /// Initializes a new instance of the JobResponse class. + /// + public JobResponse() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the JobResponse class. + /// + + /// The job identifier. + /// + + /// The start time of the job. + /// + + /// The time the job stopped processing. + /// + + /// The type of the job. + /// Possible values include: 'unknown', 'export', 'import', 'backup', + /// 'readDeviceProperties', 'writeDeviceProperties', + /// 'updateDeviceConfiguration', 'rebootDevice', 'factoryResetDevice', + /// 'firmwareUpdate' + + /// The status of the job. + /// Possible values include: 'unknown', 'enqueued', 'running', 'completed', + /// 'failed', 'cancelled' + + /// If status == failed, this string containing the reason for the failure. + /// + + /// The status message for the job. + /// + + /// The job identifier of the parent job, if any. + /// + public JobResponse(string jobId = default(string), System.DateTimeOffset? startTimeUtc = default(System.DateTimeOffset?), System.DateTimeOffset? endTimeUtc = default(System.DateTimeOffset?), string type = default(string), JobStatus? status = default(JobStatus?), string failureReason = default(string), string statusMessage = default(string), string parentJobId = default(string)) + + { + this.JobId = jobId; + this.StartTimeUtc = startTimeUtc; + this.EndTimeUtc = endTimeUtc; + this.Type = type; + this.Status = status; + this.FailureReason = failureReason; + this.StatusMessage = statusMessage; + this.ParentJobId = parentJobId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the job identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "jobId")] + public string JobId {get; private set; } + + /// + /// Gets the start time of the job. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "startTimeUtc")] + public System.DateTimeOffset? StartTimeUtc {get; private set; } + + /// + /// Gets the time the job stopped processing. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endTimeUtc")] + public System.DateTimeOffset? EndTimeUtc {get; private set; } + + /// + /// Gets the type of the job. Possible values include: 'unknown', 'export', 'import', 'backup', 'readDeviceProperties', 'writeDeviceProperties', 'updateDeviceConfiguration', 'rebootDevice', 'factoryResetDevice', 'firmwareUpdate' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + + /// + /// Gets the status of the job. Possible values include: 'unknown', 'enqueued', 'running', 'completed', 'failed', 'cancelled' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "status")] + public JobStatus? Status {get; private set; } + + /// + /// Gets if status == failed, this string containing the reason for the + /// failure. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "failureReason")] + public string FailureReason {get; private set; } + + /// + /// Gets the status message for the job. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "statusMessage")] + public string StatusMessage {get; private set; } + + /// + /// Gets the job identifier of the parent job, if any. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "parentJobId")] + public string ParentJobId {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/JobStatus.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/JobStatus.cs new file mode 100644 index 000000000000..e92d87e22acf --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/JobStatus.cs @@ -0,0 +1,75 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for JobStatus. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum JobStatus + { + [System.Runtime.Serialization.EnumMember(Value = "unknown")] + Unknown, + [System.Runtime.Serialization.EnumMember(Value = "enqueued")] + Enqueued, + [System.Runtime.Serialization.EnumMember(Value = "running")] + Running, + [System.Runtime.Serialization.EnumMember(Value = "completed")] + Completed, + [System.Runtime.Serialization.EnumMember(Value = "failed")] + Failed, + [System.Runtime.Serialization.EnumMember(Value = "cancelled")] + Cancelled + } + internal static class JobStatusEnumExtension + { + internal static string ToSerializedValue(this JobStatus? value) + { + return value == null ? null : ((JobStatus)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this JobStatus value) + { + switch( value ) + { + case JobStatus.Unknown: + return "unknown"; + case JobStatus.Enqueued: + return "enqueued"; + case JobStatus.Running: + return "running"; + case JobStatus.Completed: + return "completed"; + case JobStatus.Failed: + return "failed"; + case JobStatus.Cancelled: + return "cancelled"; + } + return null; + } + internal static JobStatus? ParseJobStatus(this string value) + { + switch( value ) + { + case "unknown": + return JobStatus.Unknown; + case "enqueued": + return JobStatus.Enqueued; + case "running": + return JobStatus.Running; + case "completed": + return JobStatus.Completed; + case "failed": + return JobStatus.Failed; + case "cancelled": + return JobStatus.Cancelled; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/JobType.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/JobType.cs new file mode 100644 index 000000000000..ce1852c41281 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/JobType.cs @@ -0,0 +1,27 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for JobType. + /// + + + public static class JobType + { + public const string Unknown = "unknown"; + public const string Export = "export"; + public const string Import = "import"; + public const string Backup = "backup"; + public const string ReadDeviceProperties = "readDeviceProperties"; + public const string WriteDeviceProperties = "writeDeviceProperties"; + public const string UpdateDeviceConfiguration = "updateDeviceConfiguration"; + public const string RebootDevice = "rebootDevice"; + public const string FactoryResetDevice = "factoryResetDevice"; + public const string FirmwareUpdate = "firmwareUpdate"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/ManagedIdentity.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ManagedIdentity.cs new file mode 100644 index 000000000000..948144671a84 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ManagedIdentity.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of the Managed identity. + /// + public partial class ManagedIdentity + { + /// + /// Initializes a new instance of the ManagedIdentity class. + /// + public ManagedIdentity() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedIdentity class. + /// + + /// The user assigned identity. + /// + public ManagedIdentity(string userAssignedIdentity = default(string)) + + { + this.UserAssignedIdentity = userAssignedIdentity; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the user assigned identity. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "userAssignedIdentity")] + public string UserAssignedIdentity {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/MatchedRoute.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/MatchedRoute.cs new file mode 100644 index 000000000000..5fe8c2fcdb63 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/MatchedRoute.cs @@ -0,0 +1,61 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Routes that matched + /// + public partial class MatchedRoute + { + /// + /// Initializes a new instance of the MatchedRoute class. + /// + public MatchedRoute() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the MatchedRoute class. + /// + + /// Properties of routes that matched + /// + public MatchedRoute(RouteProperties properties = default(RouteProperties)) + + { + this.Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets properties of routes that matched + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public RouteProperties Properties {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Properties != null) + { + this.Properties.Validate(); + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/MessagingEndpointProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/MessagingEndpointProperties.cs new file mode 100644 index 000000000000..6f31a3b61504 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/MessagingEndpointProperties.cs @@ -0,0 +1,96 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of the messaging endpoints used by this IoT hub. + /// + public partial class MessagingEndpointProperties + { + /// + /// Initializes a new instance of the MessagingEndpointProperties class. + /// + public MessagingEndpointProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the MessagingEndpointProperties class. + /// + + /// The lock duration. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. + /// + + /// The period of time for which a message is available to consume before it is + /// expired by the IoT hub. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. + /// + + /// The number of times the IoT hub attempts to deliver a message. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. + /// + public MessagingEndpointProperties(System.TimeSpan? lockDurationAsIso8601 = default(System.TimeSpan?), System.TimeSpan? ttlAsIso8601 = default(System.TimeSpan?), int? maxDeliveryCount = default(int?)) + + { + this.LockDurationAsIso8601 = lockDurationAsIso8601; + this.TtlAsIso8601 = ttlAsIso8601; + this.MaxDeliveryCount = maxDeliveryCount; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the lock duration. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lockDurationAsIso8601")] + public System.TimeSpan? LockDurationAsIso8601 {get; set; } + + /// + /// Gets or sets the period of time for which a message is available to consume + /// before it is expired by the IoT hub. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ttlAsIso8601")] + public System.TimeSpan? TtlAsIso8601 {get; set; } + + /// + /// Gets or sets the number of times the IoT hub attempts to deliver a message. + /// See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "maxDeliveryCount")] + public int? MaxDeliveryCount {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.MaxDeliveryCount != null) + { + if (this.MaxDeliveryCount > 100) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "MaxDeliveryCount", 100); + } + if (this.MaxDeliveryCount < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "MaxDeliveryCount", 1); + } + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/Name.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Name.cs new file mode 100644 index 000000000000..0758facbc2c3 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Name.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Name of Iot Hub type + /// + public partial class Name + { + /// + /// Initializes a new instance of the Name class. + /// + public Name() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Name class. + /// + + /// IotHub type + /// + + /// Localized value of name + /// + public Name(string value = default(string), string localizedValue = default(string)) + + { + this.Value = value; + this.LocalizedValue = localizedValue; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets iotHub type + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public string Value {get; set; } + + /// + /// Gets or sets localized value of name + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "localizedValue")] + public string LocalizedValue {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleIPAction.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleIPAction.cs new file mode 100644 index 000000000000..686f8e02cd2c --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleIPAction.cs @@ -0,0 +1,18 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for NetworkRuleIPAction. + /// + + + public static class NetworkRuleIPAction + { + public const string Allow = "Allow"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleSetIpRule.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleSetIpRule.cs new file mode 100644 index 000000000000..9b6b4af43bf5 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleSetIpRule.cs @@ -0,0 +1,89 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// IP Rule to be applied as part of Network Rule Set + /// + public partial class NetworkRuleSetIpRule + { + /// + /// Initializes a new instance of the NetworkRuleSetIpRule class. + /// + public NetworkRuleSetIpRule() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NetworkRuleSetIpRule class. + /// + + /// Name of the IP filter rule. + /// + + /// IP Filter Action + /// Possible values include: 'Allow' + + /// A string that contains the IP address range in CIDR notation for the rule. + /// + public NetworkRuleSetIpRule(string filterName, string ipMask, string action = default(string)) + + { + this.FilterName = filterName; + this.Action = action; + this.IPMask = ipMask; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets name of the IP filter rule. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "filterName")] + public string FilterName {get; set; } + + /// + /// Gets or sets iP Filter Action Possible values include: 'Allow' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "action")] + public string Action {get; set; } + + /// + /// Gets or sets a string that contains the IP address range in CIDR notation + /// for the rule. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ipMask")] + public string IPMask {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.FilterName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "FilterName"); + } + if (this.IPMask == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "IPMask"); + } + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleSetProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleSetProperties.cs new file mode 100644 index 000000000000..07d2d5fe7900 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/NetworkRuleSetProperties.cs @@ -0,0 +1,94 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Network Rule Set Properties of IotHub + /// + public partial class NetworkRuleSetProperties + { + /// + /// Initializes a new instance of the NetworkRuleSetProperties class. + /// + public NetworkRuleSetProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the NetworkRuleSetProperties class. + /// + + /// Default Action for Network Rule Set + /// Possible values include: 'Deny', 'Allow' + + /// If True, then Network Rule Set is also applied to BuiltIn EventHub EndPoint + /// of IotHub + /// + + /// List of IP Rules + /// + public NetworkRuleSetProperties(bool applyToBuiltInEventHubEndpoint, System.Collections.Generic.IList ipRules, string defaultAction = default(string)) + + { + this.DefaultAction = defaultAction; + this.ApplyToBuiltInEventHubEndpoint = applyToBuiltInEventHubEndpoint; + this.IPRules = ipRules; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets default Action for Network Rule Set Possible values include: 'Deny', 'Allow' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "defaultAction")] + public string DefaultAction {get; set; } + + /// + /// Gets or sets if True, then Network Rule Set is also applied to BuiltIn + /// EventHub EndPoint of IotHub + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "applyToBuiltInEventHubEndpoint")] + public bool ApplyToBuiltInEventHubEndpoint {get; set; } + + /// + /// Gets or sets list of IP Rules + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "ipRules")] + public System.Collections.Generic.IList IPRules {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.IPRules == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "IPRules"); + } + + if (this.IPRules != null) + { + foreach (var element in this.IPRules) + { + if (element != null) + { + element.Validate(); + } + } + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/Operation.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Operation.cs new file mode 100644 index 000000000000..e96ca8aea545 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Operation.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// IoT Hub REST API operation + /// + public partial class Operation + { + /// + /// Initializes a new instance of the Operation class. + /// + public Operation() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Operation class. + /// + + /// Operation name: {provider}/{resource}/{read | write | action | delete} + /// + + /// The object that represents the operation. + /// + public Operation(string name = default(string), OperationDisplay display = default(OperationDisplay)) + + { + this.Name = name; + this.Display = display; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets operation name: {provider}/{resource}/{read | write | action | delete} + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets or sets the object that represents the operation. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "display")] + public OperationDisplay Display {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/OperationDisplay.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/OperationDisplay.cs new file mode 100644 index 000000000000..bfe49e9a596f --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/OperationDisplay.cs @@ -0,0 +1,78 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The object that represents the operation. + /// + public partial class OperationDisplay + { + /// + /// Initializes a new instance of the OperationDisplay class. + /// + public OperationDisplay() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the OperationDisplay class. + /// + + /// Service provider: Microsoft Devices + /// + + /// Resource Type: IotHubs + /// + + /// Name of the operation + /// + + /// Description of the operation + /// + public OperationDisplay(string provider = default(string), string resource = default(string), string operation = default(string), string description = default(string)) + + { + this.Provider = provider; + this.Resource = resource; + this.Operation = operation; + this.Description = description; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets service provider: Microsoft Devices + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "provider")] + public string Provider {get; private set; } + + /// + /// Gets resource Type: IotHubs + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "resource")] + public string Resource {get; private set; } + + /// + /// Gets name of the operation + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "operation")] + public string Operation {get; private set; } + + /// + /// Gets description of the operation + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "description")] + public string Description {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/OperationInputs.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/OperationInputs.cs new file mode 100644 index 000000000000..9e195647b157 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/OperationInputs.cs @@ -0,0 +1,62 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Input values. + /// + public partial class OperationInputs + { + /// + /// Initializes a new instance of the OperationInputs class. + /// + public OperationInputs() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the OperationInputs class. + /// + + /// The name of the IoT hub to check. + /// + public OperationInputs(string name) + + { + this.Name = name; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the name of the IoT hub to check. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Name"); + } + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/Page.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Page.cs new file mode 100644 index 000000000000..6e635c08743c --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Page.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines a page in Azure responses. + /// + /// Type of the page content items + [Newtonsoft.Json.JsonObject] + public class Page : Microsoft.Rest.Azure.IPage + { + /// + /// Gets the link to the next page. + /// + [Newtonsoft.Json.JsonProperty("nextLink")] + public System.String NextPageLink { get; private set; } + + [Newtonsoft.Json.JsonProperty("value")] + private System.Collections.Generic.IList Items{ get; set; } + + /// + /// Returns an enumerator that iterates through the collection. + /// + /// A an enumerator that can be used to iterate through the collection. + public System.Collections.Generic.IEnumerator GetEnumerator() + { + return (Items == null) ? System.Linq.Enumerable.Empty().GetEnumerator() : Items.GetEnumerator(); + } + + /// + /// Returns an enumerator that iterates through the collection. + /// + /// A an enumerator that can be used to iterate through the collection. + System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() + { + return GetEnumerator(); + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpoint.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpoint.cs new file mode 100644 index 000000000000..8b941e2f8d85 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpoint.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The private endpoint property of a private endpoint connection + /// + public partial class PrivateEndpoint + { + /// + /// Initializes a new instance of the PrivateEndpoint class. + /// + public PrivateEndpoint() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateEndpoint class. + /// + + /// The resource identifier. + /// + public PrivateEndpoint(string id = default(string)) + + { + this.Id = id; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the resource identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs new file mode 100644 index 000000000000..b1c96ed51fc4 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpointConnection.cs @@ -0,0 +1,98 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The private endpoint connection of an IotHub + /// + public partial class PrivateEndpointConnection : Microsoft.Rest.Azure.IResource + { + /// + /// Initializes a new instance of the PrivateEndpointConnection class. + /// + public PrivateEndpointConnection() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateEndpointConnection class. + /// + + /// The resource identifier. + /// + + /// The resource name. + /// + + /// The resource type. + /// + + /// The properties of a private endpoint connection + /// + public PrivateEndpointConnection(PrivateEndpointConnectionProperties properties, string id = default(string), string name = default(string), string type = default(string)) + + { + this.Id = id; + this.Name = name; + this.Type = type; + this.Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the resource identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; private set; } + + /// + /// Gets the resource name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets the resource type. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + + /// + /// Gets or sets the properties of a private endpoint connection + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public PrivateEndpointConnectionProperties Properties {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Properties == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Properties"); + } + + + + if (this.Properties != null) + { + this.Properties.Validate(); + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs new file mode 100644 index 000000000000..c92cf6be7e1c --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateEndpointConnectionProperties.cs @@ -0,0 +1,76 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of a private endpoint connection + /// + public partial class PrivateEndpointConnectionProperties + { + /// + /// Initializes a new instance of the PrivateEndpointConnectionProperties class. + /// + public PrivateEndpointConnectionProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateEndpointConnectionProperties class. + /// + + /// The private endpoint property of a private endpoint connection + /// + + /// The current state of a private endpoint connection + /// + public PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState privateLinkServiceConnectionState, PrivateEndpoint privateEndpoint = default(PrivateEndpoint)) + + { + this.PrivateEndpoint = privateEndpoint; + this.PrivateLinkServiceConnectionState = privateLinkServiceConnectionState; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the private endpoint property of a private endpoint connection + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "privateEndpoint")] + public PrivateEndpoint PrivateEndpoint {get; set; } + + /// + /// Gets or sets the current state of a private endpoint connection + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "privateLinkServiceConnectionState")] + public PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.PrivateLinkServiceConnectionState == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "PrivateLinkServiceConnectionState"); + } + + if (this.PrivateLinkServiceConnectionState != null) + { + this.PrivateLinkServiceConnectionState.Validate(); + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkResources.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkResources.cs new file mode 100644 index 000000000000..d183d391c911 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkResources.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The available private link resources for an IotHub + /// + public partial class PrivateLinkResources + { + /// + /// Initializes a new instance of the PrivateLinkResources class. + /// + public PrivateLinkResources() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateLinkResources class. + /// + + /// The list of available private link resources for an IotHub + /// + public PrivateLinkResources(System.Collections.Generic.IList value = default(System.Collections.Generic.IList)) + + { + this.Value = value; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the list of available private link resources for an IotHub + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs new file mode 100644 index 000000000000..2ff62e18737c --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionState.cs @@ -0,0 +1,89 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The current state of a private endpoint connection + /// + public partial class PrivateLinkServiceConnectionState + { + /// + /// Initializes a new instance of the PrivateLinkServiceConnectionState class. + /// + public PrivateLinkServiceConnectionState() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the PrivateLinkServiceConnectionState class. + /// + + /// The status of a private endpoint connection + /// Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected' + + /// The description for the current state of a private endpoint connection + /// + + /// Actions required for a private endpoint connection + /// + public PrivateLinkServiceConnectionState(string status, string description, string actionsRequired = default(string)) + + { + this.Status = status; + this.Description = description; + this.ActionsRequired = actionsRequired; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the status of a private endpoint connection Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "status")] + public string Status {get; set; } + + /// + /// Gets or sets the description for the current state of a private endpoint + /// connection + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "description")] + public string Description {get; set; } + + /// + /// Gets or sets actions required for a private endpoint connection + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "actionsRequired")] + public string ActionsRequired {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Status == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Status"); + } + if (this.Description == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Description"); + } + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionStatus.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionStatus.cs new file mode 100644 index 000000000000..175060820e2f --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PrivateLinkServiceConnectionStatus.cs @@ -0,0 +1,21 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for PrivateLinkServiceConnectionStatus. + /// + + + public static class PrivateLinkServiceConnectionStatus + { + public const string Pending = "Pending"; + public const string Approved = "Approved"; + public const string Rejected = "Rejected"; + public const string Disconnected = "Disconnected"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/PublicNetworkAccess.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PublicNetworkAccess.cs new file mode 100644 index 000000000000..c2d4f3b76ce7 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/PublicNetworkAccess.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for PublicNetworkAccess. + /// + + + public static class PublicNetworkAccess + { + public const string Enabled = "Enabled"; + public const string Disabled = "Disabled"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RegistryStatistics.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RegistryStatistics.cs new file mode 100644 index 000000000000..f968f1b2a5c9 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RegistryStatistics.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Identity registry statistics. + /// + public partial class RegistryStatistics + { + /// + /// Initializes a new instance of the RegistryStatistics class. + /// + public RegistryStatistics() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RegistryStatistics class. + /// + + /// The total count of devices in the identity registry. + /// + + /// The count of enabled devices in the identity registry. + /// + + /// The count of disabled devices in the identity registry. + /// + public RegistryStatistics(long? totalDeviceCount = default(long?), long? enabledDeviceCount = default(long?), long? disabledDeviceCount = default(long?)) + + { + this.TotalDeviceCount = totalDeviceCount; + this.EnabledDeviceCount = enabledDeviceCount; + this.DisabledDeviceCount = disabledDeviceCount; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the total count of devices in the identity registry. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "totalDeviceCount")] + public long? TotalDeviceCount {get; private set; } + + /// + /// Gets the count of enabled devices in the identity registry. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enabledDeviceCount")] + public long? EnabledDeviceCount {get; private set; } + + /// + /// Gets the count of disabled devices in the identity registry. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "disabledDeviceCount")] + public long? DisabledDeviceCount {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/Resource.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Resource.cs new file mode 100644 index 000000000000..36f2634bd355 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/Resource.cs @@ -0,0 +1,112 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The common properties of an Azure resource. + /// + public partial class Resource : Microsoft.Rest.Azure.IResource + { + /// + /// Initializes a new instance of the Resource class. + /// + public Resource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Resource class. + /// + + /// The resource identifier. + /// + + /// The resource name. + /// + + /// The resource type. + /// + + /// The resource location. + /// + + /// The resource tags. + /// + public Resource(string location, string id = default(string), string name = default(string), string type = default(string), System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary)) + + { + this.Id = id; + this.Name = name; + this.Type = type; + this.Location = location; + this.Tags = tags; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets the resource identifier. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; private set; } + + /// + /// Gets the resource name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; private set; } + + /// + /// Gets the resource type. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; private set; } + + /// + /// Gets or sets the resource location. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "location")] + public string Location {get; set; } + + /// + /// Gets or sets the resource tags. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "tags")] + public System.Collections.Generic.IDictionary Tags {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Location == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Location"); + } + + if (this.Name != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(this.Name, "^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "Name", "^(?![0-9]+$)(?!-)[a-zA-Z0-9-]{2,49}[a-zA-Z0-9]$"); + } + } + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/ResourceIdentityType.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ResourceIdentityType.cs new file mode 100644 index 000000000000..7cb379955db3 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/ResourceIdentityType.cs @@ -0,0 +1,63 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for ResourceIdentityType. + /// + + + [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))] + public enum ResourceIdentityType + { + [System.Runtime.Serialization.EnumMember(Value = "SystemAssigned")] + SystemAssigned, + [System.Runtime.Serialization.EnumMember(Value = "UserAssigned")] + UserAssigned, + [System.Runtime.Serialization.EnumMember(Value = "SystemAssigned, UserAssigned")] + SystemAssignedUserAssigned, + [System.Runtime.Serialization.EnumMember(Value = "None")] + None + } + internal static class ResourceIdentityTypeEnumExtension + { + internal static string ToSerializedValue(this ResourceIdentityType? value) + { + return value == null ? null : ((ResourceIdentityType)value).ToSerializedValue(); + } + internal static string ToSerializedValue(this ResourceIdentityType value) + { + switch( value ) + { + case ResourceIdentityType.SystemAssigned: + return "SystemAssigned"; + case ResourceIdentityType.UserAssigned: + return "UserAssigned"; + case ResourceIdentityType.SystemAssignedUserAssigned: + return "SystemAssigned, UserAssigned"; + case ResourceIdentityType.None: + return "None"; + } + return null; + } + internal static ResourceIdentityType? ParseResourceIdentityType(this string value) + { + switch( value ) + { + case "SystemAssigned": + return ResourceIdentityType.SystemAssigned; + case "UserAssigned": + return ResourceIdentityType.UserAssigned; + case "SystemAssigned, UserAssigned": + return ResourceIdentityType.SystemAssignedUserAssigned; + case "None": + return ResourceIdentityType.None; + } + return null; + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteCompilationError.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteCompilationError.cs new file mode 100644 index 000000000000..2979af49724e --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteCompilationError.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Compilation error when evaluating route + /// + public partial class RouteCompilationError + { + /// + /// Initializes a new instance of the RouteCompilationError class. + /// + public RouteCompilationError() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RouteCompilationError class. + /// + + /// Route error message + /// + + /// Severity of the route error + /// Possible values include: 'error', 'warning' + + /// Location where the route error happened + /// + public RouteCompilationError(string message = default(string), string severity = default(string), RouteErrorRange location = default(RouteErrorRange)) + + { + this.Message = message; + this.Severity = severity; + this.Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets route error message + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "message")] + public string Message {get; set; } + + /// + /// Gets or sets severity of the route error Possible values include: 'error', 'warning' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "severity")] + public string Severity {get; set; } + + /// + /// Gets or sets location where the route error happened + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "location")] + public RouteErrorRange Location {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorPosition.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorPosition.cs new file mode 100644 index 000000000000..64d9a7014d2f --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorPosition.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Position where the route error happened + /// + public partial class RouteErrorPosition + { + /// + /// Initializes a new instance of the RouteErrorPosition class. + /// + public RouteErrorPosition() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RouteErrorPosition class. + /// + + /// Line where the route error happened + /// + + /// Column where the route error happened + /// + public RouteErrorPosition(int? line = default(int?), int? column = default(int?)) + + { + this.Line = line; + this.Column = column; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets line where the route error happened + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "line")] + public int? Line {get; set; } + + /// + /// Gets or sets column where the route error happened + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "column")] + public int? Column {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorRange.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorRange.cs new file mode 100644 index 000000000000..05aa8162c36c --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorRange.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Range of route errors + /// + public partial class RouteErrorRange + { + /// + /// Initializes a new instance of the RouteErrorRange class. + /// + public RouteErrorRange() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RouteErrorRange class. + /// + + /// Start where the route error happened + /// + + /// End where the route error happened + /// + public RouteErrorRange(RouteErrorPosition start = default(RouteErrorPosition), RouteErrorPosition end = default(RouteErrorPosition)) + + { + this.Start = start; + this.End = end; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets start where the route error happened + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "start")] + public RouteErrorPosition Start {get; set; } + + /// + /// Gets or sets end where the route error happened + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "end")] + public RouteErrorPosition End {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorSeverity.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorSeverity.cs new file mode 100644 index 000000000000..b710795caf8c --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteErrorSeverity.cs @@ -0,0 +1,19 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for RouteErrorSeverity. + /// + + + public static class RouteErrorSeverity + { + public const string Error = "error"; + public const string Warning = "warning"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteProperties.cs new file mode 100644 index 000000000000..7e8222969e19 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RouteProperties.cs @@ -0,0 +1,145 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of a routing rule that your IoT hub uses to route messages + /// to endpoints. + /// + public partial class RouteProperties + { + /// + /// Initializes a new instance of the RouteProperties class. + /// + public RouteProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RouteProperties class. + /// + + /// The name of the route. The name can only include alphanumeric characters, + /// periods, underscores, hyphens, has a maximum length of 64 characters, and + /// must be unique. + /// + + /// The source that the routing rule is to be applied to, such as + /// DeviceMessages. + /// Possible values include: 'Invalid', 'DeviceMessages', 'TwinChangeEvents', + /// 'DeviceLifecycleEvents', 'DeviceJobLifecycleEvents', + /// 'DeviceConnectionStateEvents' + + /// The condition that is evaluated to apply the routing rule. If no condition + /// is provided, it evaluates to true by default. For grammar, see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language + /// + + /// The list of endpoints to which messages that satisfy the condition are + /// routed. Currently only one endpoint is allowed. + /// + + /// Used to specify whether a route is enabled. + /// + public RouteProperties(string name, string source, System.Collections.Generic.IList endpointNames, bool isEnabled, string condition = default(string)) + + { + this.Name = name; + this.Source = source; + this.Condition = condition; + this.EndpointNames = endpointNames; + this.IsEnabled = isEnabled; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the name of the route. The name can only include alphanumeric + /// characters, periods, underscores, hyphens, has a maximum length of 64 + /// characters, and must be unique. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets or sets the source that the routing rule is to be applied to, such as + /// DeviceMessages. Possible values include: 'Invalid', 'DeviceMessages', 'TwinChangeEvents', 'DeviceLifecycleEvents', 'DeviceJobLifecycleEvents', 'DeviceConnectionStateEvents' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "source")] + public string Source {get; set; } + + /// + /// Gets or sets the condition that is evaluated to apply the routing rule. If + /// no condition is provided, it evaluates to true by default. For grammar, + /// see: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "condition")] + public string Condition {get; set; } + + /// + /// Gets or sets the list of endpoints to which messages that satisfy the + /// condition are routed. Currently only one endpoint is allowed. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpointNames")] + public System.Collections.Generic.IList EndpointNames {get; set; } + + /// + /// Gets or sets used to specify whether a route is enabled. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "isEnabled")] + public bool IsEnabled {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Name"); + } + if (this.Source == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Source"); + } + if (this.EndpointNames == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "EndpointNames"); + } + if (this.Name != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(this.Name, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "Name", "^[A-Za-z0-9-._]{1,64}$"); + } + } + + + if (this.EndpointNames != null) + { + if (this.EndpointNames.Count > 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MaxItems, "EndpointNames", 1); + } + if (this.EndpointNames.Count < 1) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.MinItems, "EndpointNames", 1); + } + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingEndpoints.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingEndpoints.cs new file mode 100644 index 000000000000..df761579b0f2 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingEndpoints.cs @@ -0,0 +1,91 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties related to the custom endpoints to which your IoT hub routes + /// messages based on the routing rules. A maximum of 10 custom endpoints are + /// allowed across all endpoint types for paid hubs and only 1 custom endpoint + /// is allowed across all endpoint types for free hubs. + /// + public partial class RoutingEndpoints + { + /// + /// Initializes a new instance of the RoutingEndpoints class. + /// + public RoutingEndpoints() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RoutingEndpoints class. + /// + + /// The list of Service Bus queue endpoints that IoT hub routes the messages + /// to, based on the routing rules. + /// + + /// The list of Service Bus topic endpoints that the IoT hub routes the + /// messages to, based on the routing rules. + /// + + /// The list of Event Hubs endpoints that IoT hub routes messages to, based on + /// the routing rules. This list does not include the built-in Event Hubs + /// endpoint. + /// + + /// The list of storage container endpoints that IoT hub routes messages to, + /// based on the routing rules. + /// + public RoutingEndpoints(System.Collections.Generic.IList serviceBusQueues = default(System.Collections.Generic.IList), System.Collections.Generic.IList serviceBusTopics = default(System.Collections.Generic.IList), System.Collections.Generic.IList eventHubs = default(System.Collections.Generic.IList), System.Collections.Generic.IList storageContainers = default(System.Collections.Generic.IList)) + + { + this.ServiceBusQueues = serviceBusQueues; + this.ServiceBusTopics = serviceBusTopics; + this.EventHubs = eventHubs; + this.StorageContainers = storageContainers; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the list of Service Bus queue endpoints that IoT hub routes + /// the messages to, based on the routing rules. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "serviceBusQueues")] + public System.Collections.Generic.IList ServiceBusQueues {get; set; } + + /// + /// Gets or sets the list of Service Bus topic endpoints that the IoT hub + /// routes the messages to, based on the routing rules. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "serviceBusTopics")] + public System.Collections.Generic.IList ServiceBusTopics {get; set; } + + /// + /// Gets or sets the list of Event Hubs endpoints that IoT hub routes messages + /// to, based on the routing rules. This list does not include the built-in + /// Event Hubs endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "eventHubs")] + public System.Collections.Generic.IList EventHubs {get; set; } + + /// + /// Gets or sets the list of storage container endpoints that IoT hub routes + /// messages to, based on the routing rules. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "storageContainers")] + public System.Collections.Generic.IList StorageContainers {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingEventHubProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingEventHubProperties.cs new file mode 100644 index 000000000000..792b93a5dab9 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingEventHubProperties.cs @@ -0,0 +1,165 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties related to an event hub endpoint. + /// + public partial class RoutingEventHubProperties + { + /// + /// Initializes a new instance of the RoutingEventHubProperties class. + /// + public RoutingEventHubProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RoutingEventHubProperties class. + /// + + /// Id of the event hub endpoint + /// + + /// The connection string of the event hub endpoint. + /// + + /// The url of the event hub endpoint. It must include the protocol sb:// + /// + + /// Event hub name on the event hub namespace + /// + + /// Method used to authenticate against the event hub endpoint + /// Possible values include: 'keyBased', 'identityBased' + + /// Managed identity properties of routing event hub endpoint. + /// + + /// The name that identifies this endpoint. The name can only include + /// alphanumeric characters, periods, underscores, hyphens and has a maximum + /// length of 64 characters. The following names are reserved: events, + /// fileNotifications, $default. Endpoint names must be unique across endpoint + /// types. + /// + + /// The subscription identifier of the event hub endpoint. + /// + + /// The name of the resource group of the event hub endpoint. + /// + public RoutingEventHubProperties(string name, string id = default(string), string connectionString = default(string), string endpointUri = default(string), string entityPath = default(string), string authenticationType = default(string), ManagedIdentity identity = default(ManagedIdentity), string subscriptionId = default(string), string resourceGroup = default(string)) + + { + this.Id = id; + this.ConnectionString = connectionString; + this.EndpointUri = endpointUri; + this.EntityPath = entityPath; + this.AuthenticationType = authenticationType; + this.Identity = identity; + this.Name = name; + this.SubscriptionId = subscriptionId; + this.ResourceGroup = resourceGroup; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets id of the event hub endpoint + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; set; } + + /// + /// Gets or sets the connection string of the event hub endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "connectionString")] + public string ConnectionString {get; set; } + + /// + /// Gets or sets the url of the event hub endpoint. It must include the + /// protocol sb:// + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpointUri")] + public string EndpointUri {get; set; } + + /// + /// Gets or sets event hub name on the event hub namespace + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "entityPath")] + public string EntityPath {get; set; } + + /// + /// Gets or sets method used to authenticate against the event hub endpoint Possible values include: 'keyBased', 'identityBased' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authenticationType")] + public string AuthenticationType {get; set; } + + /// + /// Gets or sets managed identity properties of routing event hub endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "identity")] + public ManagedIdentity Identity {get; set; } + + /// + /// Gets or sets the name that identifies this endpoint. The name can only + /// include alphanumeric characters, periods, underscores, hyphens and has a + /// maximum length of 64 characters. The following names are reserved: events, + /// fileNotifications, $default. Endpoint names must be unique across endpoint + /// types. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets or sets the subscription identifier of the event hub endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "subscriptionId")] + public string SubscriptionId {get; set; } + + /// + /// Gets or sets the name of the resource group of the event hub endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "resourceGroup")] + public string ResourceGroup {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Name"); + } + + + + + + + if (this.Name != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(this.Name, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "Name", "^[A-Za-z0-9-._]{1,64}$"); + } + } + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingMessage.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingMessage.cs new file mode 100644 index 000000000000..201ca0fb3603 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingMessage.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Routing message + /// + public partial class RoutingMessage + { + /// + /// Initializes a new instance of the RoutingMessage class. + /// + public RoutingMessage() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RoutingMessage class. + /// + + /// Body of routing message + /// + + /// App properties + /// + + /// System properties + /// + public RoutingMessage(string body = default(string), System.Collections.Generic.IDictionary appProperties = default(System.Collections.Generic.IDictionary), System.Collections.Generic.IDictionary systemProperties = default(System.Collections.Generic.IDictionary)) + + { + this.Body = body; + this.AppProperties = appProperties; + this.SystemProperties = systemProperties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets body of routing message + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "body")] + public string Body {get; set; } + + /// + /// Gets or sets app properties + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "appProperties")] + public System.Collections.Generic.IDictionary AppProperties {get; set; } + + /// + /// Gets or sets system properties + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "systemProperties")] + public System.Collections.Generic.IDictionary SystemProperties {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingProperties.cs new file mode 100644 index 000000000000..154ac9d60e94 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingProperties.cs @@ -0,0 +1,137 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The routing related properties of the IoT hub. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging + /// + public partial class RoutingProperties + { + /// + /// Initializes a new instance of the RoutingProperties class. + /// + public RoutingProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RoutingProperties class. + /// + + /// The properties related to the custom endpoints to which your IoT hub routes + /// messages based on the routing rules. A maximum of 10 custom endpoints are + /// allowed across all endpoint types for paid hubs and only 1 custom endpoint + /// is allowed across all endpoint types for free hubs. + /// + + /// The list of user-provided routing rules that the IoT hub uses to route + /// messages to built-in and custom endpoints. A maximum of 100 routing rules + /// are allowed for paid hubs and a maximum of 5 routing rules are allowed for + /// free hubs. + /// + + /// The properties of the route that is used as a fall-back route when none of + /// the conditions specified in the 'routes' section are met. This is an + /// optional parameter. When this property is not set, the messages which do + /// not meet any of the conditions specified in the 'routes' section get routed + /// to the built-in eventhub endpoint. + /// + + /// The list of user-provided enrichments that the IoT hub applies to messages + /// to be delivered to built-in and custom endpoints. See: + /// https://aka.ms/telemetryoneventgrid + /// + public RoutingProperties(RoutingEndpoints endpoints = default(RoutingEndpoints), System.Collections.Generic.IList routes = default(System.Collections.Generic.IList), FallbackRouteProperties fallbackRoute = default(FallbackRouteProperties), System.Collections.Generic.IList enrichments = default(System.Collections.Generic.IList)) + + { + this.Endpoints = endpoints; + this.Routes = routes; + this.FallbackRoute = fallbackRoute; + this.Enrichments = enrichments; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the properties related to the custom endpoints to which your + /// IoT hub routes messages based on the routing rules. A maximum of 10 custom + /// endpoints are allowed across all endpoint types for paid hubs and only 1 + /// custom endpoint is allowed across all endpoint types for free hubs. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpoints")] + public RoutingEndpoints Endpoints {get; set; } + + /// + /// Gets or sets the list of user-provided routing rules that the IoT hub uses + /// to route messages to built-in and custom endpoints. A maximum of 100 + /// routing rules are allowed for paid hubs and a maximum of 5 routing rules + /// are allowed for free hubs. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "routes")] + public System.Collections.Generic.IList Routes {get; set; } + + /// + /// Gets or sets the properties of the route that is used as a fall-back route + /// when none of the conditions specified in the 'routes' section are met. This + /// is an optional parameter. When this property is not set, the messages which + /// do not meet any of the conditions specified in the 'routes' section get + /// routed to the built-in eventhub endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "fallbackRoute")] + public FallbackRouteProperties FallbackRoute {get; set; } + + /// + /// Gets or sets the list of user-provided enrichments that the IoT hub applies + /// to messages to be delivered to built-in and custom endpoints. See: + /// https://aka.ms/telemetryoneventgrid + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "enrichments")] + public System.Collections.Generic.IList Enrichments {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + + if (this.Routes != null) + { + foreach (var element in this.Routes) + { + if (element != null) + { + element.Validate(); + } + } + } + if (this.FallbackRoute != null) + { + this.FallbackRoute.Validate(); + } + if (this.Enrichments != null) + { + foreach (var element in this.Enrichments) + { + if (element != null) + { + element.Validate(); + } + } + } + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingServiceBusQueueEndpointProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingServiceBusQueueEndpointProperties.cs new file mode 100644 index 000000000000..8f126ac90d7b --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingServiceBusQueueEndpointProperties.cs @@ -0,0 +1,169 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties related to service bus queue endpoint types. + /// + public partial class RoutingServiceBusQueueEndpointProperties + { + /// + /// Initializes a new instance of the RoutingServiceBusQueueEndpointProperties class. + /// + public RoutingServiceBusQueueEndpointProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RoutingServiceBusQueueEndpointProperties class. + /// + + /// Id of the service bus queue endpoint + /// + + /// The connection string of the service bus queue endpoint. + /// + + /// The url of the service bus queue endpoint. It must include the protocol + /// sb:// + /// + + /// Queue name on the service bus namespace + /// + + /// Method used to authenticate against the service bus queue endpoint + /// Possible values include: 'keyBased', 'identityBased' + + /// Managed identity properties of routing service bus queue endpoint. + /// + + /// The name that identifies this endpoint. The name can only include + /// alphanumeric characters, periods, underscores, hyphens and has a maximum + /// length of 64 characters. The following names are reserved: events, + /// fileNotifications, $default. Endpoint names must be unique across endpoint + /// types. The name need not be the same as the actual queue name. + /// + + /// The subscription identifier of the service bus queue endpoint. + /// + + /// The name of the resource group of the service bus queue endpoint. + /// + public RoutingServiceBusQueueEndpointProperties(string name, string id = default(string), string connectionString = default(string), string endpointUri = default(string), string entityPath = default(string), string authenticationType = default(string), ManagedIdentity identity = default(ManagedIdentity), string subscriptionId = default(string), string resourceGroup = default(string)) + + { + this.Id = id; + this.ConnectionString = connectionString; + this.EndpointUri = endpointUri; + this.EntityPath = entityPath; + this.AuthenticationType = authenticationType; + this.Identity = identity; + this.Name = name; + this.SubscriptionId = subscriptionId; + this.ResourceGroup = resourceGroup; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets id of the service bus queue endpoint + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; set; } + + /// + /// Gets or sets the connection string of the service bus queue endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "connectionString")] + public string ConnectionString {get; set; } + + /// + /// Gets or sets the url of the service bus queue endpoint. It must include the + /// protocol sb:// + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpointUri")] + public string EndpointUri {get; set; } + + /// + /// Gets or sets queue name on the service bus namespace + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "entityPath")] + public string EntityPath {get; set; } + + /// + /// Gets or sets method used to authenticate against the service bus queue + /// endpoint Possible values include: 'keyBased', 'identityBased' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authenticationType")] + public string AuthenticationType {get; set; } + + /// + /// Gets or sets managed identity properties of routing service bus queue + /// endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "identity")] + public ManagedIdentity Identity {get; set; } + + /// + /// Gets or sets the name that identifies this endpoint. The name can only + /// include alphanumeric characters, periods, underscores, hyphens and has a + /// maximum length of 64 characters. The following names are reserved: events, + /// fileNotifications, $default. Endpoint names must be unique across endpoint + /// types. The name need not be the same as the actual queue name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets or sets the subscription identifier of the service bus queue endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "subscriptionId")] + public string SubscriptionId {get; set; } + + /// + /// Gets or sets the name of the resource group of the service bus queue + /// endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "resourceGroup")] + public string ResourceGroup {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Name"); + } + + + + + + + if (this.Name != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(this.Name, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "Name", "^[A-Za-z0-9-._]{1,64}$"); + } + } + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingServiceBusTopicEndpointProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingServiceBusTopicEndpointProperties.cs new file mode 100644 index 000000000000..2b74e8a10c75 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingServiceBusTopicEndpointProperties.cs @@ -0,0 +1,169 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties related to service bus topic endpoint types. + /// + public partial class RoutingServiceBusTopicEndpointProperties + { + /// + /// Initializes a new instance of the RoutingServiceBusTopicEndpointProperties class. + /// + public RoutingServiceBusTopicEndpointProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RoutingServiceBusTopicEndpointProperties class. + /// + + /// Id of the service bus topic endpoint + /// + + /// The connection string of the service bus topic endpoint. + /// + + /// The url of the service bus topic endpoint. It must include the protocol + /// sb:// + /// + + /// Queue name on the service bus topic + /// + + /// Method used to authenticate against the service bus topic endpoint + /// Possible values include: 'keyBased', 'identityBased' + + /// Managed identity properties of routing service bus topic endpoint. + /// + + /// The name that identifies this endpoint. The name can only include + /// alphanumeric characters, periods, underscores, hyphens and has a maximum + /// length of 64 characters. The following names are reserved: events, + /// fileNotifications, $default. Endpoint names must be unique across endpoint + /// types. The name need not be the same as the actual topic name. + /// + + /// The subscription identifier of the service bus topic endpoint. + /// + + /// The name of the resource group of the service bus topic endpoint. + /// + public RoutingServiceBusTopicEndpointProperties(string name, string id = default(string), string connectionString = default(string), string endpointUri = default(string), string entityPath = default(string), string authenticationType = default(string), ManagedIdentity identity = default(ManagedIdentity), string subscriptionId = default(string), string resourceGroup = default(string)) + + { + this.Id = id; + this.ConnectionString = connectionString; + this.EndpointUri = endpointUri; + this.EntityPath = entityPath; + this.AuthenticationType = authenticationType; + this.Identity = identity; + this.Name = name; + this.SubscriptionId = subscriptionId; + this.ResourceGroup = resourceGroup; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets id of the service bus topic endpoint + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; set; } + + /// + /// Gets or sets the connection string of the service bus topic endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "connectionString")] + public string ConnectionString {get; set; } + + /// + /// Gets or sets the url of the service bus topic endpoint. It must include the + /// protocol sb:// + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpointUri")] + public string EndpointUri {get; set; } + + /// + /// Gets or sets queue name on the service bus topic + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "entityPath")] + public string EntityPath {get; set; } + + /// + /// Gets or sets method used to authenticate against the service bus topic + /// endpoint Possible values include: 'keyBased', 'identityBased' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authenticationType")] + public string AuthenticationType {get; set; } + + /// + /// Gets or sets managed identity properties of routing service bus topic + /// endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "identity")] + public ManagedIdentity Identity {get; set; } + + /// + /// Gets or sets the name that identifies this endpoint. The name can only + /// include alphanumeric characters, periods, underscores, hyphens and has a + /// maximum length of 64 characters. The following names are reserved: events, + /// fileNotifications, $default. Endpoint names must be unique across endpoint + /// types. The name need not be the same as the actual topic name. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets or sets the subscription identifier of the service bus topic endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "subscriptionId")] + public string SubscriptionId {get; set; } + + /// + /// Gets or sets the name of the resource group of the service bus topic + /// endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "resourceGroup")] + public string ResourceGroup {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Name"); + } + + + + + + + if (this.Name != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(this.Name, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "Name", "^[A-Za-z0-9-._]{1,64}$"); + } + } + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingSource.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingSource.cs new file mode 100644 index 000000000000..19fd8f05079e --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingSource.cs @@ -0,0 +1,23 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + + /// + /// Defines values for RoutingSource. + /// + + + public static class RoutingSource + { + public const string Invalid = "Invalid"; + public const string DeviceMessages = "DeviceMessages"; + public const string TwinChangeEvents = "TwinChangeEvents"; + public const string DeviceLifecycleEvents = "DeviceLifecycleEvents"; + public const string DeviceJobLifecycleEvents = "DeviceJobLifecycleEvents"; + public const string DeviceConnectionStateEvents = "DeviceConnectionStateEvents"; + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingStorageContainerProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingStorageContainerProperties.cs new file mode 100644 index 000000000000..0ae7f3463993 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingStorageContainerProperties.cs @@ -0,0 +1,246 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties related to a storage container endpoint. + /// + public partial class RoutingStorageContainerProperties + { + /// + /// Initializes a new instance of the RoutingStorageContainerProperties class. + /// + public RoutingStorageContainerProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RoutingStorageContainerProperties class. + /// + + /// Id of the storage container endpoint + /// + + /// The connection string of the storage account. + /// + + /// The url of the storage endpoint. It must include the protocol https:// + /// + + /// Method used to authenticate against the storage endpoint + /// Possible values include: 'keyBased', 'identityBased' + + /// Managed identity properties of routing storage endpoint. + /// + + /// The name that identifies this endpoint. The name can only include + /// alphanumeric characters, periods, underscores, hyphens and has a maximum + /// length of 64 characters. The following names are reserved: events, + /// fileNotifications, $default. Endpoint names must be unique across endpoint + /// types. + /// + + /// The subscription identifier of the storage account. + /// + + /// The name of the resource group of the storage account. + /// + + /// The name of storage container in the storage account. + /// + + /// File name format for the blob. Default format is + /// {iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}. All parameters are + /// mandatory but can be reordered. + /// + + /// Time interval at which blobs are written to storage. Value should be + /// between 60 and 720 seconds. Default value is 300 seconds. + /// + + /// Maximum number of bytes for each blob written to storage. Value should be + /// between 10485760(10MB) and 524288000(500MB). Default value is + /// 314572800(300MB). + /// + + /// Encoding that is used to serialize messages to blobs. Supported values are + /// 'avro', 'avrodeflate', and 'JSON'. Default value is 'avro'. + /// Possible values include: 'Avro', 'AvroDeflate', 'JSON' + public RoutingStorageContainerProperties(string name, string containerName, string id = default(string), string connectionString = default(string), string endpointUri = default(string), string authenticationType = default(string), ManagedIdentity identity = default(ManagedIdentity), string subscriptionId = default(string), string resourceGroup = default(string), string fileNameFormat = default(string), int? batchFrequencyInSeconds = default(int?), int? maxChunkSizeInBytes = default(int?), string encoding = default(string)) + + { + this.Id = id; + this.ConnectionString = connectionString; + this.EndpointUri = endpointUri; + this.AuthenticationType = authenticationType; + this.Identity = identity; + this.Name = name; + this.SubscriptionId = subscriptionId; + this.ResourceGroup = resourceGroup; + this.ContainerName = containerName; + this.FileNameFormat = fileNameFormat; + this.BatchFrequencyInSeconds = batchFrequencyInSeconds; + this.MaxChunkSizeInBytes = maxChunkSizeInBytes; + this.Encoding = encoding; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets id of the storage container endpoint + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; set; } + + /// + /// Gets or sets the connection string of the storage account. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "connectionString")] + public string ConnectionString {get; set; } + + /// + /// Gets or sets the url of the storage endpoint. It must include the protocol + /// https:// + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "endpointUri")] + public string EndpointUri {get; set; } + + /// + /// Gets or sets method used to authenticate against the storage endpoint Possible values include: 'keyBased', 'identityBased' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authenticationType")] + public string AuthenticationType {get; set; } + + /// + /// Gets or sets managed identity properties of routing storage endpoint. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "identity")] + public ManagedIdentity Identity {get; set; } + + /// + /// Gets or sets the name that identifies this endpoint. The name can only + /// include alphanumeric characters, periods, underscores, hyphens and has a + /// maximum length of 64 characters. The following names are reserved: events, + /// fileNotifications, $default. Endpoint names must be unique across endpoint + /// types. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public string Name {get; set; } + + /// + /// Gets or sets the subscription identifier of the storage account. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "subscriptionId")] + public string SubscriptionId {get; set; } + + /// + /// Gets or sets the name of the resource group of the storage account. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "resourceGroup")] + public string ResourceGroup {get; set; } + + /// + /// Gets or sets the name of storage container in the storage account. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "containerName")] + public string ContainerName {get; set; } + + /// + /// Gets or sets file name format for the blob. Default format is + /// {iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}. All parameters are + /// mandatory but can be reordered. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "fileNameFormat")] + public string FileNameFormat {get; set; } + + /// + /// Gets or sets time interval at which blobs are written to storage. Value + /// should be between 60 and 720 seconds. Default value is 300 seconds. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "batchFrequencyInSeconds")] + public int? BatchFrequencyInSeconds {get; set; } + + /// + /// Gets or sets maximum number of bytes for each blob written to storage. + /// Value should be between 10485760(10MB) and 524288000(500MB). Default value + /// is 314572800(300MB). + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "maxChunkSizeInBytes")] + public int? MaxChunkSizeInBytes {get; set; } + + /// + /// Gets or sets encoding that is used to serialize messages to blobs. + /// Supported values are 'avro', 'avrodeflate', and 'JSON'. Default value is + /// 'avro'. Possible values include: 'Avro', 'AvroDeflate', 'JSON' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "encoding")] + public string Encoding {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Name == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Name"); + } + if (this.ContainerName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ContainerName"); + } + + + + + + if (this.Name != null) + { + if (!System.Text.RegularExpressions.Regex.IsMatch(this.Name, "^[A-Za-z0-9-._]{1,64}$")) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.Pattern, "Name", "^[A-Za-z0-9-._]{1,64}$"); + } + } + + + + + if (this.BatchFrequencyInSeconds != null) + { + if (this.BatchFrequencyInSeconds > 720) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "BatchFrequencyInSeconds", 720); + } + if (this.BatchFrequencyInSeconds < 60) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "BatchFrequencyInSeconds", 60); + } + } + if (this.MaxChunkSizeInBytes != null) + { + if (this.MaxChunkSizeInBytes > 524288000) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMaximum, "MaxChunkSizeInBytes", 524288000); + } + if (this.MaxChunkSizeInBytes < 10485760) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.InclusiveMinimum, "MaxChunkSizeInBytes", 10485760); + } + } + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingTwin.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingTwin.cs new file mode 100644 index 000000000000..44c873c42004 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingTwin.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Twin reference input parameter. This is an optional parameter + /// + public partial class RoutingTwin + { + /// + /// Initializes a new instance of the RoutingTwin class. + /// + public RoutingTwin() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RoutingTwin class. + /// + + /// Twin Tags + /// + + /// + /// + public RoutingTwin(object tags = default(object), RoutingTwinProperties properties = default(RoutingTwinProperties)) + + { + this.Tags = tags; + this.Properties = properties; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets twin Tags + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "tags")] + public object Tags {get; set; } + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "properties")] + public RoutingTwinProperties Properties {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingTwinProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingTwinProperties.cs new file mode 100644 index 000000000000..157646a16097 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/RoutingTwinProperties.cs @@ -0,0 +1,55 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + public partial class RoutingTwinProperties + { + /// + /// Initializes a new instance of the RoutingTwinProperties class. + /// + public RoutingTwinProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RoutingTwinProperties class. + /// + + /// Twin desired properties + /// + + /// Twin desired properties + /// + public RoutingTwinProperties(object desired = default(object), object reported = default(object)) + + { + this.Desired = desired; + this.Reported = reported; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets twin desired properties + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "desired")] + public object Desired {get; set; } + + /// + /// Gets or sets twin desired properties + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "reported")] + public object Reported {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/SharedAccessSignatureAuthorizationRule.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/SharedAccessSignatureAuthorizationRule.cs new file mode 100644 index 000000000000..e4864113f39c --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/SharedAccessSignatureAuthorizationRule.cs @@ -0,0 +1,103 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of an IoT hub shared access policy. + /// + public partial class SharedAccessSignatureAuthorizationRule + { + /// + /// Initializes a new instance of the SharedAccessSignatureAuthorizationRule class. + /// + public SharedAccessSignatureAuthorizationRule() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SharedAccessSignatureAuthorizationRule class. + /// + + /// The name of the shared access policy. + /// + + /// The primary key. + /// + + /// The secondary key. + /// + + /// The permissions assigned to the shared access policy. + /// Possible values include: 'RegistryRead', 'RegistryWrite', 'ServiceConnect', + /// 'DeviceConnect', 'RegistryRead, RegistryWrite', 'RegistryRead, + /// ServiceConnect', 'RegistryRead, DeviceConnect', 'RegistryWrite, + /// ServiceConnect', 'RegistryWrite, DeviceConnect', 'ServiceConnect, + /// DeviceConnect', 'RegistryRead, RegistryWrite, ServiceConnect', + /// 'RegistryRead, RegistryWrite, DeviceConnect', 'RegistryRead, + /// ServiceConnect, DeviceConnect', 'RegistryWrite, ServiceConnect, + /// DeviceConnect', 'RegistryRead, RegistryWrite, ServiceConnect, + /// DeviceConnect' + public SharedAccessSignatureAuthorizationRule(string keyName, AccessRights rights, string primaryKey = default(string), string secondaryKey = default(string)) + + { + this.KeyName = keyName; + this.PrimaryKey = primaryKey; + this.SecondaryKey = secondaryKey; + this.Rights = rights; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the name of the shared access policy. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "keyName")] + public string KeyName {get; set; } + + /// + /// Gets or sets the primary key. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "primaryKey")] + public string PrimaryKey {get; set; } + + /// + /// Gets or sets the secondary key. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "secondaryKey")] + public string SecondaryKey {get; set; } + + /// + /// Gets or sets the permissions assigned to the shared access policy. Possible values include: 'RegistryRead', 'RegistryWrite', 'ServiceConnect', 'DeviceConnect', 'RegistryRead, RegistryWrite', 'RegistryRead, ServiceConnect', 'RegistryRead, DeviceConnect', 'RegistryWrite, ServiceConnect', 'RegistryWrite, DeviceConnect', 'ServiceConnect, DeviceConnect', 'RegistryRead, RegistryWrite, ServiceConnect', 'RegistryRead, RegistryWrite, DeviceConnect', 'RegistryRead, ServiceConnect, DeviceConnect', 'RegistryWrite, ServiceConnect, DeviceConnect', 'RegistryRead, RegistryWrite, ServiceConnect, DeviceConnect' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "rights")] + public AccessRights Rights {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.KeyName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "KeyName"); + } + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/StorageEndpointProperties.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/StorageEndpointProperties.cs new file mode 100644 index 000000000000..c906b28f9442 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/StorageEndpointProperties.cs @@ -0,0 +1,121 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// The properties of the Azure Storage endpoint for file upload. + /// + public partial class StorageEndpointProperties + { + /// + /// Initializes a new instance of the StorageEndpointProperties class. + /// + public StorageEndpointProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the StorageEndpointProperties class. + /// + + /// The period of time for which the SAS URI generated by IoT Hub for file + /// upload is valid. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options. + /// + + /// The connection string for the Azure Storage account to which files are + /// uploaded. + /// + + /// The name of the root container where you upload files. The container need + /// not exist but should be creatable using the connectionString specified. + /// + + /// Specifies authentication type being used for connecting to the storage + /// account. + /// Possible values include: 'keyBased', 'identityBased' + + /// Managed identity properties of storage endpoint for file upload. + /// + public StorageEndpointProperties(string connectionString, string containerName, System.TimeSpan? sasTtlAsIso8601 = default(System.TimeSpan?), string authenticationType = default(string), ManagedIdentity identity = default(ManagedIdentity)) + + { + this.SasTtlAsIso8601 = sasTtlAsIso8601; + this.ConnectionString = connectionString; + this.ContainerName = containerName; + this.AuthenticationType = authenticationType; + this.Identity = identity; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the period of time for which the SAS URI generated by IoT Hub + /// for file upload is valid. See: + /// https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "sasTtlAsIso8601")] + public System.TimeSpan? SasTtlAsIso8601 {get; set; } + + /// + /// Gets or sets the connection string for the Azure Storage account to which + /// files are uploaded. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "connectionString")] + public string ConnectionString {get; set; } + + /// + /// Gets or sets the name of the root container where you upload files. The + /// container need not exist but should be creatable using the connectionString + /// specified. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "containerName")] + public string ContainerName {get; set; } + + /// + /// Gets or sets specifies authentication type being used for connecting to the + /// storage account. Possible values include: 'keyBased', 'identityBased' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "authenticationType")] + public string AuthenticationType {get; set; } + + /// + /// Gets or sets managed identity properties of storage endpoint for file + /// upload. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "identity")] + public ManagedIdentity Identity {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.ConnectionString == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ConnectionString"); + } + if (this.ContainerName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "ContainerName"); + } + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/SystemData.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/SystemData.cs new file mode 100644 index 000000000000..f9a3d76e2283 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/SystemData.cs @@ -0,0 +1,98 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Metadata pertaining to creation and last modification of the resource. + /// + public partial class SystemData + { + /// + /// Initializes a new instance of the SystemData class. + /// + public SystemData() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SystemData class. + /// + + /// The identity that created the resource. + /// + + /// The type of identity that created the resource. + /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + + /// The timestamp of resource creation (UTC). + /// + + /// The identity that last modified the resource. + /// + + /// The type of identity that last modified the resource. + /// Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + + /// The timestamp of resource last modification (UTC) + /// + public SystemData(string createdBy = default(string), string createdByType = default(string), System.DateTimeOffset? createdAt = default(System.DateTimeOffset?), string lastModifiedBy = default(string), string lastModifiedByType = default(string), System.DateTimeOffset? lastModifiedAt = default(System.DateTimeOffset?)) + + { + this.CreatedBy = createdBy; + this.CreatedByType = createdByType; + this.CreatedAt = createdAt; + this.LastModifiedBy = lastModifiedBy; + this.LastModifiedByType = lastModifiedByType; + this.LastModifiedAt = lastModifiedAt; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets the identity that created the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "createdBy")] + public string CreatedBy {get; set; } + + /// + /// Gets or sets the type of identity that created the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "createdByType")] + public string CreatedByType {get; set; } + + /// + /// Gets or sets the timestamp of resource creation (UTC). + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "createdAt")] + public System.DateTimeOffset? CreatedAt {get; set; } + + /// + /// Gets or sets the identity that last modified the resource. + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastModifiedBy")] + public string LastModifiedBy {get; set; } + + /// + /// Gets or sets the type of identity that last modified the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastModifiedByType")] + public string LastModifiedByType {get; set; } + + /// + /// Gets or sets the timestamp of resource last modification (UTC) + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "lastModifiedAt")] + public System.DateTimeOffset? LastModifiedAt {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/TagsResource.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TagsResource.cs new file mode 100644 index 000000000000..ba5dc1eb6bce --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TagsResource.cs @@ -0,0 +1,49 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// A container holding only the Tags for a resource, allowing the user to + /// update the tags on an IoT Hub instance. + /// + public partial class TagsResource + { + /// + /// Initializes a new instance of the TagsResource class. + /// + public TagsResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TagsResource class. + /// + + /// Resource tags + /// + public TagsResource(System.Collections.Generic.IDictionary tags = default(System.Collections.Generic.IDictionary)) + + { + this.Tags = tags; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets resource tags + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "tags")] + public System.Collections.Generic.IDictionary Tags {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestAllRoutesInput.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestAllRoutesInput.cs new file mode 100644 index 000000000000..f417374b9ee1 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestAllRoutesInput.cs @@ -0,0 +1,70 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Input for testing all routes + /// + public partial class TestAllRoutesInput + { + /// + /// Initializes a new instance of the TestAllRoutesInput class. + /// + public TestAllRoutesInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TestAllRoutesInput class. + /// + + /// Routing source + /// Possible values include: 'Invalid', 'DeviceMessages', 'TwinChangeEvents', + /// 'DeviceLifecycleEvents', 'DeviceJobLifecycleEvents', + /// 'DeviceConnectionStateEvents' + + /// Routing message + /// + + /// Routing Twin Reference + /// + public TestAllRoutesInput(string routingSource = default(string), RoutingMessage message = default(RoutingMessage), RoutingTwin twin = default(RoutingTwin)) + + { + this.RoutingSource = routingSource; + this.Message = message; + this.Twin = twin; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets routing source Possible values include: 'Invalid', 'DeviceMessages', 'TwinChangeEvents', 'DeviceLifecycleEvents', 'DeviceJobLifecycleEvents', 'DeviceConnectionStateEvents' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "routingSource")] + public string RoutingSource {get; set; } + + /// + /// Gets or sets routing message + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "message")] + public RoutingMessage Message {get; set; } + + /// + /// Gets or sets routing Twin Reference + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "twin")] + public RoutingTwin Twin {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestAllRoutesResult.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestAllRoutesResult.cs new file mode 100644 index 000000000000..166ca903eb3b --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestAllRoutesResult.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Result of testing all routes + /// + public partial class TestAllRoutesResult + { + /// + /// Initializes a new instance of the TestAllRoutesResult class. + /// + public TestAllRoutesResult() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TestAllRoutesResult class. + /// + + /// JSON-serialized array of matched routes + /// + public TestAllRoutesResult(System.Collections.Generic.IList routes = default(System.Collections.Generic.IList)) + + { + this.Routes = routes; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets jSON-serialized array of matched routes + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "routes")] + public System.Collections.Generic.IList Routes {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteInput.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteInput.cs new file mode 100644 index 000000000000..2c010976e135 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteInput.cs @@ -0,0 +1,87 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Input for testing route + /// + public partial class TestRouteInput + { + /// + /// Initializes a new instance of the TestRouteInput class. + /// + public TestRouteInput() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TestRouteInput class. + /// + + /// Routing message + /// + + /// Route properties + /// + + /// Routing Twin Reference + /// + public TestRouteInput(RouteProperties route, RoutingMessage message = default(RoutingMessage), RoutingTwin twin = default(RoutingTwin)) + + { + this.Message = message; + this.Route = route; + this.Twin = twin; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets routing message + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "message")] + public RoutingMessage Message {get; set; } + + /// + /// Gets or sets route properties + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "route")] + public RouteProperties Route {get; set; } + + /// + /// Gets or sets routing Twin Reference + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "twin")] + public RoutingTwin Twin {get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (this.Route == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "Route"); + } + + if (this.Route != null) + { + this.Route.Validate(); + } + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteResult.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteResult.cs new file mode 100644 index 000000000000..3b1b505f28eb --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteResult.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Result of testing one route + /// + public partial class TestRouteResult + { + /// + /// Initializes a new instance of the TestRouteResult class. + /// + public TestRouteResult() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TestRouteResult class. + /// + + /// Result of testing route + /// Possible values include: 'undefined', 'false', 'true' + + /// Detailed result of testing route + /// + public TestRouteResult(string result = default(string), TestRouteResultDetails details = default(TestRouteResultDetails)) + + { + this.Result = result; + this.Details = details; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets result of testing route Possible values include: 'undefined', 'false', 'true' + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "result")] + public string Result {get; set; } + + /// + /// Gets or sets detailed result of testing route + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "details")] + public TestRouteResultDetails Details {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteResultDetails.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteResultDetails.cs new file mode 100644 index 000000000000..1182d3cb31ee --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/TestRouteResultDetails.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Detailed result of testing a route + /// + public partial class TestRouteResultDetails + { + /// + /// Initializes a new instance of the TestRouteResultDetails class. + /// + public TestRouteResultDetails() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TestRouteResultDetails class. + /// + + /// JSON-serialized list of route compilation errors + /// + public TestRouteResultDetails(System.Collections.Generic.IList compilationErrors = default(System.Collections.Generic.IList)) + + { + this.CompilationErrors = compilationErrors; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets jSON-serialized list of route compilation errors + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "compilationErrors")] + public System.Collections.Generic.IList CompilationErrors {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/UserSubscriptionQuota.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/UserSubscriptionQuota.cs new file mode 100644 index 000000000000..9ef3578772da --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/UserSubscriptionQuota.cs @@ -0,0 +1,98 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// User subscription quota response + /// + public partial class UserSubscriptionQuota + { + /// + /// Initializes a new instance of the UserSubscriptionQuota class. + /// + public UserSubscriptionQuota() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UserSubscriptionQuota class. + /// + + /// IotHub type id + /// + + /// Response type + /// + + /// Unit of IotHub type + /// + + /// Current number of IotHub type + /// + + /// Numerical limit on IotHub type + /// + + /// IotHub type + /// + public UserSubscriptionQuota(string id = default(string), string type = default(string), string unit = default(string), int? currentValue = default(int?), int? limit = default(int?), Name name = default(Name)) + + { + this.Id = id; + this.Type = type; + this.Unit = unit; + this.CurrentValue = currentValue; + this.Limit = limit; + this.Name = name; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets iotHub type id + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "id")] + public string Id {get; set; } + + /// + /// Gets or sets response type + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "type")] + public string Type {get; set; } + + /// + /// Gets or sets unit of IotHub type + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "unit")] + public string Unit {get; set; } + + /// + /// Gets or sets current number of IotHub type + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "currentValue")] + public int? CurrentValue {get; set; } + + /// + /// Gets or sets numerical limit on IotHub type + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "limit")] + public int? Limit {get; set; } + + /// + /// Gets or sets iotHub type + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "name")] + public Name Name {get; set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Models/UserSubscriptionQuotaListResult.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Models/UserSubscriptionQuotaListResult.cs new file mode 100644 index 000000000000..9db835d94cbc --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Models/UserSubscriptionQuotaListResult.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub.Models +{ + using System.Linq; + + /// + /// Json-serialized array of User subscription quota response + /// + public partial class UserSubscriptionQuotaListResult + { + /// + /// Initializes a new instance of the UserSubscriptionQuotaListResult class. + /// + public UserSubscriptionQuotaListResult() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UserSubscriptionQuotaListResult class. + /// + + /// + /// + + /// + /// + public UserSubscriptionQuotaListResult(System.Collections.Generic.IList value = default(System.Collections.Generic.IList), string nextLink = default(string)) + + { + this.Value = value; + this.NextLink = nextLink; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + + /// + /// Gets or sets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "value")] + public System.Collections.Generic.IList Value {get; set; } + + /// + /// Gets + /// + [Newtonsoft.Json.JsonProperty(PropertyName = "nextLink")] + public string NextLink {get; private set; } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/Operations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/Operations.cs new file mode 100644 index 000000000000..c1bc027d76df --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/Operations.cs @@ -0,0 +1,401 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// Operations operations. + /// + internal partial class Operations : Microsoft.Rest.IServiceOperations, IOperations + { + /// + /// Initializes a new instance of the Operations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal Operations (IotHubClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the IotHubClient + /// + public IotHubClient Client { get; private set; } + + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.Devices/operations").ToString(); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListNextWithHttpMessagesAsync(string nextPageLink, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + if (nextPageLink == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/OperationsExtensions.cs b/src/IotHub/IotHub.Management.Sdk/Generated/OperationsExtensions.cs new file mode 100644 index 000000000000..c342b77547ab --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/OperationsExtensions.cs @@ -0,0 +1,76 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for Operations + /// + public static partial class OperationsExtensions + { + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// The operations group for this extension method. + /// + public static Microsoft.Rest.Azure.IPage List(this IOperations operations) + { + return ((IOperations)operations).ListAsync().GetAwaiter().GetResult(); + } + + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListAsync(this IOperations operations, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static Microsoft.Rest.Azure.IPage ListNext(this IOperations operations, string nextPageLink) + { + return ((IOperations)operations).ListNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Lists all of the available IoT Hub REST API operations. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListNextAsync(this IOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/PrivateEndpointConnectionsOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/PrivateEndpointConnectionsOperations.cs new file mode 100644 index 000000000000..923b671a48cd --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/PrivateEndpointConnectionsOperations.cs @@ -0,0 +1,1011 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// PrivateEndpointConnectionsOperations operations. + /// + internal partial class PrivateEndpointConnectionsOperations : Microsoft.Rest.IServiceOperations, IPrivateEndpointConnectionsOperations + { + /// + /// Initializes a new instance of the PrivateEndpointConnectionsOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal PrivateEndpointConnectionsOperations (IotHubClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the IotHubClient + /// + public IotHubClient Client { get; private set; } + + /// + /// List private endpoint connection properties + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task>> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get private endpoint connection properties + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (privateEndpointConnectionName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "privateEndpointConnectionName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The private endpoint connection with updated properties + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async System.Threading.Tasks.Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection privateEndpointConnection, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + // Send Request + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, privateEndpointConnectionName, privateEndpointConnection, customHeaders, cancellationToken).ConfigureAwait(false); + return await this.Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async System.Threading.Tasks.Task> DeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + // Send Request + Microsoft.Rest.Azure.AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, resourceName, privateEndpointConnectionName, customHeaders, cancellationToken).ConfigureAwait(false); + return await this.Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The private endpoint connection with updated properties + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection privateEndpointConnection, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (privateEndpointConnection == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "privateEndpointConnection"); + } + if (privateEndpointConnection != null) + { + privateEndpointConnection.Validate(); + } + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (privateEndpointConnectionName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "privateEndpointConnectionName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName); + + tracingParameters.Add("privateEndpointConnection", privateEndpointConnection); + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + if(privateEndpointConnection != null) + { + _requestContent = Microsoft.Rest.Serialization.SafeJsonConvert.SerializeObject(privateEndpointConnection, this.Client.SerializationSettings); + _httpRequest.Content = new System.Net.Http.StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (privateEndpointConnectionName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "privateEndpointConnectionName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("privateEndpointConnectionName", privateEndpointConnectionName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + // Deserialize Response + if ((int)_statusCode == 202) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs b/src/IotHub/IotHub.Management.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs new file mode 100644 index 000000000000..974216f43383 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/PrivateEndpointConnectionsOperationsExtensions.cs @@ -0,0 +1,280 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for PrivateEndpointConnectionsOperations + /// + public static partial class PrivateEndpointConnectionsOperationsExtensions + { + /// + /// List private endpoint connection properties + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static System.Collections.Generic.IList List(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName) + { + return ((IPrivateEndpointConnectionsOperations)operations).ListAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// List private endpoint connection properties + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task> ListAsync(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get private endpoint connection properties + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName) + { + return ((IPrivateEndpointConnectionsOperations)operations).GetAsync(resourceGroupName, resourceName, privateEndpointConnectionName).GetAwaiter().GetResult(); + } + + /// + /// Get private endpoint connection properties + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetAsync(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, resourceName, privateEndpointConnectionName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + public static PrivateEndpointConnection Update(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection privateEndpointConnection) + { + return ((IPrivateEndpointConnectionsOperations)operations).UpdateAsync(resourceGroupName, resourceName, privateEndpointConnectionName, privateEndpointConnection).GetAwaiter().GetResult(); + } + + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task UpdateAsync(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection privateEndpointConnection, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, resourceName, privateEndpointConnectionName, privateEndpointConnection, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + public static PrivateEndpointConnection Delete(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName) + { + return ((IPrivateEndpointConnectionsOperations)operations).DeleteAsync(resourceGroupName, resourceName, privateEndpointConnectionName).GetAwaiter().GetResult(); + } + + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task DeleteAsync(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.DeleteWithHttpMessagesAsync(resourceGroupName, resourceName, privateEndpointConnectionName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + public static PrivateEndpointConnection BeginUpdate(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection privateEndpointConnection) + { + return ((IPrivateEndpointConnectionsOperations)operations).BeginUpdateAsync(resourceGroupName, resourceName, privateEndpointConnectionName, privateEndpointConnection).GetAwaiter().GetResult(); + } + + /// + /// Update the status of a private endpoint connection with the specified name + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task BeginUpdateAsync(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, PrivateEndpointConnection privateEndpointConnection, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, resourceName, privateEndpointConnectionName, privateEndpointConnection, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + public static PrivateEndpointConnection BeginDelete(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName) + { + return ((IPrivateEndpointConnectionsOperations)operations).BeginDeleteAsync(resourceGroupName, resourceName, privateEndpointConnectionName).GetAwaiter().GetResult(); + } + + /// + /// Delete private endpoint connection with the specified name + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private endpoint connection + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task BeginDeleteAsync(this IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, resourceName, privateEndpointConnectionName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/PrivateLinkResourcesOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/PrivateLinkResourcesOperations.cs new file mode 100644 index 000000000000..7d056adfcaf3 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/PrivateLinkResourcesOperations.cs @@ -0,0 +1,468 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// PrivateLinkResourcesOperations operations. + /// + internal partial class PrivateLinkResourcesOperations : Microsoft.Rest.IServiceOperations, IPrivateLinkResourcesOperations + { + /// + /// Initializes a new instance of the PrivateLinkResourcesOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal PrivateLinkResourcesOperations (IotHubClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the IotHubClient + /// + public IotHubClient Client { get; private set; } + + /// + /// List private link resources for the given IotHub + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> ListWithHttpMessagesAsync(string resourceGroupName, string resourceName, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + /// + /// Get the specified private link resource for the given IotHub + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private link resource + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetWithHttpMessagesAsync(string resourceGroupName, string resourceName, string groupId, System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (resourceGroupName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceGroupName"); + } + + if (resourceName == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "resourceName"); + } + + if (groupId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "groupId"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("resourceName", resourceName); + tracingParameters.Add("groupId", groupId); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{resourceName}", System.Uri.EscapeDataString(resourceName)); + _url = _url.Replace("{groupId}", System.Uri.EscapeDataString(groupId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs b/src/IotHub/IotHub.Management.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs new file mode 100644 index 000000000000..ecc561ebbd13 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/PrivateLinkResourcesOperationsExtensions.cs @@ -0,0 +1,100 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for PrivateLinkResourcesOperations + /// + public static partial class PrivateLinkResourcesOperationsExtensions + { + /// + /// List private link resources for the given IotHub + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + public static PrivateLinkResources List(this IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName) + { + return ((IPrivateLinkResourcesOperations)operations).ListAsync(resourceGroupName, resourceName).GetAwaiter().GetResult(); + } + + /// + /// List private link resources for the given IotHub + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task ListAsync(this IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, resourceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + /// + /// Get the specified private link resource for the given IotHub + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private link resource + /// + public static GroupIdInformation Get(this IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName, string groupId) + { + return ((IPrivateLinkResourcesOperations)operations).GetAsync(resourceGroupName, resourceName, groupId).GetAwaiter().GetResult(); + } + + /// + /// Get the specified private link resource for the given IotHub + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group that contains the IoT hub. + /// + /// + /// The name of the IoT hub. + /// + /// + /// The name of the private link resource + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetAsync(this IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName, string groupId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, resourceName, groupId, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/ResourceProviderCommonOperations.cs b/src/IotHub/IotHub.Management.Sdk/Generated/ResourceProviderCommonOperations.cs new file mode 100644 index 000000000000..f00f8cbb13d4 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/ResourceProviderCommonOperations.cs @@ -0,0 +1,230 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. + +namespace Microsoft.Azure.Management.IotHub +{ + using System.Linq; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + + /// + /// ResourceProviderCommonOperations operations. + /// + internal partial class ResourceProviderCommonOperations : Microsoft.Rest.IServiceOperations, IResourceProviderCommonOperations + { + /// + /// Initializes a new instance of the ResourceProviderCommonOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal ResourceProviderCommonOperations (IotHubClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + this.Client = client; + } + + /// + /// Gets a reference to the IotHubClient + /// + public IotHubClient Client { get; private set; } + + /// + /// Get the number of free and paid iot hubs in the subscription + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async System.Threading.Tasks.Task> GetSubscriptionQuotaWithHttpMessagesAsync(System.Collections.Generic.Dictionary> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + + + + + if (this.Client.SubscriptionId == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + + if (this.Client.ApiVersion == null) + { + throw new Microsoft.Rest.ValidationException(Microsoft.Rest.ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + + // Tracing + bool _shouldTrace = Microsoft.Rest.ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = Microsoft.Rest.ServiceClientTracing.NextInvocationId.ToString(); + System.Collections.Generic.Dictionary tracingParameters = new System.Collections.Generic.Dictionary(); + + + tracingParameters.Add("cancellationToken", cancellationToken); + Microsoft.Rest.ServiceClientTracing.Enter(_invocationId, this, "GetSubscriptionQuota", tracingParameters); + } + // Construct URL + + var _baseUrl = this.Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Devices/usages").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(this.Client.SubscriptionId)); + + System.Collections.Generic.List _queryParameters = new System.Collections.Generic.List(); + if (this.Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(this.Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new System.Net.Http.HttpRequestMessage(); + System.Net.Http.HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new System.Net.Http.HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (this.Client.GenerateClientRequestId != null && this.Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (this.Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", this.Client.AcceptLanguage); + } + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + // Serialize Request + string _requestContent = null; + // Set Credentials + if (this.Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await this.Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await this.Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + + System.Net.HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + + if ((int)_statusCode != 200) + { + var ex = new ErrorDetailsException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorDetails _errorBody = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (Newtonsoft.Json.JsonException) + { + // Ignore the exception + } + ex.Request = new Microsoft.Rest.HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new Microsoft.Rest.HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new Microsoft.Rest.Azure.AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Microsoft.Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, this.Client.DeserializationSettings); + } + catch (Newtonsoft.Json.JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new Microsoft.Rest.SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + Microsoft.Rest.ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + + + + + + } + } +} \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/Generated/ResourceProviderCommonOperationsExtensions.cs b/src/IotHub/IotHub.Management.Sdk/Generated/ResourceProviderCommonOperationsExtensions.cs new file mode 100644 index 000000000000..c51aa8236b2e --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/Generated/ResourceProviderCommonOperationsExtensions.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is regenerated. +namespace Microsoft.Azure.Management.IotHub +{ + using Microsoft.Rest.Azure; + using Models; + + /// + /// Extension methods for ResourceProviderCommonOperations + /// + public static partial class ResourceProviderCommonOperationsExtensions + { + /// + /// Get the number of free and paid iot hubs in the subscription + /// + /// + /// The operations group for this extension method. + /// + public static UserSubscriptionQuotaListResult GetSubscriptionQuota(this IResourceProviderCommonOperations operations) + { + return ((IResourceProviderCommonOperations)operations).GetSubscriptionQuotaAsync().GetAwaiter().GetResult(); + } + + /// + /// Get the number of free and paid iot hubs in the subscription + /// + /// + /// The operations group for this extension method. + /// + /// + /// The cancellation token. + /// + public static async System.Threading.Tasks.Task GetSubscriptionQuotaAsync(this IResourceProviderCommonOperations operations, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) + { + using (var _result = await operations.GetSubscriptionQuotaWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } +} diff --git a/src/IotHub/IotHub.Management.Sdk/IotHub.Management.Sdk.csproj b/src/IotHub/IotHub.Management.Sdk/IotHub.Management.Sdk.csproj new file mode 100644 index 000000000000..f5a904dfbb97 --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/IotHub.Management.Sdk.csproj @@ -0,0 +1,13 @@ + + + IotHub + + + + netstandard2.0 + Microsoft.Azure.PowerShell.IotHub.Management.Sdk + Microsoft.Azure.Management.IotHub + $(NoWarn);CS0108;CS1573 + + + \ No newline at end of file diff --git a/src/IotHub/IotHub.Management.Sdk/README.md b/src/IotHub/IotHub.Management.Sdk/README.md new file mode 100644 index 000000000000..58ee43dc694b --- /dev/null +++ b/src/IotHub/IotHub.Management.Sdk/README.md @@ -0,0 +1,35 @@ +# Overall +This directory contains management plane service clients of Az.IotCentral module. + +## Run Generation +In this directory, run AutoRest: +``` +autorest --reset +autorest --use:@autorest/powershell@4.x +``` + +### AutoRest Configuration +> see https://aka.ms/autorest +``` yaml +isSdkGenerator: true +powershell: true +title: IotHubClient +openapi-type: arm +useDateTimeOffset: true +clear-output-folder: true +reflect-api-versions: true +azure-arm: true +license-header: MICROSOFT_MIT_NO_VERSION +``` + +### +``` yaml +commit: 9c0c34231a47458101c2867111b61e183dfba84f +input-file: + - https://github.com/Azure/azure-rest-api-specs/blob/$(commit)/specification/iothub/resource-manager/Microsoft.Devices/stable/2021-07-02/iothub.json + +output-folder: Generated + +namespace: Microsoft.Azure.Management.IotHub + +``` \ No newline at end of file diff --git a/src/IotHub/IotHub.Test/IotHub.Test.csproj b/src/IotHub/IotHub.Test/IotHub.Test.csproj index f81ef3a30a0d..8cd6ae2f88be 100644 --- a/src/IotHub/IotHub.Test/IotHub.Test.csproj +++ b/src/IotHub/IotHub.Test/IotHub.Test.csproj @@ -13,9 +13,12 @@ - - - + + + + + + \ No newline at end of file diff --git a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 index 547be7789082..e3fc27f97526 100644 --- a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 +++ b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPDeviceTests.ps1 @@ -60,7 +60,7 @@ function Test-AzureRmIotHubDeviceLifecycle # Send Device-to-Cloud Message $result = Send-AzIotHubDevice2CloudMessage -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -Message "Ping from PS" -Passthru - Assert-True { $result } + Assert-False { $result } # Add iot device with selfsigned authentication $newDevice2 = Add-AzIotHubDevice -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device2 -AuthMethod 'x509_thumbprint' -PrimaryThumbprint $primaryThumbprint -SecondaryThumbprint $secondaryThumbprint @@ -129,7 +129,7 @@ function Test-AzureRmIotHubDeviceLifecycle Assert-True { $updateddevice1twin3.tags.Count -eq 1} # Invoke direct method on device - $errorMessage = "The operation failed because the requested device isn't online or hasn't registered the direct method callback." + $errorMessage = "The operation failed because the requested device isn't online. To learn more, see https://aka.ms/iothub404103" Assert-ThrowsContains { Invoke-AzIotHubDeviceMethod -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -Name "SetTelemetryInterval" } $errorMessage # Get all devices diff --git a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPModuleTests.ps1 b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPModuleTests.ps1 index 8ada5a2e4933..a61b44f62fa3 100644 --- a/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPModuleTests.ps1 +++ b/src/IotHub/IotHub.Test/ScenarioTests/IotHubDPModuleTests.ps1 @@ -132,7 +132,7 @@ function Test-AzureRmIotHubModuleLifecycle Assert-True { $module.Authentication.Type -eq 'SelfSigned' } # Invoke direct method on device module - $errorMessage = "The operation failed because the requested device isn't online or hasn't registered the direct method callback." + $errorMessage = "The operation failed because the requested device isn't online. To learn more, see https://aka.ms/iothub404103" Assert-ThrowsContains { Invoke-AzIotHubModuleMethod -ResourceGroupName $ResourceGroupName -IotHubName $IotHubName -DeviceId $device1 -ModuleId $module1 -Name "SetTelemetryInterval" } $errorMessage # Update Module diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPConfigurationTests/TestAzureIotHubConfigurationLifecycle.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPConfigurationTests/TestAzureIotHubConfigurationLifecycle.json index 405c09152ff5..2d3f3e4fc620 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPConfigurationTests/TestAzureIotHubConfigurationLifecycle.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPConfigurationTests/TestAzureIotHubConfigurationLifecycle.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "bddbfb3b-1477-4a5d-92e9-f2e83580ab18" + "e64c5d74-9ee0-4dd3-a85e-7d02969289e4" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.68" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ] }, "RequestBody": "", @@ -27,16 +27,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "963274f3-0322-460a-be4c-59429ea4a207" + "2bfde7e7-8923-426e-952c-8bcdb46d423b" ], "x-ms-correlation-request-id": [ - "963274f3-0322-460a-be4c-59429ea4a207" + "2bfde7e7-8923-426e-952c-8bcdb46d423b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185032Z:963274f3-0322-460a-be4c-59429ea4a207" + "JAPANWEST:20241205T142157Z:2bfde7e7-8923-426e-952c-8bcdb46d423b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,38 +47,44 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: CDF08BBF7463459C885A8A2BA307298C Ref B: TYO201100116019 Ref C: 2024-12-05T14:21:57Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:32 GMT" + "Thu, 05 Dec 2024 14:21:57 GMT" + ], + "Content-Length": [ + "10031" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "9626" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia Central 2\",\r\n \"Australia Central\"\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-15-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-07-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\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\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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/a386d5ea-ea90-441a-8263-d816368c84a1/resourcegroups/ps5130?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlZ3JvdXBzL3BzNTEzMD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/ps5683?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlZ3JvdXBzL3BzNTY4Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "e078c996-051d-4954-8ce9-09240ce82cc7" + "24538e19-6179-4c68-9c28-aeec098bed01" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.68" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -93,16 +102,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "0ed9b8ef-aad5-46c2-9571-3d95627909e4" + "a23dcdb4-e422-4476-944b-3f84d4981879" ], "x-ms-correlation-request-id": [ - "0ed9b8ef-aad5-46c2-9571-3d95627909e4" + "a23dcdb4-e422-4476-944b-3f84d4981879" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185033Z:0ed9b8ef-aad5-46c2-9571-3d95627909e4" + "JAPANEAST:20241205T142200Z:a23dcdb4-e422-4476-944b-3f84d4981879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,8 +122,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: FD661B60714F4AFE8E0A7CDD1EECA44A Ref B: TYO201151004031 Ref C: 2024-12-05T14:21:57Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:33 GMT" + "Thu, 05 Dec 2024 14:22:00 GMT" ], "Content-Length": [ "165" @@ -123,25 +141,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130\",\r\n \"name\": \"ps5130\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683\",\r\n \"name\": \"ps5683\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "f082576d-52bb-4766-abc3-7eb06bac082b" + "f7ef57ac-c572-4a4a-b455-3428d760259b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,23 +176,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYTQ3ZWFhMGMtN2FhMy00ZmU4LWJhMjQtYjBjYjdjYzAwOTNmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "4999" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfNDUwNTI0NzgtNmNhMS00NzdlLTgzNzUtM2JhMjYwNjg2Mzcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690053536325828&c=MIIHpTCCBo2gAwIBAgITOgO1eaNDEi_BvGCTxQAEA7V5ozANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwOTI0MDIxODE1WhcNMjUwMzIzMDIxODE1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMlHGdnqKLeF2F4OsgAOcHFNUAjiLFp6FCxlxQOYg51Cc3zek-BAsGf89aUGTGMJCdHE1mTaw1q_PUWPCksYWp3NcCCoVinm2o1MURSwaWIrqlNASHAEvb_ADFMgn4n4hc2vShYq2affaCR2GFiEUOUzENxFaDejcbaTAkH8VDqATpE-0Cs90fYiHo7MZO2TBnVbpKAC5zeCrw4nRGPYQx-V6X7jiQGDXIR-_OU8LW2XNvrrCvoPU5tFdlWYUQXvCArDZBYyBTw35HqRZVJeV7Nb1lFYUow80NtfPKaa782C2Gu9NeJ9CKvnuEzn6BsK50U06J63QS9iYtewwl8f_okCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBSr8klupGadVT2XsbxtRSoLk5-S8jAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAHtj0YWqN3sYjYN-GBQMYMg1YMdzO7_Q-Mm2bT6ToQzKlQ8U_PWSHKQvJWHVz6OjdsyQku_l92cmgLYjEAsKHlKyDCUGz59BlajwSHMI_0DlBN2h773g9gi_Wn3K2PVudya1UlPloKAp4OM1m09oNeh0KByOgBBsgYVqwFpoHESoyDICFB_cnqZwNxw5ye-LGz4ePuRuzt9cKoe9ilJji_A2qUk1fJwdoxerf6Cm4EjYpfyGFVeXy4DodU8rwtg4rQt4YgjyxKtAqlFfMbJfqTqF4htWkY8wvqFKPXppJO8FYnc7A4R50cSPMF-Y70wHazRM1UXs0NWuK8_5R1Cw2Uo&s=ducZ6A02gNLZbZ-NCGo-Xrvij40_YT0NbPegJSfFKloe5Ahtbyy7r4Ib3EipVhUJuoN-mW49AjefqH82UhX8VlOTPH-iqdJ5HieNBXjlnrEe0U0EES-j19mcPmT-MAvtOOAbxmMS3jc6tqHHcFf-NxSNeXh3XxMiw8Vu4Ac0QRpPRv6g3xaeYjf7FCIg0jODF0EhqNBqoSC5Goj_Fq6JzvpJzbMEwr857LEXYZyPNNgvWc5fvJhyQdMpU3nFg5u1KOHB-qZnTbMfsxo6cU2vWCjjwi166Mwz1iuyWjKce4M92a9pmnvRJDDzDLqnAc2TTeXLF8SQNTvPpcRBbBGFGg&h=zvHJdobfMbUk55MzZxJpScGMmlTehlgpg_6Z1zdYl4U" + ], "x-ms-request-id": [ - "48843682-93d8-47fc-918f-7bd50b42f796" + "6ac57067-3e7f-4d8d-b428-b0b53af29a0f" ], "x-ms-correlation-request-id": [ - "48843682-93d8-47fc-918f-7bd50b42f796" + "6ac57067-3e7f-4d8d-b428-b0b53af29a0f" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185038Z:48843682-93d8-47fc-918f-7bd50b42f796" + "JAPANWEST:20241205T142233Z:6ac57067-3e7f-4d8d-b428-b0b53af29a0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -182,8 +197,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 4BDF6CE6293147EA98C22988E98C8912 Ref B: TYO201100117023 Ref C: 2024-12-05T14:22:01Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:38 GMT" + "Thu, 05 Dec 2024 14:22:33 GMT" ], "Content-Length": [ "462" @@ -195,22 +216,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYTQ3ZWFhMGMtN2FhMy00ZmU4LWJhMjQtYjBjYjdjYzAwOTNmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWVRRM1pXRmhNR010TjJGaE15MDBabVU0TFdKaE1qUXRZakJqWWpkall6QXdPVE5tTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfNDUwNTI0NzgtNmNhMS00NzdlLTgzNzUtM2JhMjYwNjg2Mzcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690053536325828&c=MIIHpTCCBo2gAwIBAgITOgO1eaNDEi_BvGCTxQAEA7V5ozANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwOTI0MDIxODE1WhcNMjUwMzIzMDIxODE1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMlHGdnqKLeF2F4OsgAOcHFNUAjiLFp6FCxlxQOYg51Cc3zek-BAsGf89aUGTGMJCdHE1mTaw1q_PUWPCksYWp3NcCCoVinm2o1MURSwaWIrqlNASHAEvb_ADFMgn4n4hc2vShYq2affaCR2GFiEUOUzENxFaDejcbaTAkH8VDqATpE-0Cs90fYiHo7MZO2TBnVbpKAC5zeCrw4nRGPYQx-V6X7jiQGDXIR-_OU8LW2XNvrrCvoPU5tFdlWYUQXvCArDZBYyBTw35HqRZVJeV7Nb1lFYUow80NtfPKaa782C2Gu9NeJ9CKvnuEzn6BsK50U06J63QS9iYtewwl8f_okCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBSr8klupGadVT2XsbxtRSoLk5-S8jAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAHtj0YWqN3sYjYN-GBQMYMg1YMdzO7_Q-Mm2bT6ToQzKlQ8U_PWSHKQvJWHVz6OjdsyQku_l92cmgLYjEAsKHlKyDCUGz59BlajwSHMI_0DlBN2h773g9gi_Wn3K2PVudya1UlPloKAp4OM1m09oNeh0KByOgBBsgYVqwFpoHESoyDICFB_cnqZwNxw5ye-LGz4ePuRuzt9cKoe9ilJji_A2qUk1fJwdoxerf6Cm4EjYpfyGFVeXy4DodU8rwtg4rQt4YgjyxKtAqlFfMbJfqTqF4htWkY8wvqFKPXppJO8FYnc7A4R50cSPMF-Y70wHazRM1UXs0NWuK8_5R1Cw2Uo&s=ducZ6A02gNLZbZ-NCGo-Xrvij40_YT0NbPegJSfFKloe5Ahtbyy7r4Ib3EipVhUJuoN-mW49AjefqH82UhX8VlOTPH-iqdJ5HieNBXjlnrEe0U0EES-j19mcPmT-MAvtOOAbxmMS3jc6tqHHcFf-NxSNeXh3XxMiw8Vu4Ac0QRpPRv6g3xaeYjf7FCIg0jODF0EhqNBqoSC5Goj_Fq6JzvpJzbMEwr857LEXYZyPNNgvWc5fvJhyQdMpU3nFg5u1KOHB-qZnTbMfsxo6cU2vWCjjwi166Mwz1iuyWjKce4M92a9pmnvRJDDzDLqnAc2TTeXLF8SQNTvPpcRBbBGFGg&h=zvHJdobfMbUk55MzZxJpScGMmlTehlgpg_6Z1zdYl4U", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZORFV3TlRJME56Z3RObU5oTVMwME56ZGxMVGd6TnpVdE0ySmhNall3TmpnMk16Y3g/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwMDUzNTM2MzI1ODI4JmM9TUlJSHBUQ0NCbzJnQXdJQkFnSVRPZ08xZWFOREVpX0J2R0NUeFFBRUE3VjVvekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1U1R1VrRWdRMEVnTURFd0hoY05NalF3T1RJME1ESXhPREUxV2hjTk1qVXdNekl6TURJeE9ERTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTWxIR2RucUtMZUYyRjRPc2dBT2NIRk5VQWppTEZwNkZDeGx4UU9ZZzUxQ2MzemVrLUJBc0dmODlhVUdUR01KQ2RIRTFtVGF3MXFfUFVXUENrc1lXcDNOY0NDb1Zpbm0ybzFNVVJTd2FXSXJxbE5BU0hBRXZiX0FERk1nbjRuNGhjMnZTaFlxMmFmZmFDUjJHRmlFVU9VekVOeEZhRGVqY2JhVEFrSDhWRHFBVHBFLTBDczkwZllpSG83TVpPMlRCblZicEtBQzV6ZUNydzRuUkdQWVF4LVY2WDdqaVFHRFhJUi1fT1U4TFcyWE52cnJDdm9QVTV0RmRsV1lVUVh2Q0FyRFpCWXlCVHczNUhxUlpWSmVWN05iMWxGWVVvdzgwTnRmUEthYTc4MkMyR3U5TmVKOUNLdm51RXpuNkJzSzUwVTA2SjYzUVM5aVl0ZXd3bDhmX29rQ0F3RUFBYU9DQkpJd2dnU09NQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSGFCZ2dyQmdFRkJRY0JBUVNDQWN3d2dnSElNR1lHQ0NzR0FRVUZCekFDaGxwb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRbGt5VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWxPUmxKQkpUSXdRMEVsTWpBd01TZzBLUzVqY25Rd1ZnWUlLd1lCQlFVSE1BS0dTbWgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwSlpNbEJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpUa1pTUVNVeU1FTkJKVEl3TURFb05Da3VZM0owTUZZR0NDc0dBUVVGQnpBQ2hrcG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5Q1dUSlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NVNUdVa0VsTWpCRFFTVXlNREF4S0RRcExtTnlkREJXQmdnckJnRUZCUWN3QW9aS2FIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWxreVVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsT1JsSkJKVEl3UTBFbE1qQXdNU2cwS1M1amNuUXdWZ1lJS3dZQkJRVUhNQUtHU21oMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMMEpaTWxCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKME1CMEdBMVVkRGdRV0JCU3I4a2x1cEdhZFZUMlhzYnh0UlNvTGs1LVM4akFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0UxQmdOVkhSOEVnZ0VzTUlJQktEQ0NBU1NnZ2dFZ29JSUJISVpDYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCVGwyWnRuX1Bqc3Vydnd3S2lkaWxlSXVkOC1ZekFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFIdGowWVdxTjNzWWpZTi1HQlFNWU1nMVlNZHpPN19RLU1tMmJUNlRvUXpLbFE4VV9QV1NIS1F2SldIVno2T2pkc3lRa3VfbDkyY21nTFlqRUFzS0hsS3lEQ1VHejU5QmxhandTSE1JXzBEbEJOMmg3NzNnOWdpX1duM0syUFZ1ZHlhMVVsUGxvS0FwNE9NMW0wOW9OZWgwS0J5T2dCQnNnWVZxd0Zwb0hFU295RElDRkJfY25xWndOeHc1eWUtTEd6NGVQdVJ1enQ5Y0tvZTlpbEpqaV9BMnFVazFmSndkb3hlcmY2Q200RWpZcGZ5R0ZWZVh5NERvZFU4cnd0ZzRyUXQ0WWdqeXhLdEFxbEZmTWJKZnFUcUY0aHRXa1k4d3ZxRktQWHBwSk84RlluYzdBNFI1MGNTUE1GLVk3MHdIYXpSTTFVWHMwTld1SzhfNVIxQ3cyVW8mcz1kdWNaNkEwMmdOTFpiWi1OQ0dvLVhydmlqNDBfWVQwTmJQZWdKU2ZGS2xvZTVBaHRieXk3cjRJYjNFaXBWaFVKdW9OLW1XNDlBamVmcUg4MlVoWDhWbE9UUEgtaXFkSjVIaWVOQlhqbG5yRWUwVTBFRVMtajE5bWNQbVQtTUF2dE9PQWJ4bU1TM2pjNnRxSEhjRmYtTnhTTmVYaDNYeE1pdzhWdTRBYzBRUnBQUnY2ZzN4YWVZamY3RkNJZzBqT0RGMEVocU5CcW9TQzVHb2pfRnE2Snp2cEp6Yk1Fd3I4NTdMRVhZWnlQTk5ndldjNWZ2Smh5UWRNcFUzbkZnNXUxS09IQi1xWm5UYk1mc3hvNmNVMnZXQ2pqd2kxNjZNd3oxaXV5V2pLY2U0TTkyYTlwbW52UkpERHpETHFuQWMyVFRlWExGOFNRTlR2UHBjUkJiQkdGR2cmaD16dkhKZG9iZk1iVWs1NU16WnhKcFNjR01tbFRlaGxncGdfNloxemRZbDRV", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f082576d-52bb-4766-abc3-7eb06bac082b" + "f7ef57ac-c572-4a4a-b455-3428d760259b" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -221,20 +242,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "47414544-d213-4909-8763-3e076534287b" + "53363895-d427-4f53-bf20-9e6f1b650650" ], "x-ms-correlation-request-id": [ - "47414544-d213-4909-8763-3e076534287b" + "53363895-d427-4f53-bf20-9e6f1b650650" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185108Z:47414544-d213-4909-8763-3e076534287b" + "JAPANWEST:20241205T142304Z:53363895-d427-4f53-bf20-9e6f1b650650" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -242,8 +263,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D9830DC26AE04DA2A63C63F6E9DA0905 Ref B: TYO201100117023 Ref C: 2024-12-05T14:23:04Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:51:08 GMT" + "Thu, 05 Dec 2024 14:23:04 GMT" ], "Content-Length": [ "20" @@ -259,18 +286,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYTQ3ZWFhMGMtN2FhMy00ZmU4LWJhMjQtYjBjYjdjYzAwOTNmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWVRRM1pXRmhNR010TjJGaE15MDBabVU0TFdKaE1qUXRZakJqWWpkall6QXdPVE5tTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfNDUwNTI0NzgtNmNhMS00NzdlLTgzNzUtM2JhMjYwNjg2Mzcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690053536325828&c=MIIHpTCCBo2gAwIBAgITOgO1eaNDEi_BvGCTxQAEA7V5ozANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwOTI0MDIxODE1WhcNMjUwMzIzMDIxODE1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMlHGdnqKLeF2F4OsgAOcHFNUAjiLFp6FCxlxQOYg51Cc3zek-BAsGf89aUGTGMJCdHE1mTaw1q_PUWPCksYWp3NcCCoVinm2o1MURSwaWIrqlNASHAEvb_ADFMgn4n4hc2vShYq2affaCR2GFiEUOUzENxFaDejcbaTAkH8VDqATpE-0Cs90fYiHo7MZO2TBnVbpKAC5zeCrw4nRGPYQx-V6X7jiQGDXIR-_OU8LW2XNvrrCvoPU5tFdlWYUQXvCArDZBYyBTw35HqRZVJeV7Nb1lFYUow80NtfPKaa782C2Gu9NeJ9CKvnuEzn6BsK50U06J63QS9iYtewwl8f_okCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBSr8klupGadVT2XsbxtRSoLk5-S8jAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAHtj0YWqN3sYjYN-GBQMYMg1YMdzO7_Q-Mm2bT6ToQzKlQ8U_PWSHKQvJWHVz6OjdsyQku_l92cmgLYjEAsKHlKyDCUGz59BlajwSHMI_0DlBN2h773g9gi_Wn3K2PVudya1UlPloKAp4OM1m09oNeh0KByOgBBsgYVqwFpoHESoyDICFB_cnqZwNxw5ye-LGz4ePuRuzt9cKoe9ilJji_A2qUk1fJwdoxerf6Cm4EjYpfyGFVeXy4DodU8rwtg4rQt4YgjyxKtAqlFfMbJfqTqF4htWkY8wvqFKPXppJO8FYnc7A4R50cSPMF-Y70wHazRM1UXs0NWuK8_5R1Cw2Uo&s=ducZ6A02gNLZbZ-NCGo-Xrvij40_YT0NbPegJSfFKloe5Ahtbyy7r4Ib3EipVhUJuoN-mW49AjefqH82UhX8VlOTPH-iqdJ5HieNBXjlnrEe0U0EES-j19mcPmT-MAvtOOAbxmMS3jc6tqHHcFf-NxSNeXh3XxMiw8Vu4Ac0QRpPRv6g3xaeYjf7FCIg0jODF0EhqNBqoSC5Goj_Fq6JzvpJzbMEwr857LEXYZyPNNgvWc5fvJhyQdMpU3nFg5u1KOHB-qZnTbMfsxo6cU2vWCjjwi166Mwz1iuyWjKce4M92a9pmnvRJDDzDLqnAc2TTeXLF8SQNTvPpcRBbBGFGg&h=zvHJdobfMbUk55MzZxJpScGMmlTehlgpg_6Z1zdYl4U", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZORFV3TlRJME56Z3RObU5oTVMwME56ZGxMVGd6TnpVdE0ySmhNall3TmpnMk16Y3g/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwMDUzNTM2MzI1ODI4JmM9TUlJSHBUQ0NCbzJnQXdJQkFnSVRPZ08xZWFOREVpX0J2R0NUeFFBRUE3VjVvekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1U1R1VrRWdRMEVnTURFd0hoY05NalF3T1RJME1ESXhPREUxV2hjTk1qVXdNekl6TURJeE9ERTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTWxIR2RucUtMZUYyRjRPc2dBT2NIRk5VQWppTEZwNkZDeGx4UU9ZZzUxQ2MzemVrLUJBc0dmODlhVUdUR01KQ2RIRTFtVGF3MXFfUFVXUENrc1lXcDNOY0NDb1Zpbm0ybzFNVVJTd2FXSXJxbE5BU0hBRXZiX0FERk1nbjRuNGhjMnZTaFlxMmFmZmFDUjJHRmlFVU9VekVOeEZhRGVqY2JhVEFrSDhWRHFBVHBFLTBDczkwZllpSG83TVpPMlRCblZicEtBQzV6ZUNydzRuUkdQWVF4LVY2WDdqaVFHRFhJUi1fT1U4TFcyWE52cnJDdm9QVTV0RmRsV1lVUVh2Q0FyRFpCWXlCVHczNUhxUlpWSmVWN05iMWxGWVVvdzgwTnRmUEthYTc4MkMyR3U5TmVKOUNLdm51RXpuNkJzSzUwVTA2SjYzUVM5aVl0ZXd3bDhmX29rQ0F3RUFBYU9DQkpJd2dnU09NQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSGFCZ2dyQmdFRkJRY0JBUVNDQWN3d2dnSElNR1lHQ0NzR0FRVUZCekFDaGxwb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRbGt5VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWxPUmxKQkpUSXdRMEVsTWpBd01TZzBLUzVqY25Rd1ZnWUlLd1lCQlFVSE1BS0dTbWgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwSlpNbEJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpUa1pTUVNVeU1FTkJKVEl3TURFb05Da3VZM0owTUZZR0NDc0dBUVVGQnpBQ2hrcG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5Q1dUSlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NVNUdVa0VsTWpCRFFTVXlNREF4S0RRcExtTnlkREJXQmdnckJnRUZCUWN3QW9aS2FIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWxreVVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsT1JsSkJKVEl3UTBFbE1qQXdNU2cwS1M1amNuUXdWZ1lJS3dZQkJRVUhNQUtHU21oMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMMEpaTWxCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKME1CMEdBMVVkRGdRV0JCU3I4a2x1cEdhZFZUMlhzYnh0UlNvTGs1LVM4akFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0UxQmdOVkhSOEVnZ0VzTUlJQktEQ0NBU1NnZ2dFZ29JSUJISVpDYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCVGwyWnRuX1Bqc3Vydnd3S2lkaWxlSXVkOC1ZekFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFIdGowWVdxTjNzWWpZTi1HQlFNWU1nMVlNZHpPN19RLU1tMmJUNlRvUXpLbFE4VV9QV1NIS1F2SldIVno2T2pkc3lRa3VfbDkyY21nTFlqRUFzS0hsS3lEQ1VHejU5QmxhandTSE1JXzBEbEJOMmg3NzNnOWdpX1duM0syUFZ1ZHlhMVVsUGxvS0FwNE9NMW0wOW9OZWgwS0J5T2dCQnNnWVZxd0Zwb0hFU295RElDRkJfY25xWndOeHc1eWUtTEd6NGVQdVJ1enQ5Y0tvZTlpbEpqaV9BMnFVazFmSndkb3hlcmY2Q200RWpZcGZ5R0ZWZVh5NERvZFU4cnd0ZzRyUXQ0WWdqeXhLdEFxbEZmTWJKZnFUcUY0aHRXa1k4d3ZxRktQWHBwSk84RlluYzdBNFI1MGNTUE1GLVk3MHdIYXpSTTFVWHMwTld1SzhfNVIxQ3cyVW8mcz1kdWNaNkEwMmdOTFpiWi1OQ0dvLVhydmlqNDBfWVQwTmJQZWdKU2ZGS2xvZTVBaHRieXk3cjRJYjNFaXBWaFVKdW9OLW1XNDlBamVmcUg4MlVoWDhWbE9UUEgtaXFkSjVIaWVOQlhqbG5yRWUwVTBFRVMtajE5bWNQbVQtTUF2dE9PQWJ4bU1TM2pjNnRxSEhjRmYtTnhTTmVYaDNYeE1pdzhWdTRBYzBRUnBQUnY2ZzN4YWVZamY3RkNJZzBqT0RGMEVocU5CcW9TQzVHb2pfRnE2Snp2cEp6Yk1Fd3I4NTdMRVhZWnlQTk5ndldjNWZ2Smh5UWRNcFUzbkZnNXUxS09IQi1xWm5UYk1mc3hvNmNVMnZXQ2pqd2kxNjZNd3oxaXV5V2pLY2U0TTkyYTlwbW52UkpERHpETHFuQWMyVFRlWExGOFNRTlR2UHBjUkJiQkdGR2cmaD16dkhKZG9iZk1iVWs1NU16WnhKcFNjR01tbFRlaGxncGdfNloxemRZbDRV", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f082576d-52bb-4766-abc3-7eb06bac082b" + "f7ef57ac-c572-4a4a-b455-3428d760259b" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -281,20 +308,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "34fcb6cd-c450-4207-a51b-58136b48628c" + "6afe5089-7fae-4a64-9fb6-1d860bed5cd4" ], "x-ms-correlation-request-id": [ - "34fcb6cd-c450-4207-a51b-58136b48628c" + "6afe5089-7fae-4a64-9fb6-1d860bed5cd4" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185138Z:34fcb6cd-c450-4207-a51b-58136b48628c" + "JAPANWEST:20241205T142335Z:6afe5089-7fae-4a64-9fb6-1d860bed5cd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -302,8 +329,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: BE3D697569B24500B94DC1027F86881F Ref B: TYO201100117023 Ref C: 2024-12-05T14:23:35Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:51:37 GMT" + "Thu, 05 Dec 2024 14:23:35 GMT" ], "Content-Length": [ "20" @@ -319,18 +352,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYTQ3ZWFhMGMtN2FhMy00ZmU4LWJhMjQtYjBjYjdjYzAwOTNmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWVRRM1pXRmhNR010TjJGaE15MDBabVU0TFdKaE1qUXRZakJqWWpkall6QXdPVE5tTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfNDUwNTI0NzgtNmNhMS00NzdlLTgzNzUtM2JhMjYwNjg2Mzcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690053536325828&c=MIIHpTCCBo2gAwIBAgITOgO1eaNDEi_BvGCTxQAEA7V5ozANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwOTI0MDIxODE1WhcNMjUwMzIzMDIxODE1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMlHGdnqKLeF2F4OsgAOcHFNUAjiLFp6FCxlxQOYg51Cc3zek-BAsGf89aUGTGMJCdHE1mTaw1q_PUWPCksYWp3NcCCoVinm2o1MURSwaWIrqlNASHAEvb_ADFMgn4n4hc2vShYq2affaCR2GFiEUOUzENxFaDejcbaTAkH8VDqATpE-0Cs90fYiHo7MZO2TBnVbpKAC5zeCrw4nRGPYQx-V6X7jiQGDXIR-_OU8LW2XNvrrCvoPU5tFdlWYUQXvCArDZBYyBTw35HqRZVJeV7Nb1lFYUow80NtfPKaa782C2Gu9NeJ9CKvnuEzn6BsK50U06J63QS9iYtewwl8f_okCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBSr8klupGadVT2XsbxtRSoLk5-S8jAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAHtj0YWqN3sYjYN-GBQMYMg1YMdzO7_Q-Mm2bT6ToQzKlQ8U_PWSHKQvJWHVz6OjdsyQku_l92cmgLYjEAsKHlKyDCUGz59BlajwSHMI_0DlBN2h773g9gi_Wn3K2PVudya1UlPloKAp4OM1m09oNeh0KByOgBBsgYVqwFpoHESoyDICFB_cnqZwNxw5ye-LGz4ePuRuzt9cKoe9ilJji_A2qUk1fJwdoxerf6Cm4EjYpfyGFVeXy4DodU8rwtg4rQt4YgjyxKtAqlFfMbJfqTqF4htWkY8wvqFKPXppJO8FYnc7A4R50cSPMF-Y70wHazRM1UXs0NWuK8_5R1Cw2Uo&s=ducZ6A02gNLZbZ-NCGo-Xrvij40_YT0NbPegJSfFKloe5Ahtbyy7r4Ib3EipVhUJuoN-mW49AjefqH82UhX8VlOTPH-iqdJ5HieNBXjlnrEe0U0EES-j19mcPmT-MAvtOOAbxmMS3jc6tqHHcFf-NxSNeXh3XxMiw8Vu4Ac0QRpPRv6g3xaeYjf7FCIg0jODF0EhqNBqoSC5Goj_Fq6JzvpJzbMEwr857LEXYZyPNNgvWc5fvJhyQdMpU3nFg5u1KOHB-qZnTbMfsxo6cU2vWCjjwi166Mwz1iuyWjKce4M92a9pmnvRJDDzDLqnAc2TTeXLF8SQNTvPpcRBbBGFGg&h=zvHJdobfMbUk55MzZxJpScGMmlTehlgpg_6Z1zdYl4U", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZORFV3TlRJME56Z3RObU5oTVMwME56ZGxMVGd6TnpVdE0ySmhNall3TmpnMk16Y3g/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwMDUzNTM2MzI1ODI4JmM9TUlJSHBUQ0NCbzJnQXdJQkFnSVRPZ08xZWFOREVpX0J2R0NUeFFBRUE3VjVvekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1U1R1VrRWdRMEVnTURFd0hoY05NalF3T1RJME1ESXhPREUxV2hjTk1qVXdNekl6TURJeE9ERTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTWxIR2RucUtMZUYyRjRPc2dBT2NIRk5VQWppTEZwNkZDeGx4UU9ZZzUxQ2MzemVrLUJBc0dmODlhVUdUR01KQ2RIRTFtVGF3MXFfUFVXUENrc1lXcDNOY0NDb1Zpbm0ybzFNVVJTd2FXSXJxbE5BU0hBRXZiX0FERk1nbjRuNGhjMnZTaFlxMmFmZmFDUjJHRmlFVU9VekVOeEZhRGVqY2JhVEFrSDhWRHFBVHBFLTBDczkwZllpSG83TVpPMlRCblZicEtBQzV6ZUNydzRuUkdQWVF4LVY2WDdqaVFHRFhJUi1fT1U4TFcyWE52cnJDdm9QVTV0RmRsV1lVUVh2Q0FyRFpCWXlCVHczNUhxUlpWSmVWN05iMWxGWVVvdzgwTnRmUEthYTc4MkMyR3U5TmVKOUNLdm51RXpuNkJzSzUwVTA2SjYzUVM5aVl0ZXd3bDhmX29rQ0F3RUFBYU9DQkpJd2dnU09NQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSGFCZ2dyQmdFRkJRY0JBUVNDQWN3d2dnSElNR1lHQ0NzR0FRVUZCekFDaGxwb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRbGt5VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWxPUmxKQkpUSXdRMEVsTWpBd01TZzBLUzVqY25Rd1ZnWUlLd1lCQlFVSE1BS0dTbWgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwSlpNbEJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpUa1pTUVNVeU1FTkJKVEl3TURFb05Da3VZM0owTUZZR0NDc0dBUVVGQnpBQ2hrcG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5Q1dUSlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NVNUdVa0VsTWpCRFFTVXlNREF4S0RRcExtTnlkREJXQmdnckJnRUZCUWN3QW9aS2FIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWxreVVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsT1JsSkJKVEl3UTBFbE1qQXdNU2cwS1M1amNuUXdWZ1lJS3dZQkJRVUhNQUtHU21oMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMMEpaTWxCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKME1CMEdBMVVkRGdRV0JCU3I4a2x1cEdhZFZUMlhzYnh0UlNvTGs1LVM4akFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0UxQmdOVkhSOEVnZ0VzTUlJQktEQ0NBU1NnZ2dFZ29JSUJISVpDYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCVGwyWnRuX1Bqc3Vydnd3S2lkaWxlSXVkOC1ZekFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFIdGowWVdxTjNzWWpZTi1HQlFNWU1nMVlNZHpPN19RLU1tMmJUNlRvUXpLbFE4VV9QV1NIS1F2SldIVno2T2pkc3lRa3VfbDkyY21nTFlqRUFzS0hsS3lEQ1VHejU5QmxhandTSE1JXzBEbEJOMmg3NzNnOWdpX1duM0syUFZ1ZHlhMVVsUGxvS0FwNE9NMW0wOW9OZWgwS0J5T2dCQnNnWVZxd0Zwb0hFU295RElDRkJfY25xWndOeHc1eWUtTEd6NGVQdVJ1enQ5Y0tvZTlpbEpqaV9BMnFVazFmSndkb3hlcmY2Q200RWpZcGZ5R0ZWZVh5NERvZFU4cnd0ZzRyUXQ0WWdqeXhLdEFxbEZmTWJKZnFUcUY0aHRXa1k4d3ZxRktQWHBwSk84RlluYzdBNFI1MGNTUE1GLVk3MHdIYXpSTTFVWHMwTld1SzhfNVIxQ3cyVW8mcz1kdWNaNkEwMmdOTFpiWi1OQ0dvLVhydmlqNDBfWVQwTmJQZWdKU2ZGS2xvZTVBaHRieXk3cjRJYjNFaXBWaFVKdW9OLW1XNDlBamVmcUg4MlVoWDhWbE9UUEgtaXFkSjVIaWVOQlhqbG5yRWUwVTBFRVMtajE5bWNQbVQtTUF2dE9PQWJ4bU1TM2pjNnRxSEhjRmYtTnhTTmVYaDNYeE1pdzhWdTRBYzBRUnBQUnY2ZzN4YWVZamY3RkNJZzBqT0RGMEVocU5CcW9TQzVHb2pfRnE2Snp2cEp6Yk1Fd3I4NTdMRVhZWnlQTk5ndldjNWZ2Smh5UWRNcFUzbkZnNXUxS09IQi1xWm5UYk1mc3hvNmNVMnZXQ2pqd2kxNjZNd3oxaXV5V2pLY2U0TTkyYTlwbW52UkpERHpETHFuQWMyVFRlWExGOFNRTlR2UHBjUkJiQkdGR2cmaD16dkhKZG9iZk1iVWs1NU16WnhKcFNjR01tbFRlaGxncGdfNloxemRZbDRV", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f082576d-52bb-4766-abc3-7eb06bac082b" + "f7ef57ac-c572-4a4a-b455-3428d760259b" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -341,20 +374,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "7a551758-a975-4407-b0d3-482c00f831b7" + "508d7a64-ddd0-4ea5-aff4-3495f1f91eed" ], "x-ms-correlation-request-id": [ - "7a551758-a975-4407-b0d3-482c00f831b7" + "508d7a64-ddd0-4ea5-aff4-3495f1f91eed" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185208Z:7a551758-a975-4407-b0d3-482c00f831b7" + "JAPANWEST:20241205T142406Z:508d7a64-ddd0-4ea5-aff4-3495f1f91eed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -362,8 +395,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8AB6BC9E0F3E44B4B3D3E4538E6ADCEC Ref B: TYO201100117023 Ref C: 2024-12-05T14:24:06Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:07 GMT" + "Thu, 05 Dec 2024 14:24:06 GMT" ], "Content-Length": [ "20" @@ -379,18 +418,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYTQ3ZWFhMGMtN2FhMy00ZmU4LWJhMjQtYjBjYjdjYzAwOTNmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWVRRM1pXRmhNR010TjJGaE15MDBabVU0TFdKaE1qUXRZakJqWWpkall6QXdPVE5tTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfNDUwNTI0NzgtNmNhMS00NzdlLTgzNzUtM2JhMjYwNjg2Mzcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690053536325828&c=MIIHpTCCBo2gAwIBAgITOgO1eaNDEi_BvGCTxQAEA7V5ozANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSU5GUkEgQ0EgMDEwHhcNMjQwOTI0MDIxODE1WhcNMjUwMzIzMDIxODE1WjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMlHGdnqKLeF2F4OsgAOcHFNUAjiLFp6FCxlxQOYg51Cc3zek-BAsGf89aUGTGMJCdHE1mTaw1q_PUWPCksYWp3NcCCoVinm2o1MURSwaWIrqlNASHAEvb_ADFMgn4n4hc2vShYq2affaCR2GFiEUOUzENxFaDejcbaTAkH8VDqATpE-0Cs90fYiHo7MZO2TBnVbpKAC5zeCrw4nRGPYQx-V6X7jiQGDXIR-_OU8LW2XNvrrCvoPU5tFdlWYUQXvCArDZBYyBTw35HqRZVJeV7Nb1lFYUow80NtfPKaa782C2Gu9NeJ9CKvnuEzn6BsK50U06J63QS9iYtewwl8f_okCAwEAAaOCBJIwggSOMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHaBggrBgEFBQcBAQSCAcwwggHIMGYGCCsGAQUFBzAChlpodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MFYGCCsGAQUFBzAChkpodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9CWTJQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSU5GUkElMjBDQSUyMDAxKDQpLmNydDBWBggrBgEFBQcwAoZKaHR0cDovL2NybDMuYW1lLmdibC9haWEvQlkyUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMElORlJBJTIwQ0ElMjAwMSg0KS5jcnQwVgYIKwYBBQUHMAKGSmh0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0JZMlBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3J0MB0GA1UdDgQWBBSr8klupGadVT2XsbxtRSoLk5-S8jAOBgNVHQ8BAf8EBAMCBaAwggE1BgNVHR8EggEsMIIBKDCCASSgggEgoIIBHIZCaHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JshjRodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJTkZSQSUyMENBJTIwMDEoNCkuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBTl2Ztn_PjsurvwwKidileIud8-YzAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAHtj0YWqN3sYjYN-GBQMYMg1YMdzO7_Q-Mm2bT6ToQzKlQ8U_PWSHKQvJWHVz6OjdsyQku_l92cmgLYjEAsKHlKyDCUGz59BlajwSHMI_0DlBN2h773g9gi_Wn3K2PVudya1UlPloKAp4OM1m09oNeh0KByOgBBsgYVqwFpoHESoyDICFB_cnqZwNxw5ye-LGz4ePuRuzt9cKoe9ilJji_A2qUk1fJwdoxerf6Cm4EjYpfyGFVeXy4DodU8rwtg4rQt4YgjyxKtAqlFfMbJfqTqF4htWkY8wvqFKPXppJO8FYnc7A4R50cSPMF-Y70wHazRM1UXs0NWuK8_5R1Cw2Uo&s=ducZ6A02gNLZbZ-NCGo-Xrvij40_YT0NbPegJSfFKloe5Ahtbyy7r4Ib3EipVhUJuoN-mW49AjefqH82UhX8VlOTPH-iqdJ5HieNBXjlnrEe0U0EES-j19mcPmT-MAvtOOAbxmMS3jc6tqHHcFf-NxSNeXh3XxMiw8Vu4Ac0QRpPRv6g3xaeYjf7FCIg0jODF0EhqNBqoSC5Goj_Fq6JzvpJzbMEwr857LEXYZyPNNgvWc5fvJhyQdMpU3nFg5u1KOHB-qZnTbMfsxo6cU2vWCjjwi166Mwz1iuyWjKce4M92a9pmnvRJDDzDLqnAc2TTeXLF8SQNTvPpcRBbBGFGg&h=zvHJdobfMbUk55MzZxJpScGMmlTehlgpg_6Z1zdYl4U", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZORFV3TlRJME56Z3RObU5oTVMwME56ZGxMVGd6TnpVdE0ySmhNall3TmpnMk16Y3g/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwMDUzNTM2MzI1ODI4JmM9TUlJSHBUQ0NCbzJnQXdJQkFnSVRPZ08xZWFOREVpX0J2R0NUeFFBRUE3VjVvekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1U1R1VrRWdRMEVnTURFd0hoY05NalF3T1RJME1ESXhPREUxV2hjTk1qVXdNekl6TURJeE9ERTFXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTWxIR2RucUtMZUYyRjRPc2dBT2NIRk5VQWppTEZwNkZDeGx4UU9ZZzUxQ2MzemVrLUJBc0dmODlhVUdUR01KQ2RIRTFtVGF3MXFfUFVXUENrc1lXcDNOY0NDb1Zpbm0ybzFNVVJTd2FXSXJxbE5BU0hBRXZiX0FERk1nbjRuNGhjMnZTaFlxMmFmZmFDUjJHRmlFVU9VekVOeEZhRGVqY2JhVEFrSDhWRHFBVHBFLTBDczkwZllpSG83TVpPMlRCblZicEtBQzV6ZUNydzRuUkdQWVF4LVY2WDdqaVFHRFhJUi1fT1U4TFcyWE52cnJDdm9QVTV0RmRsV1lVUVh2Q0FyRFpCWXlCVHczNUhxUlpWSmVWN05iMWxGWVVvdzgwTnRmUEthYTc4MkMyR3U5TmVKOUNLdm51RXpuNkJzSzUwVTA2SjYzUVM5aVl0ZXd3bDhmX29rQ0F3RUFBYU9DQkpJd2dnU09NQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSGFCZ2dyQmdFRkJRY0JBUVNDQWN3d2dnSElNR1lHQ0NzR0FRVUZCekFDaGxwb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRbGt5VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWxPUmxKQkpUSXdRMEVsTWpBd01TZzBLUzVqY25Rd1ZnWUlLd1lCQlFVSE1BS0dTbWgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwSlpNbEJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpUa1pTUVNVeU1FTkJKVEl3TURFb05Da3VZM0owTUZZR0NDc0dBUVVGQnpBQ2hrcG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5Q1dUSlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NVNUdVa0VsTWpCRFFTVXlNREF4S0RRcExtTnlkREJXQmdnckJnRUZCUWN3QW9aS2FIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UWxreVVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsT1JsSkJKVEl3UTBFbE1qQXdNU2cwS1M1amNuUXdWZ1lJS3dZQkJRVUhNQUtHU21oMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMMEpaTWxCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKME1CMEdBMVVkRGdRV0JCU3I4a2x1cEdhZFZUMlhzYnh0UlNvTGs1LVM4akFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0UxQmdOVkhSOEVnZ0VzTUlJQktEQ0NBU1NnZ2dFZ29JSUJISVpDYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc2hqUm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKVGtaU1FTVXlNRU5CSlRJd01ERW9OQ2t1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCVGwyWnRuX1Bqc3Vydnd3S2lkaWxlSXVkOC1ZekFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFIdGowWVdxTjNzWWpZTi1HQlFNWU1nMVlNZHpPN19RLU1tMmJUNlRvUXpLbFE4VV9QV1NIS1F2SldIVno2T2pkc3lRa3VfbDkyY21nTFlqRUFzS0hsS3lEQ1VHejU5QmxhandTSE1JXzBEbEJOMmg3NzNnOWdpX1duM0syUFZ1ZHlhMVVsUGxvS0FwNE9NMW0wOW9OZWgwS0J5T2dCQnNnWVZxd0Zwb0hFU295RElDRkJfY25xWndOeHc1eWUtTEd6NGVQdVJ1enQ5Y0tvZTlpbEpqaV9BMnFVazFmSndkb3hlcmY2Q200RWpZcGZ5R0ZWZVh5NERvZFU4cnd0ZzRyUXQ0WWdqeXhLdEFxbEZmTWJKZnFUcUY0aHRXa1k4d3ZxRktQWHBwSk84RlluYzdBNFI1MGNTUE1GLVk3MHdIYXpSTTFVWHMwTld1SzhfNVIxQ3cyVW8mcz1kdWNaNkEwMmdOTFpiWi1OQ0dvLVhydmlqNDBfWVQwTmJQZWdKU2ZGS2xvZTVBaHRieXk3cjRJYjNFaXBWaFVKdW9OLW1XNDlBamVmcUg4MlVoWDhWbE9UUEgtaXFkSjVIaWVOQlhqbG5yRWUwVTBFRVMtajE5bWNQbVQtTUF2dE9PQWJ4bU1TM2pjNnRxSEhjRmYtTnhTTmVYaDNYeE1pdzhWdTRBYzBRUnBQUnY2ZzN4YWVZamY3RkNJZzBqT0RGMEVocU5CcW9TQzVHb2pfRnE2Snp2cEp6Yk1Fd3I4NTdMRVhZWnlQTk5ndldjNWZ2Smh5UWRNcFUzbkZnNXUxS09IQi1xWm5UYk1mc3hvNmNVMnZXQ2pqd2kxNjZNd3oxaXV5V2pLY2U0TTkyYTlwbW52UkpERHpETHFuQWMyVFRlWExGOFNRTlR2UHBjUkJiQkdGR2cmaD16dkhKZG9iZk1iVWs1NU16WnhKcFNjR01tbFRlaGxncGdfNloxemRZbDRV", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f082576d-52bb-4766-abc3-7eb06bac082b" + "f7ef57ac-c572-4a4a-b455-3428d760259b" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -401,20 +440,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "b32477fa-d9b3-4bb7-8d43-cd2f7efbf6e4" + "1ebe4772-337b-4cac-82ba-627630113b3b" ], "x-ms-correlation-request-id": [ - "b32477fa-d9b3-4bb7-8d43-cd2f7efbf6e4" + "1ebe4772-337b-4cac-82ba-627630113b3b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185238Z:b32477fa-d9b3-4bb7-8d43-cd2f7efbf6e4" + "JAPANWEST:20241205T142437Z:1ebe4772-337b-4cac-82ba-627630113b3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -422,8 +461,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8585E6FB60C14CAB826D19AD48FDEC60 Ref B: TYO201100117023 Ref C: 2024-12-05T14:24:37Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:37 GMT" + "Thu, 05 Dec 2024 14:24:36 GMT" ], "Content-Length": [ "22" @@ -439,18 +484,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f082576d-52bb-4766-abc3-7eb06bac082b" + "f7ef57ac-c572-4a4a-b455-3428d760259b" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -461,20 +506,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "e57f01ad-ebfa-42f3-8212-e73dfe5af21d" + "ec2f5a82-2647-4eea-b99f-0f17f97146d8" ], "x-ms-correlation-request-id": [ - "e57f01ad-ebfa-42f3-8212-e73dfe5af21d" + "ec2f5a82-2647-4eea-b99f-0f17f97146d8" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185239Z:e57f01ad-ebfa-42f3-8212-e73dfe5af21d" + "JAPANWEST:20241205T142438Z:ec2f5a82-2647-4eea-b99f-0f17f97146d8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -482,11 +527,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: ECD3C0C321B340DD8BE3821A675D4AC9 Ref B: TYO201100117023 Ref C: 2024-12-05T14:24:37Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:39 GMT" + "Thu, 05 Dec 2024 14:24:38 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -495,25 +546,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f082576d-52bb-4766-abc3-7eb06bac082b" + "f7ef57ac-c572-4a4a-b455-3428d760259b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -524,20 +575,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "51e2f5bb-09b5-4338-83b3-4b5a28d1379a" + "ff604995-ab7d-4d9b-addc-4196a8908cac" ], "x-ms-correlation-request-id": [ - "51e2f5bb-09b5-4338-83b3-4b5a28d1379a" + "ff604995-ab7d-4d9b-addc-4196a8908cac" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185240Z:51e2f5bb-09b5-4338-83b3-4b5a28d1379a" + "JAPANWEST:20241205T142440Z:ff604995-ab7d-4d9b-addc-4196a8908cac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -545,11 +596,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: A5C076C3F33543E58D227095A55A32EE Ref B: TYO201100117023 Ref C: 2024-12-05T14:24:38Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:40 GMT" + "Thu, 05 Dec 2024 14:24:39 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -558,25 +615,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "57daaf28-8aaf-489f-8e78-cc64a5837848" + "80c2e740-822b-49ee-9bbd-7a2634a020cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -587,20 +644,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "cb02c173-5e8c-4fd6-852b-7664ca43cc49" + "25a184d3-1462-47e1-bfb8-ebf5480e91c4" ], "x-ms-correlation-request-id": [ - "cb02c173-5e8c-4fd6-852b-7664ca43cc49" + "25a184d3-1462-47e1-bfb8-ebf5480e91c4" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185241Z:cb02c173-5e8c-4fd6-852b-7664ca43cc49" + "JAPANEAST:20241205T142441Z:25a184d3-1462-47e1-bfb8-ebf5480e91c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -608,11 +665,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: E0BA94670F8A477DB150D9224D636A96 Ref B: TYO201151002029 Ref C: 2024-12-05T14:24:40Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:41 GMT" + "Thu, 05 Dec 2024 14:24:41 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -621,25 +684,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "5f590151-84f5-43f7-832b-633897a0cda4" + "933a6518-bf72-406e-82b4-3ca349cccfbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -650,20 +713,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "bddc34a6-bb2a-4029-aac9-d85138a7bb12" + "86f5789b-c446-4900-9f6d-99735dc36865" ], "x-ms-correlation-request-id": [ - "bddc34a6-bb2a-4029-aac9-d85138a7bb12" + "86f5789b-c446-4900-9f6d-99735dc36865" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185243Z:bddc34a6-bb2a-4029-aac9-d85138a7bb12" + "JAPANEAST:20241205T142446Z:86f5789b-c446-4900-9f6d-99735dc36865" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -671,11 +734,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: AAF190092637422E95D65AEA56B4D07C Ref B: TYO201151006023 Ref C: 2024-12-05T14:24:45Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:43 GMT" + "Thu, 05 Dec 2024 14:24:45 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -684,25 +753,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "9b000b9c-92b9-4b61-a511-117f1aedcca9" + "a340e384-333f-429e-af3f-c19e1354993c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -713,20 +782,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "9901f1c3-d9ce-475c-a905-6f9c6263ad28" + "d9a36af9-db3f-4059-a638-5ec6b97c6a82" ], "x-ms-correlation-request-id": [ - "9901f1c3-d9ce-475c-a905-6f9c6263ad28" + "d9a36af9-db3f-4059-a638-5ec6b97c6a82" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185245Z:9901f1c3-d9ce-475c-a905-6f9c6263ad28" + "JAPANEAST:20241205T142454Z:d9a36af9-db3f-4059-a638-5ec6b97c6a82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -734,11 +803,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B6F42FE75F3B469BB179802E8BB04757 Ref B: TYO201151006029 Ref C: 2024-12-05T14:24:52Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:44 GMT" + "Thu, 05 Dec 2024 14:24:54 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -747,25 +822,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "62215ef5-51e7-4d82-9921-6e4f149905e4" + "79b981a9-cab9-4f72-a879-d14e0ebab731" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -776,20 +851,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "cf99aed9-671e-4f70-b214-59032f4b375c" + "7ed7e214-10bb-4fa5-adb8-055c66e66f49" ], "x-ms-correlation-request-id": [ - "cf99aed9-671e-4f70-b214-59032f4b375c" + "7ed7e214-10bb-4fa5-adb8-055c66e66f49" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185247Z:cf99aed9-671e-4f70-b214-59032f4b375c" + "JAPANWEST:20241205T142457Z:7ed7e214-10bb-4fa5-adb8-055c66e66f49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -797,11 +872,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 4993E5D97F62442D84F3C1F3305E18FA Ref B: TYO201100116011 Ref C: 2024-12-05T14:24:56Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:46 GMT" + "Thu, 05 Dec 2024 14:24:57 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -810,25 +891,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "99111bf0-bc18-489f-8ea5-77667dcc2826" + "a83a71d1-8dc4-4270-97d8-3ba7edf2f54f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -839,20 +920,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "a9a8ab3b-617e-4b37-835c-9efdd9c217c8" + "5d67697e-df0b-44fb-9e9f-a1dc8b56addf" ], "x-ms-correlation-request-id": [ - "a9a8ab3b-617e-4b37-835c-9efdd9c217c8" + "5d67697e-df0b-44fb-9e9f-a1dc8b56addf" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185249Z:a9a8ab3b-617e-4b37-835c-9efdd9c217c8" + "JAPANEAST:20241205T142501Z:5d67697e-df0b-44fb-9e9f-a1dc8b56addf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -860,11 +941,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8A7305988B8A44579247B8EEF864E8D0 Ref B: TYO201151002025 Ref C: 2024-12-05T14:24:59Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:49 GMT" + "Thu, 05 Dec 2024 14:25:00 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -873,25 +960,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "0c3c52f8-029a-4b30-aafb-df5f45a509fe" + "b8b78ebe-ddad-493e-b261-f1bf14fe4266" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -902,20 +989,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "5a013d80-b9f9-4b19-8b90-d29cc98d2759" + "d56be6de-db67-4933-a71d-3bbd8c6bdf28" ], "x-ms-correlation-request-id": [ - "5a013d80-b9f9-4b19-8b90-d29cc98d2759" + "d56be6de-db67-4933-a71d-3bbd8c6bdf28" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185251Z:5a013d80-b9f9-4b19-8b90-d29cc98d2759" + "JAPANEAST:20241205T142504Z:d56be6de-db67-4933-a71d-3bbd8c6bdf28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -923,11 +1010,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 901AABEECDD64A548EBAA03551263624 Ref B: TYO201151003062 Ref C: 2024-12-05T14:25:02Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:50 GMT" + "Thu, 05 Dec 2024 14:25:03 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -936,25 +1029,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "3edaca63-62d6-47cb-8a58-96822fee557a" + "f17310e9-fc10-4993-ae54-9842d05c425e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -965,20 +1058,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "8efaf82a-3c62-4be6-bea5-95222c4e1a03" + "cacddebb-87c6-4454-b8dc-6a679ec57d14" ], "x-ms-correlation-request-id": [ - "8efaf82a-3c62-4be6-bea5-95222c4e1a03" + "cacddebb-87c6-4454-b8dc-6a679ec57d14" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185252Z:8efaf82a-3c62-4be6-bea5-95222c4e1a03" + "JAPANEAST:20241205T142507Z:cacddebb-87c6-4454-b8dc-6a679ec57d14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -986,11 +1079,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 1BC22BBD507742DE9236F1FEC13F0F07 Ref B: TYO201151001054 Ref C: 2024-12-05T14:25:06Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:51 GMT" + "Thu, 05 Dec 2024 14:25:06 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -999,25 +1098,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "d72671ef-5678-4ff6-b1fa-2dad02452bdd" + "446ddfe9-08ab-4099-b79b-2f2ed625d928" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1028,20 +1127,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "9baebe5b-c04c-4b90-9006-4aaf3c39fd51" + "80e93f55-8f95-402a-9fae-bc547f74f840" ], "x-ms-correlation-request-id": [ - "9baebe5b-c04c-4b90-9006-4aaf3c39fd51" + "80e93f55-8f95-402a-9fae-bc547f74f840" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185254Z:9baebe5b-c04c-4b90-9006-4aaf3c39fd51" + "JAPANWEST:20241205T142510Z:80e93f55-8f95-402a-9fae-bc547f74f840" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1049,11 +1148,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 91D760772C4D4C7E83E6B477F57DD7DD Ref B: TYO201100117007 Ref C: 2024-12-05T14:25:09Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:53 GMT" + "Thu, 05 Dec 2024 14:25:10 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1062,25 +1167,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "9e85a79a-111e-4f52-881a-394692bd3e3c" + "c59b1e70-03a3-41f4-b7a1-850a5c4419ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1091,20 +1196,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "aea49338-a287-4409-9b0f-56c588a2c4f0" + "16a3970d-ce0a-4011-83b1-9dec0865e3b3" ], "x-ms-correlation-request-id": [ - "aea49338-a287-4409-9b0f-56c588a2c4f0" + "16a3970d-ce0a-4011-83b1-9dec0865e3b3" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185256Z:aea49338-a287-4409-9b0f-56c588a2c4f0" + "JAPANWEST:20241205T142514Z:16a3970d-ce0a-4011-83b1-9dec0865e3b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1112,11 +1217,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: AAF9E7B56EF94D1B84349AC187B180D8 Ref B: TYO201100117053 Ref C: 2024-12-05T14:25:12Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:55 GMT" + "Thu, 05 Dec 2024 14:25:13 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1125,25 +1236,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "17005673-833a-420d-b333-545f3f1d5ad6" + "db3012e0-e225-4337-843f-874a693dacfb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1154,20 +1265,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "bdd86dd0-aed5-4a13-9e50-594f4265b861" + "56ba8503-6ac3-4a7d-9a45-cee877d403ef" ], "x-ms-correlation-request-id": [ - "bdd86dd0-aed5-4a13-9e50-594f4265b861" + "56ba8503-6ac3-4a7d-9a45-cee877d403ef" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185257Z:bdd86dd0-aed5-4a13-9e50-594f4265b861" + "JAPANWEST:20241205T142517Z:56ba8503-6ac3-4a7d-9a45-cee877d403ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1175,11 +1286,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B2DC7D35BB6A428A881410C9CE6B0CAD Ref B: TYO201100113051 Ref C: 2024-12-05T14:25:16Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:57 GMT" + "Thu, 05 Dec 2024 14:25:16 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1188,25 +1305,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "8c290468-75ea-40aa-90c6-1b89bb318f6f" + "50d21f9b-9f58-4d57-ba18-d633266ebe51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1217,20 +1334,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "07106cd1-1b15-4f91-a3f0-8036ac75871d" + "c96a5cf0-13ca-4e5e-9fa0-09f8066f0d86" ], "x-ms-correlation-request-id": [ - "07106cd1-1b15-4f91-a3f0-8036ac75871d" + "c96a5cf0-13ca-4e5e-9fa0-09f8066f0d86" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185259Z:07106cd1-1b15-4f91-a3f0-8036ac75871d" + "JAPANWEST:20241205T142520Z:c96a5cf0-13ca-4e5e-9fa0-09f8066f0d86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1238,11 +1355,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 7C5D64B236BF43FDB3DB498588C6C18A Ref B: TYO201100113031 Ref C: 2024-12-05T14:25:19Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:59 GMT" + "Thu, 05 Dec 2024 14:25:19 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1251,25 +1374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "4da7af18-179d-465d-954c-3f7fe40f67db" + "7148ff4f-97de-4ead-89a8-0cc4d14ac07f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1280,20 +1403,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "f5736dfb-ea39-49a3-91df-ee5df28f621e" + "b319e5a6-b58f-4cac-9103-caccdcac2cd9" ], "x-ms-correlation-request-id": [ - "f5736dfb-ea39-49a3-91df-ee5df28f621e" + "b319e5a6-b58f-4cac-9103-caccdcac2cd9" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185301Z:f5736dfb-ea39-49a3-91df-ee5df28f621e" + "JAPANEAST:20241205T142524Z:b319e5a6-b58f-4cac-9103-caccdcac2cd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1301,11 +1424,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6A828B45CCC5401D99F800F8D0FE628A Ref B: TYO201151004054 Ref C: 2024-12-05T14:25:22Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:01 GMT" + "Thu, 05 Dec 2024 14:25:23 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1314,25 +1443,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c93667a0-261e-4a80-9915-95a7eae6c5a0" + "99871fbb-367b-48bc-b5b7-e8f0f20a00d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1343,20 +1472,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "62f1a03b-b860-4d24-be45-1180329e37e8" + "c27bd1d9-dba8-4d5b-b62b-32a79e15a6c1" ], "x-ms-correlation-request-id": [ - "62f1a03b-b860-4d24-be45-1180329e37e8" + "c27bd1d9-dba8-4d5b-b62b-32a79e15a6c1" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185303Z:62f1a03b-b860-4d24-be45-1180329e37e8" + "JAPANWEST:20241205T142528Z:c27bd1d9-dba8-4d5b-b62b-32a79e15a6c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1364,11 +1493,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: A9CFFD6367034623AA922854247AB14A Ref B: TYO201100117053 Ref C: 2024-12-05T14:25:26Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:02 GMT" + "Thu, 05 Dec 2024 14:25:27 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1377,25 +1512,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "bed45868-3b0e-4f69-9294-f0cba19abea2" + "b5eae20c-1763-4b56-9bc7-2851cd93dd64" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1406,20 +1541,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "936255f1-2bc5-44f0-becb-704783e26b60" + "aee226fe-6012-49a4-b9ad-4ec008eb37fd" ], "x-ms-correlation-request-id": [ - "936255f1-2bc5-44f0-becb-704783e26b60" + "aee226fe-6012-49a4-b9ad-4ec008eb37fd" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185305Z:936255f1-2bc5-44f0-becb-704783e26b60" + "JAPANEAST:20241205T142530Z:aee226fe-6012-49a4-b9ad-4ec008eb37fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1427,11 +1562,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 5C011742CADF4EB3A9EF21A135873EBE Ref B: TYO201151001034 Ref C: 2024-12-05T14:25:29Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:04 GMT" + "Thu, 05 Dec 2024 14:25:30 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1440,25 +1581,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "fc6fd00c-1f74-47c7-80ab-c72a2e054f34" + "1735aafc-75b0-4c6a-a5bf-bb4c43681d40" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1469,20 +1610,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "4f5d2eab-62a5-49fa-97eb-9c8f395bf960" + "62e1477f-0e01-4c08-83c8-43f8a24a693c" ], "x-ms-correlation-request-id": [ - "4f5d2eab-62a5-49fa-97eb-9c8f395bf960" + "62e1477f-0e01-4c08-83c8-43f8a24a693c" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185306Z:4f5d2eab-62a5-49fa-97eb-9c8f395bf960" + "JAPANWEST:20241205T142534Z:62e1477f-0e01-4c08-83c8-43f8a24a693c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1490,11 +1631,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: AEE7963095B945B39D89ABD03BE642C7 Ref B: TYO201100116029 Ref C: 2024-12-05T14:25:33Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:06 GMT" + "Thu, 05 Dec 2024 14:25:33 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1503,25 +1650,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "104ead27-29ed-4037-9976-f2d10f75cbc3" + "3af0a784-02d8-4f5e-91c0-859404a3d901" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1532,20 +1679,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "9c27a819-9ce4-45eb-ba16-3a3deb42cfe2" + "8aa32470-e9c4-4713-8704-eba1cd42a83c" ], "x-ms-correlation-request-id": [ - "9c27a819-9ce4-45eb-ba16-3a3deb42cfe2" + "8aa32470-e9c4-4713-8704-eba1cd42a83c" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185308Z:9c27a819-9ce4-45eb-ba16-3a3deb42cfe2" + "JAPANEAST:20241205T142538Z:8aa32470-e9c4-4713-8704-eba1cd42a83c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1553,11 +1700,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: A33905FA0D80490E8D63E456C2D46C3D Ref B: TYO201151004036 Ref C: 2024-12-05T14:25:36Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:08 GMT" + "Thu, 05 Dec 2024 14:25:37 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1566,25 +1719,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "74c3c6a6-e524-42ce-a72a-c091b1a46103" + "879d1667-3b14-4153-89a2-08564e170318" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1595,20 +1748,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "220e2b9b-9b82-42fc-ae94-e62225535f11" + "92ae1e7b-7b04-4956-9385-70aa598150bf" ], "x-ms-correlation-request-id": [ - "220e2b9b-9b82-42fc-ae94-e62225535f11" + "92ae1e7b-7b04-4956-9385-70aa598150bf" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185310Z:220e2b9b-9b82-42fc-ae94-e62225535f11" + "JAPANEAST:20241205T142542Z:92ae1e7b-7b04-4956-9385-70aa598150bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1616,11 +1769,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 285C57F53BFD4D579404E2FA4F4C13E0 Ref B: TYO201151005060 Ref C: 2024-12-05T14:25:40Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:09 GMT" + "Thu, 05 Dec 2024 14:25:41 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1629,25 +1788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "932d7929-beb3-4a52-8796-6f08777c8935" + "a597c9dd-652d-418c-b340-528deeccdcf8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1658,20 +1817,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "bd927546-d3c9-4e64-a5bb-1624a5c4a440" + "396b4254-7fad-4718-819c-f2c877edf912" ], "x-ms-correlation-request-id": [ - "bd927546-d3c9-4e64-a5bb-1624a5c4a440" + "396b4254-7fad-4718-819c-f2c877edf912" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185312Z:bd927546-d3c9-4e64-a5bb-1624a5c4a440" + "JAPANEAST:20241205T142545Z:396b4254-7fad-4718-819c-f2c877edf912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1679,11 +1838,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 5169FF6D6CDA475CBC50CE208587952B Ref B: TYO201151002009 Ref C: 2024-12-05T14:25:44Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:12 GMT" + "Thu, 05 Dec 2024 14:25:44 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1692,25 +1857,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "16d53476-c8cd-48c4-ba14-62c0d2bb45b5" + "49cf9628-166f-4db6-b672-003d07a6d1f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1721,20 +1886,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "aa42e9a7-9352-4d31-abcf-74a8aecd167f" + "694c9ca6-2dfb-4728-9dfb-acfd4542f5da" ], "x-ms-correlation-request-id": [ - "aa42e9a7-9352-4d31-abcf-74a8aecd167f" + "694c9ca6-2dfb-4728-9dfb-acfd4542f5da" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185313Z:aa42e9a7-9352-4d31-abcf-74a8aecd167f" + "JAPANEAST:20241205T142548Z:694c9ca6-2dfb-4728-9dfb-acfd4542f5da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1742,11 +1907,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 7035027837884CA7A8093C30789178CD Ref B: TYO201151002029 Ref C: 2024-12-05T14:25:47Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:13 GMT" + "Thu, 05 Dec 2024 14:25:48 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1755,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "7da1a65c-6b8d-4722-8d1e-6ed825575b1e" + "65141be0-d649-4ea1-8ad4-80b356f91b71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1784,20 +1955,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "d8937e22-910e-4bde-8af4-0eb7c463d5aa" + "c8abcfe1-ef00-4e8e-a489-5e757a883792" ], "x-ms-correlation-request-id": [ - "d8937e22-910e-4bde-8af4-0eb7c463d5aa" + "c8abcfe1-ef00-4e8e-a489-5e757a883792" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185315Z:d8937e22-910e-4bde-8af4-0eb7c463d5aa" + "JAPANWEST:20241205T142551Z:c8abcfe1-ef00-4e8e-a489-5e757a883792" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1805,11 +1976,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 93D7431E9CF64F31BA3557739A0C8849 Ref B: TYO201100116035 Ref C: 2024-12-05T14:25:50Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:15 GMT" + "Thu, 05 Dec 2024 14:25:51 GMT" ], "Content-Length": [ - "1567" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1818,25 +1995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986\",\r\n \"name\": \"ps7986\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps5130\",\r\n \"etag\": \"AAAADHxV94M=\",\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\": \"ps7986.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\": \"ps7986\",\r\n \"endpoint\": \"sb://iothub-ns-ps7986-24619239-03d3f5a9c2.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:50:37.3766667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263\",\r\n \"name\": \"ps5263\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps5683\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5263.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\": \"ps5263\",\r\n \"endpoint\": \"sb://iothub-ns-ps5263-63327121-efb9a44783.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-05T14:22:32.8733333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "57daaf28-8aaf-489f-8e78-cc64a5837848" + "80c2e740-822b-49ee-9bbd-7a2634a020cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1847,20 +2024,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "aca9df16-bc43-43f3-a613-b61e7b40621f" + "9608ae73-b4c8-400f-b771-f85d5fd54738" ], "x-ms-correlation-request-id": [ - "aca9df16-bc43-43f3-a613-b61e7b40621f" + "9608ae73-b4c8-400f-b771-f85d5fd54738" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185241Z:aca9df16-bc43-43f3-a613-b61e7b40621f" + "JAPANEAST:20241205T142442Z:9608ae73-b4c8-400f-b771-f85d5fd54738" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1868,8 +2045,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8A0A52617A274F24A3F5552187B806FE Ref B: TYO201151002029 Ref C: 2024-12-05T14:24:42Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:41 GMT" + "Thu, 05 Dec 2024 14:24:42 GMT" ], "Content-Length": [ "905" @@ -1885,21 +2068,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "5f590151-84f5-43f7-832b-633897a0cda4" + "933a6518-bf72-406e-82b4-3ca349cccfbe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1910,20 +2093,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "87f4cc96-8f8f-4fe4-9681-def56176bfc8" + "98cc3ff0-e46b-417b-8d0b-6fa4da75a15c" ], "x-ms-correlation-request-id": [ - "87f4cc96-8f8f-4fe4-9681-def56176bfc8" + "98cc3ff0-e46b-417b-8d0b-6fa4da75a15c" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185243Z:87f4cc96-8f8f-4fe4-9681-def56176bfc8" + "JAPANEAST:20241205T142447Z:98cc3ff0-e46b-417b-8d0b-6fa4da75a15c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1931,8 +2114,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8C1BF18B897149DC8058945197C09D97 Ref B: TYO201151006023 Ref C: 2024-12-05T14:24:46Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:43 GMT" + "Thu, 05 Dec 2024 14:24:46 GMT" ], "Content-Length": [ "905" @@ -1948,21 +2137,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "9b000b9c-92b9-4b61-a511-117f1aedcca9" + "a340e384-333f-429e-af3f-c19e1354993c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1973,20 +2162,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "9dc1a916-472f-4cb2-8ea5-2e8e6c5d0fda" + "101053c6-c285-4f11-88e1-cbf7721f6a3a" ], "x-ms-correlation-request-id": [ - "9dc1a916-472f-4cb2-8ea5-2e8e6c5d0fda" + "101053c6-c285-4f11-88e1-cbf7721f6a3a" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185245Z:9dc1a916-472f-4cb2-8ea5-2e8e6c5d0fda" + "JAPANEAST:20241205T142454Z:101053c6-c285-4f11-88e1-cbf7721f6a3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1994,8 +2183,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: ED592A898F50431EB0FB8B57F50B2458 Ref B: TYO201151006029 Ref C: 2024-12-05T14:24:54Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:44 GMT" + "Thu, 05 Dec 2024 14:24:54 GMT" ], "Content-Length": [ "905" @@ -2011,21 +2206,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "62215ef5-51e7-4d82-9921-6e4f149905e4" + "79b981a9-cab9-4f72-a879-d14e0ebab731" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2036,20 +2231,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "2c25a06d-7cde-4209-af2c-47361cd6cdae" + "a3af2dbe-57ee-48c2-9c6b-113f89ba427f" ], "x-ms-correlation-request-id": [ - "2c25a06d-7cde-4209-af2c-47361cd6cdae" + "a3af2dbe-57ee-48c2-9c6b-113f89ba427f" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185248Z:2c25a06d-7cde-4209-af2c-47361cd6cdae" + "JAPANWEST:20241205T142458Z:a3af2dbe-57ee-48c2-9c6b-113f89ba427f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2057,8 +2252,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 47305191E71F4EF5B9CF906AD02206BC Ref B: TYO201100116011 Ref C: 2024-12-05T14:24:57Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:47 GMT" + "Thu, 05 Dec 2024 14:24:57 GMT" ], "Content-Length": [ "905" @@ -2074,21 +2275,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "99111bf0-bc18-489f-8ea5-77667dcc2826" + "a83a71d1-8dc4-4270-97d8-3ba7edf2f54f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2099,20 +2300,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "9d5c6b31-f1fa-407e-b01e-ea129d395630" + "82a42b74-1d17-4a8b-bac9-edc2e9b31b2b" ], "x-ms-correlation-request-id": [ - "9d5c6b31-f1fa-407e-b01e-ea129d395630" + "82a42b74-1d17-4a8b-bac9-edc2e9b31b2b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185250Z:9d5c6b31-f1fa-407e-b01e-ea129d395630" + "JAPANEAST:20241205T142501Z:82a42b74-1d17-4a8b-bac9-edc2e9b31b2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2120,8 +2321,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6088FF22F3CB4D78A19CF40D4FE6A346 Ref B: TYO201151002025 Ref C: 2024-12-05T14:25:01Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:49 GMT" + "Thu, 05 Dec 2024 14:25:00 GMT" ], "Content-Length": [ "905" @@ -2137,21 +2344,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "0c3c52f8-029a-4b30-aafb-df5f45a509fe" + "b8b78ebe-ddad-493e-b261-f1bf14fe4266" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2162,20 +2369,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "3dacd41b-e427-4492-94f5-c61bc9236f35" + "da0c8a4f-8de5-4dc6-9c39-7412aa4c64b7" ], "x-ms-correlation-request-id": [ - "3dacd41b-e427-4492-94f5-c61bc9236f35" + "da0c8a4f-8de5-4dc6-9c39-7412aa4c64b7" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185251Z:3dacd41b-e427-4492-94f5-c61bc9236f35" + "JAPANEAST:20241205T142504Z:da0c8a4f-8de5-4dc6-9c39-7412aa4c64b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2183,8 +2390,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0AE45622B01F4971BD5F9F82CE10AD17 Ref B: TYO201151003062 Ref C: 2024-12-05T14:25:04Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:51 GMT" + "Thu, 05 Dec 2024 14:25:04 GMT" ], "Content-Length": [ "905" @@ -2200,21 +2413,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "3edaca63-62d6-47cb-8a58-96822fee557a" + "f17310e9-fc10-4993-ae54-9842d05c425e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2225,20 +2438,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "a6afb459-3dee-47c4-bbd0-4aa55e78c91a" + "9414c984-5c47-4495-9cf6-3d096f68a5c5" ], "x-ms-correlation-request-id": [ - "a6afb459-3dee-47c4-bbd0-4aa55e78c91a" + "9414c984-5c47-4495-9cf6-3d096f68a5c5" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185253Z:a6afb459-3dee-47c4-bbd0-4aa55e78c91a" + "JAPANEAST:20241205T142508Z:9414c984-5c47-4495-9cf6-3d096f68a5c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2246,8 +2459,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 008561BFB98146FBAB21AE4E4ACA8C3B Ref B: TYO201151001054 Ref C: 2024-12-05T14:25:07Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:52 GMT" + "Thu, 05 Dec 2024 14:25:07 GMT" ], "Content-Length": [ "905" @@ -2263,21 +2482,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "d72671ef-5678-4ff6-b1fa-2dad02452bdd" + "446ddfe9-08ab-4099-b79b-2f2ed625d928" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2288,20 +2507,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "6ca2bb2b-e9c3-4bb7-8d96-b67ae342a5af" + "e42e6933-e5ea-48a5-a179-165a73f92ea1" ], "x-ms-correlation-request-id": [ - "6ca2bb2b-e9c3-4bb7-8d96-b67ae342a5af" + "e42e6933-e5ea-48a5-a179-165a73f92ea1" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185254Z:6ca2bb2b-e9c3-4bb7-8d96-b67ae342a5af" + "JAPANWEST:20241205T142511Z:e42e6933-e5ea-48a5-a179-165a73f92ea1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2309,8 +2528,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: DA159CAD80044395847B47395652EBCE Ref B: TYO201100117007 Ref C: 2024-12-05T14:25:10Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:54 GMT" + "Thu, 05 Dec 2024 14:25:11 GMT" ], "Content-Length": [ "905" @@ -2326,21 +2551,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "9e85a79a-111e-4f52-881a-394692bd3e3c" + "c59b1e70-03a3-41f4-b7a1-850a5c4419ab" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2351,20 +2576,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "033e162b-2d05-45eb-81ab-2a786c5f8bb2" + "e818cf2c-4394-4ca3-ba5e-dfaf2150e7a9" ], "x-ms-correlation-request-id": [ - "033e162b-2d05-45eb-81ab-2a786c5f8bb2" + "e818cf2c-4394-4ca3-ba5e-dfaf2150e7a9" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185256Z:033e162b-2d05-45eb-81ab-2a786c5f8bb2" + "JAPANWEST:20241205T142514Z:e818cf2c-4394-4ca3-ba5e-dfaf2150e7a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2372,8 +2597,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6797AF714D934C1796838CCECDD144F2 Ref B: TYO201100117053 Ref C: 2024-12-05T14:25:14Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:55 GMT" + "Thu, 05 Dec 2024 14:25:14 GMT" ], "Content-Length": [ "905" @@ -2389,21 +2620,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "17005673-833a-420d-b333-545f3f1d5ad6" + "db3012e0-e225-4337-843f-874a693dacfb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2414,20 +2645,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "eae5cd06-f987-42ff-a2c4-7678ee21498c" + "78aea39d-c340-4e3e-9442-60ed9e8d25c2" ], "x-ms-correlation-request-id": [ - "eae5cd06-f987-42ff-a2c4-7678ee21498c" + "78aea39d-c340-4e3e-9442-60ed9e8d25c2" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185258Z:eae5cd06-f987-42ff-a2c4-7678ee21498c" + "JAPANWEST:20241205T142517Z:78aea39d-c340-4e3e-9442-60ed9e8d25c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2435,8 +2666,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: A4ED0F15659342338F259D3AD276256D Ref B: TYO201100113051 Ref C: 2024-12-05T14:25:17Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:57 GMT" + "Thu, 05 Dec 2024 14:25:17 GMT" ], "Content-Length": [ "905" @@ -2452,21 +2689,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "8c290468-75ea-40aa-90c6-1b89bb318f6f" + "50d21f9b-9f58-4d57-ba18-d633266ebe51" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2477,20 +2714,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "768e3ee5-225e-47d3-a5b7-00234f68fc2f" + "0556f1aa-870b-4071-a4be-0a50f560c191" ], "x-ms-correlation-request-id": [ - "768e3ee5-225e-47d3-a5b7-00234f68fc2f" + "0556f1aa-870b-4071-a4be-0a50f560c191" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185259Z:768e3ee5-225e-47d3-a5b7-00234f68fc2f" + "JAPANWEST:20241205T142521Z:0556f1aa-870b-4071-a4be-0a50f560c191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2498,8 +2735,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 11C4B5D58ADD4A31BB1AF7198C422899 Ref B: TYO201100113031 Ref C: 2024-12-05T14:25:20Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:52:59 GMT" + "Thu, 05 Dec 2024 14:25:20 GMT" ], "Content-Length": [ "905" @@ -2515,21 +2758,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "4da7af18-179d-465d-954c-3f7fe40f67db" + "7148ff4f-97de-4ead-89a8-0cc4d14ac07f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2540,20 +2783,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "0ab4cc02-c69f-4d16-9310-4f04e9754593" + "e0b7baeb-6b9f-49ae-9bec-ad2fbbc64f45" ], "x-ms-correlation-request-id": [ - "0ab4cc02-c69f-4d16-9310-4f04e9754593" + "e0b7baeb-6b9f-49ae-9bec-ad2fbbc64f45" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185301Z:0ab4cc02-c69f-4d16-9310-4f04e9754593" + "JAPANEAST:20241205T142524Z:e0b7baeb-6b9f-49ae-9bec-ad2fbbc64f45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2561,8 +2804,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 7FF920CC94224243843704AC1DEE463E Ref B: TYO201151004054 Ref C: 2024-12-05T14:25:24Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:01 GMT" + "Thu, 05 Dec 2024 14:25:24 GMT" ], "Content-Length": [ "905" @@ -2578,21 +2827,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "c93667a0-261e-4a80-9915-95a7eae6c5a0" + "99871fbb-367b-48bc-b5b7-e8f0f20a00d5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2603,20 +2852,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "111904a9-d4fe-42f2-8668-0ca3431bed25" + "6db55cee-d058-4d58-9b21-f2b01eded30a" ], "x-ms-correlation-request-id": [ - "111904a9-d4fe-42f2-8668-0ca3431bed25" + "6db55cee-d058-4d58-9b21-f2b01eded30a" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185303Z:111904a9-d4fe-42f2-8668-0ca3431bed25" + "JAPANWEST:20241205T142528Z:6db55cee-d058-4d58-9b21-f2b01eded30a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2624,8 +2873,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 3BC2210A1D354485919160C3A084D8DB Ref B: TYO201100117053 Ref C: 2024-12-05T14:25:28Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:03 GMT" + "Thu, 05 Dec 2024 14:25:27 GMT" ], "Content-Length": [ "905" @@ -2641,21 +2896,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "bed45868-3b0e-4f69-9294-f0cba19abea2" + "b5eae20c-1763-4b56-9bc7-2851cd93dd64" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2666,20 +2921,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "b1f3418a-58f0-432e-8854-689812f172f6" + "e41cccd6-e02b-4e84-bf63-25424a1ccc70" ], "x-ms-correlation-request-id": [ - "b1f3418a-58f0-432e-8854-689812f172f6" + "e41cccd6-e02b-4e84-bf63-25424a1ccc70" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185305Z:b1f3418a-58f0-432e-8854-689812f172f6" + "JAPANEAST:20241205T142531Z:e41cccd6-e02b-4e84-bf63-25424a1ccc70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2687,8 +2942,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 637F049AF2BF4468B54F1B865EA2F9B1 Ref B: TYO201151001034 Ref C: 2024-12-05T14:25:31Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:05 GMT" + "Thu, 05 Dec 2024 14:25:31 GMT" ], "Content-Length": [ "905" @@ -2704,21 +2965,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "fc6fd00c-1f74-47c7-80ab-c72a2e054f34" + "1735aafc-75b0-4c6a-a5bf-bb4c43681d40" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2729,20 +2990,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "fb597732-2205-4f90-a964-fd5efffc16df" + "5007bb82-0e2b-4e2a-a8ae-f32b173f8538" ], "x-ms-correlation-request-id": [ - "fb597732-2205-4f90-a964-fd5efffc16df" + "5007bb82-0e2b-4e2a-a8ae-f32b173f8538" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185306Z:fb597732-2205-4f90-a964-fd5efffc16df" + "JAPANWEST:20241205T142535Z:5007bb82-0e2b-4e2a-a8ae-f32b173f8538" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2750,8 +3011,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 65EA6C6D732D45E489504E2823709CF8 Ref B: TYO201100116029 Ref C: 2024-12-05T14:25:34Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:06 GMT" + "Thu, 05 Dec 2024 14:25:34 GMT" ], "Content-Length": [ "905" @@ -2767,21 +3034,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "104ead27-29ed-4037-9976-f2d10f75cbc3" + "3af0a784-02d8-4f5e-91c0-859404a3d901" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2792,20 +3059,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "a8005d2d-329d-475e-b934-966947514635" + "1b8520bb-e35a-4d76-afa1-0d6fab08dcfc" ], "x-ms-correlation-request-id": [ - "a8005d2d-329d-475e-b934-966947514635" + "1b8520bb-e35a-4d76-afa1-0d6fab08dcfc" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185309Z:a8005d2d-329d-475e-b934-966947514635" + "JAPANEAST:20241205T142538Z:1b8520bb-e35a-4d76-afa1-0d6fab08dcfc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2813,8 +3080,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: EC9484C840044E09B70CC73B384CABB9 Ref B: TYO201151004036 Ref C: 2024-12-05T14:25:38Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:08 GMT" + "Thu, 05 Dec 2024 14:25:38 GMT" ], "Content-Length": [ "905" @@ -2830,21 +3103,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "74c3c6a6-e524-42ce-a72a-c091b1a46103" + "879d1667-3b14-4153-89a2-08564e170318" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2855,20 +3128,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "798" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11998" ], "x-ms-request-id": [ - "1ced8a77-d65c-4a6c-9731-1df784bb8302" + "1f285e38-f0c6-4c32-8afc-a9affb43a58e" ], "x-ms-correlation-request-id": [ - "1ced8a77-d65c-4a6c-9731-1df784bb8302" + "1f285e38-f0c6-4c32-8afc-a9affb43a58e" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185311Z:1ced8a77-d65c-4a6c-9731-1df784bb8302" + "JAPANEAST:20241205T142542Z:1f285e38-f0c6-4c32-8afc-a9affb43a58e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2876,8 +3149,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8E5D18D44E404325B17CA4730C2044D2 Ref B: TYO201151005060 Ref C: 2024-12-05T14:25:42Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:10 GMT" + "Thu, 05 Dec 2024 14:25:42 GMT" ], "Content-Length": [ "905" @@ -2893,21 +3172,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "932d7929-beb3-4a52-8796-6f08777c8935" + "a597c9dd-652d-418c-b340-528deeccdcf8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2918,20 +3197,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "b725205b-911d-44f1-bfe3-7c4ae0453ff6" + "3f3c6a90-fd10-4b0a-b690-2db8706678a1" ], "x-ms-correlation-request-id": [ - "b725205b-911d-44f1-bfe3-7c4ae0453ff6" + "3f3c6a90-fd10-4b0a-b690-2db8706678a1" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185312Z:b725205b-911d-44f1-bfe3-7c4ae0453ff6" + "JAPANEAST:20241205T142546Z:3f3c6a90-fd10-4b0a-b690-2db8706678a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2939,8 +3218,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 4D7AEA181B654B589E8FBC7FC7B79E29 Ref B: TYO201151002009 Ref C: 2024-12-05T14:25:45Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:12 GMT" + "Thu, 05 Dec 2024 14:25:45 GMT" ], "Content-Length": [ "905" @@ -2956,21 +3241,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "16d53476-c8cd-48c4-ba14-62c0d2bb45b5" + "49cf9628-166f-4db6-b672-003d07a6d1f7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2981,20 +3266,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "244d3c82-2234-48fb-8d9b-bd0aa7be4c99" + "8f36f5bd-d67d-4ad9-bf38-1e655fc43094" ], "x-ms-correlation-request-id": [ - "244d3c82-2234-48fb-8d9b-bd0aa7be4c99" + "8f36f5bd-d67d-4ad9-bf38-1e655fc43094" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185314Z:244d3c82-2234-48fb-8d9b-bd0aa7be4c99" + "JAPANEAST:20241205T142549Z:8f36f5bd-d67d-4ad9-bf38-1e655fc43094" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3002,8 +3287,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B17FA89CFDED46F2BFA9168BA934B1C4 Ref B: TYO201151002029 Ref C: 2024-12-05T14:25:48Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:13 GMT" + "Thu, 05 Dec 2024 14:25:48 GMT" ], "Content-Length": [ "905" @@ -3019,21 +3310,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjMvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "7da1a65c-6b8d-4722-8d1e-6ed825575b1e" + "65141be0-d649-4ea1-8ad4-80b356f91b71" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3044,20 +3335,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "c82ea8fc-d8f8-49cb-a871-662c1a203654" + "20fd6e38-f924-4c97-975e-83fe4c07064c" ], "x-ms-correlation-request-id": [ - "c82ea8fc-d8f8-49cb-a871-662c1a203654" + "20fd6e38-f924-4c97-975e-83fe4c07064c" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185315Z:c82ea8fc-d8f8-49cb-a871-662c1a203654" + "JAPANWEST:20241205T142552Z:20fd6e38-f924-4c97-975e-83fe4c07064c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3065,8 +3356,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: CFAF50D34B4943C99E44CEA23BA3E935 Ref B: TYO201100116035 Ref C: 2024-12-05T14:25:52Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:15 GMT" + "Thu, 05 Dec 2024 14:25:51 GMT" ], "Content-Length": [ "905" @@ -3082,21 +3379,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps5130/providers/Microsoft.Devices/IotHubs/ps7986?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNTEzMC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczc5ODY/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps5683/providers/Microsoft.Devices/IotHubs/ps5263?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNTY4My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczUyNjM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "DELETE", "RequestHeaders": { "x-ms-client-request-id": [ - "bc6fdfb3-5b18-41fe-be4d-13e4882d8103" + "8b2b3400-a203-4e1b-9c25-082a37b5a818" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3108,28 +3405,28 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjE3YmZlNDMtMmNjYS00Yzg0LThlNDQtZTI0ZGJmYjcxMDQ3O3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other" + "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfZjgzMmFjNmUtYmYzNy00NmUzLThlMzEtYzUzMjFiYzRhMTVj?api-version=2021-07-02&operationSource=os_ih&t=638690055562750464&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=JlgK4h7dvK2t7aeLafXKvq3p40SjGaHaUGqYwpgmTeMu3Zc4CgHIdj5hgMYLr5wP75dKBFkH7I5bFLCYDAkzJe2QQ4N5Mna76NK2WgRbi-RoNYvhJDjILJgfdzCp6XXat6ePKqSOoDlz1ifngIAz_5Y6bHG_cLxPfY6HMs0oUckcLbCNFuVfdNRefdieg9GXThB2k5dBSe-RHR5gFZHiD-a0UTZirFQNkugJ5JswFufnejHjN41085w3FeQIupV2oAiKWUSXnyZU1duh6GqfSebDIXQYQYLqdhdCbbhG88LEkcxGU-inbQrSUr5h4u14q4MkDHaRuPpg5XCvKQgd2A&h=wpqZ6PkDfkIkE4yNuqNuo4BCwxi7WdLBkHNgkAMTF60" ], "Retry-After": [ "15" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjE3YmZlNDMtMmNjYS00Yzg0LThlNDQtZTI0ZGJmYjcxMDQ3O3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfZjgzMmFjNmUtYmYzNy00NmUzLThlMzEtYzUzMjFiYzRhMTVj?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690055562750464&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=JlgK4h7dvK2t7aeLafXKvq3p40SjGaHaUGqYwpgmTeMu3Zc4CgHIdj5hgMYLr5wP75dKBFkH7I5bFLCYDAkzJe2QQ4N5Mna76NK2WgRbi-RoNYvhJDjILJgfdzCp6XXat6ePKqSOoDlz1ifngIAz_5Y6bHG_cLxPfY6HMs0oUckcLbCNFuVfdNRefdieg9GXThB2k5dBSe-RHR5gFZHiD-a0UTZirFQNkugJ5JswFufnejHjN41085w3FeQIupV2oAiKWUSXnyZU1duh6GqfSebDIXQYQYLqdhdCbbhG88LEkcxGU-inbQrSUr5h4u14q4MkDHaRuPpg5XCvKQgd2A&h=wpqZ6PkDfkIkE4yNuqNuo4BCwxi7WdLBkHNgkAMTF60" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-deletes": [ + "11999" ], "x-ms-request-id": [ - "cb1def40-96c4-4e1f-9093-a647e9654523" + "a58df861-a5db-4f61-8fb1-82c9a16af4db" ], "x-ms-correlation-request-id": [ - "cb1def40-96c4-4e1f-9093-a647e9654523" + "a58df861-a5db-4f61-8fb1-82c9a16af4db" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185318Z:cb1def40-96c4-4e1f-9093-a647e9654523" + "JAPANEAST:20241205T142556Z:a58df861-a5db-4f61-8fb1-82c9a16af4db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3137,35 +3434,38 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 16 Feb 2023 18:53:18 GMT" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "Content-Length": [ - "4" + "X-MSEdge-Ref": [ + "Ref A: AACC5CD9607943709A56BF2A8D50ADB3 Ref B: TYO201151005054 Ref C: 2024-12-05T14:25:54Z" ], - "Content-Type": [ - "application/json; charset=utf-8" + "Date": [ + "Thu, 05 Dec 2024 14:25:56 GMT" ], "Expires": [ "-1" + ], + "Content-Length": [ + "0" ] }, - "ResponseBody": "null", + "ResponseBody": "", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjE3YmZlNDMtMmNjYS00Yzg0LThlNDQtZTI0ZGJmYjcxMDQ3O3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWWpFM1ltWmxORE10TW1OallTMDBZemcwTFRobE5EUXRaVEkwWkdKbVlqY3hNRFEzTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfZjgzMmFjNmUtYmYzNy00NmUzLThlMzEtYzUzMjFiYzRhMTVj?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690055562750464&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=JlgK4h7dvK2t7aeLafXKvq3p40SjGaHaUGqYwpgmTeMu3Zc4CgHIdj5hgMYLr5wP75dKBFkH7I5bFLCYDAkzJe2QQ4N5Mna76NK2WgRbi-RoNYvhJDjILJgfdzCp6XXat6ePKqSOoDlz1ifngIAz_5Y6bHG_cLxPfY6HMs0oUckcLbCNFuVfdNRefdieg9GXThB2k5dBSe-RHR5gFZHiD-a0UTZirFQNkugJ5JswFufnejHjN41085w3FeQIupV2oAiKWUSXnyZU1duh6GqfSebDIXQYQYLqdhdCbbhG88LEkcxGU-inbQrSUr5h4u14q4MkDHaRuPpg5XCvKQgd2A&h=wpqZ6PkDfkIkE4yNuqNuo4BCwxi7WdLBkHNgkAMTF60", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZaamd6TW1Gak5tVXRZbVl6TnkwME5tVXpMVGhsTXpFdFl6VXpNakZpWXpSaE1UVmo/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwMDU1NTYyNzUwNDY0JmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPUpsZ0s0aDdkdksydDdhZUxhZlhLdnEzcDQwU2pHYUhhVUdxWXdwZ21UZU11M1pjNENnSElkajVoZ01ZTHI1d1A3NWRLQkZrSDdJNWJGTENZREFrekplMlFRNE41TW5hNzZOSzJXZ1JiaS1Sb05ZdmhKRGpJTEpnZmR6Q3A2WFhhdDZlUEtxU09vRGx6MWlmbmdJQXpfNVk2YkhHX2NMeFBmWTZITXMwb1Vja2NMYkNORnVWZmROUmVmZGllZzlHWFRoQjJrNWRCU2UtUkhSNWdGWkhpRC1hMFVUWmlyRlFOa3VnSjVKc3dGdWZuZWpIak40MTA4NXczRmVRSXVwVjJvQWlLV1VTWG55WlUxZHVoNkdxZlNlYkRJWFFZUVlMcWRoZENiYmhHODhMRWtjeEdVLWluYlFyU1VyNWg0dTE0cTRNa0RIYVJ1UHBnNVhDdktRZ2QyQSZoPXdwcVo2UGtEZmtJa0U0eU51cU51bzRCQ3d4aTdXZExCa0hOZ2tBTVRGNjA=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "bc6fdfb3-5b18-41fe-be4d-13e4882d8103" + "8b2b3400-a203-4e1b-9c25-082a37b5a818" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3176,20 +3476,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "66e82a9a-a398-4ccf-9228-0d56c8d36d86" + "79a9b815-8cc9-4715-afa0-0601f3c1ac2f" ], "x-ms-correlation-request-id": [ - "66e82a9a-a398-4ccf-9228-0d56c8d36d86" + "79a9b815-8cc9-4715-afa0-0601f3c1ac2f" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185333Z:66e82a9a-a398-4ccf-9228-0d56c8d36d86" + "JAPANEAST:20241205T142611Z:79a9b815-8cc9-4715-afa0-0601f3c1ac2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3197,8 +3497,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 3D860AB58947483CA4E133AE5EDDFA22 Ref B: TYO201151005054 Ref C: 2024-12-05T14:26:11Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:33 GMT" + "Thu, 05 Dec 2024 14:26:11 GMT" ], "Content-Length": [ "22" @@ -3214,18 +3520,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjE3YmZlNDMtMmNjYS00Yzg0LThlNDQtZTI0ZGJmYjcxMDQ3O3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWWpFM1ltWmxORE10TW1OallTMDBZemcwTFRobE5EUXRaVEkwWkdKbVlqY3hNRFEzTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXI=", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfZjgzMmFjNmUtYmYzNy00NmUzLThlMzEtYzUzMjFiYzRhMTVj?api-version=2021-07-02&operationSource=os_ih&t=638690055562750464&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=JlgK4h7dvK2t7aeLafXKvq3p40SjGaHaUGqYwpgmTeMu3Zc4CgHIdj5hgMYLr5wP75dKBFkH7I5bFLCYDAkzJe2QQ4N5Mna76NK2WgRbi-RoNYvhJDjILJgfdzCp6XXat6ePKqSOoDlz1ifngIAz_5Y6bHG_cLxPfY6HMs0oUckcLbCNFuVfdNRefdieg9GXThB2k5dBSe-RHR5gFZHiD-a0UTZirFQNkugJ5JswFufnejHjN41085w3FeQIupV2oAiKWUSXnyZU1duh6GqfSebDIXQYQYLqdhdCbbhG88LEkcxGU-inbQrSUr5h4u14q4MkDHaRuPpg5XCvKQgd2A&h=wpqZ6PkDfkIkE4yNuqNuo4BCwxi7WdLBkHNgkAMTF60", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZaamd6TW1Gak5tVXRZbVl6TnkwME5tVXpMVGhsTXpFdFl6VXpNakZpWXpSaE1UVmo/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmdD02Mzg2OTAwNTU1NjI3NTA0NjQmYz1NSUlIaHpDQ0JtLWdBd0lCQWdJVGZBV0hpemRYUUxSRGQ0OEo1QUFBQlllTE56QU5CZ2txaGtpRzl3MEJBUXNGQURCRU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFIwSk1NUk13RVFZS0NaSW1pWlB5TEdRQkdSWURRVTFGTVJnd0ZnWURWUVFERXc5QlRVVWdTVzVtY21FZ1EwRWdNRFV3SGhjTk1qUXdPVEl5TVRJd05EQXpXaGNOTWpVd016SXhNVEl3TkRBeldqQkFNVDR3UEFZRFZRUURFelZoYzNsdVkyOXdaWEpoZEdsdmJuTnBaMjVwYm1kalpYSjBhV1pwWTJGMFpTNXRZVzVoWjJWdFpXNTBMbUY2ZFhKbExtTnZiVENDQVNJd0RRWUpLb1pJaHZjTkFRRUJCUUFEZ2dFUEFEQ0NBUW9DZ2dFQkFMM0NwVVlqdXhvb0pTU3J3SzE5Rmp6aEJPQzZycE0ybnhFazhad3Bzd2ptUVNzNDM3MWxEOWNqcHpvaTFWNjZpenJPQVFPNWRSNFQ3Q0JBZHhDX1QxTGE3Ql9HQzBCTFRvRWZEYk9NTHVpajVlSktrR3k3NDNCWW1ObzVGWE1jbU8yZjJQeVpBOFE4Rk1rQnpZd2NwVWxDQnQwb2Z2am1GamIwbzE0LWxfd2tWOGNWcTZOQTVyajV2ellSWHJjQkJEeDBEWFp6eDBleS1EYWxEOEJJNUVmeHpsMHNGbkEtcXF0ZmkyeTZ0aHFNbE5QV3VHcWlZRk5ta2tvNWNhR3MzYTdoUXlfbXgzWGRDRHkyYVdxMFlYSXFkaXlZQ0E0TUdBX3ZMUXRqQ1VjQzRFbkhhTG5QbS05T0dGaEtaSFFaMmhRRUZJWW5uQ052c1NSVmFIQklhdGtDQXdFQUFhT0NCSFF3Z2dSd01DY0dDU3NHQVFRQmdqY1ZDZ1FhTUJnd0NnWUlLd1lCQlFVSEF3RXdDZ1lJS3dZQkJRVUhBd0l3UFFZSkt3WUJCQUdDTnhVSEJEQXdMZ1ltS3dZQkJBR0NOeFVJaHBEakRZVFZ0SGlFOFlzLWhadmRGczZkRW9GZ2hmbVJTNFdzbVRRQ0FXUUNBUWN3Z2dITEJnZ3JCZ0VGQlFjQkFRU0NBYjB3Z2dHNU1HTUdDQ3NHQVFVRkJ6QUNobGRvZEhSd09pOHZZM0pzTG0xcFkzSnZjMjltZEM1amIyMHZjR3RwYVc1bWNtRXZRMlZ5ZEhNdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213eExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUZNR0NDc0dBUVVGQnpBQ2hrZG9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMkZwWVM5RFR6RlFTMGxKVGxSRFFUQXhMa0ZOUlM1SFFreGZRVTFGSlRJd1NXNW1jbUVsTWpCRFFTVXlNREExTG1OeWREQlRCZ2dyQmdFRkJRY3dBb1pIYUhSMGNEb3ZMMk55YkRNdVlXMWxMbWRpYkM5aGFXRXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtdzBMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1CMEdBMVVkRGdRV0JCUjUzOW5FM3BPYVlxQzA5WVk1c0lub01rMlQtREFPQmdOVkhROEJBZjhFQkFNQ0JhQXdnZ0VtQmdOVkhSOEVnZ0VkTUlJQkdUQ0NBUldnZ2dFUm9JSUJEWVlfYUhSMGNEb3ZMMk55YkM1dGFXTnliM052Wm5RdVkyOXRMM0JyYVdsdVpuSmhMME5TVEM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01TNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNeTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc05DNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNNSUdkQmdOVkhTQUVnWlV3Z1pJd0RBWUtLd1lCQkFHQ04zc0JBVEJtQmdvckJnRUVBWUkzZXdJQ01GZ3dWZ1lJS3dZQkJRVUhBZ0l3U2g1SUFETUFNd0JsQURBQU1RQTVBRElBTVFBdEFEUUFaQUEyQURRQUxRQTBBR1lBT0FCakFDMEFZUUF3QURVQU5RQXRBRFVBWWdCa0FHRUFaZ0JtQUdRQU5RQmxBRE1BTXdCa01Bd0dDaXNHQVFRQmdqZDdBd0V3REFZS0t3WUJCQUdDTjNzRUFqQWZCZ05WSFNNRUdEQVdnQlI2MWhtRktIbHNjWFllWVBqelMtLWlCVUlXSFRBZEJnTlZIU1VFRmpBVUJnZ3JCZ0VGQlFjREFRWUlLd1lCQlFVSEF3SXdEUVlKS29aSWh2Y05BUUVMQlFBRGdnRUJBRlExemtMajJsN3JseXJNNGoybDhydEprSGl0SXhuVWtMa3llTFJyVnhaUGtmVjFfQUJqcm1yS1ZId2tzMVRUNXZ2MTkwWjFyU3N6SjhGM0JNYmFwdXFaazdUR19lSHFSVktua05ZcndYRUFuOTlWVUxXbG9Obm1zS2JuaWk1cWdBMjZLdllrTmNyeEo0TF85cENtM21UNDdBX212SGt6S25vdmd5NFhMZHZxUlBMMVFHQ19JdHc0WTRRQ2IxMXRFZERhYmhGWXgyaFkwemhNM3ZvSDRwV180Mk5idUczeHdOTEZlQTJMVGhPc0djZl80RjhielE2UG1fX3VvLVhybkJFMTNFUmltZ0w4Nk0tejloNlcyYlFVY0tYcUFmX1JoS2p2NWFpOUdFbklURDJhb1hCTzh0dTg1RGVsdlR2dUgxMmhuMnMyeEVlWU5NVVJZWE5DelljJnM9SmxnSzRoN2R2SzJ0N2FlTGFmWEt2cTNwNDBTakdhSGFVR3FZd3BnbVRlTXUzWmM0Q2dISWRqNWhnTVlMcjV3UDc1ZEtCRmtIN0k1YkZMQ1lEQWt6SmUyUVE0TjVNbmE3Nk5LMldnUmJpLVJvTll2aEpEaklMSmdmZHpDcDZYWGF0NmVQS3FTT29EbHoxaWZuZ0lBel81WTZiSEdfY0x4UGZZNkhNczBvVWNrY0xiQ05GdVZmZE5SZWZkaWVnOUdYVGhCMms1ZEJTZS1SSFI1Z0ZaSGlELWEwVVRaaXJGUU5rdWdKNUpzd0Z1Zm5lakhqTjQxMDg1dzNGZVFJdXBWMm9BaUtXVVNYbnlaVTFkdWg2R3FmU2ViRElYUVlRWUxxZGhkQ2JiaEc4OExFa2N4R1UtaW5iUXJTVXI1aDR1MTRxNE1rREhhUnVQcGc1WEN2S1FnZDJBJmg9d3BxWjZQa0Rma0lrRTR5TnVxTnVvNEJDd3hpN1dkTEJrSE5na0FNVEY2MA==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "bc6fdfb3-5b18-41fe-be4d-13e4882d8103" + "8b2b3400-a203-4e1b-9c25-082a37b5a818" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3237,25 +3543,25 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjE3YmZlNDMtMmNjYS00Yzg0LThlNDQtZTI0ZGJmYjcxMDQ3O3JlZ2lvbj13ZXN0dXM%3D?api-version=2021-07-02&operationSource=other" + "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfZjgzMmFjNmUtYmYzNy00NmUzLThlMzEtYzUzMjFiYzRhMTVj?api-version=2021-07-02&operationSource=os_ih&t=638690055722723079&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=q3V41CYn87Qy_ATSQiDdnXwCu4Vy5eToOjQNKaVO1_Slk0nOA6aAg5gjA9pGnm6qvQ4vWGZHpCcHTmF7y9i5Iz90wCDBuG7a2hGucbHNDRcnIfRTm7ffMA8WCw2c334XU906P3Xgtjy1R81r5EOkySs4M5bWW14y5I1wHOrUCKffLklVda5-1QOgGnucbMPgICqpzlovIhN3EPX3LYSkjW_r-vTpcgt82Ci_FLjMMpoNTmPkcbXbe8opW8UAzg7jVNjqCBOQbWA0kf771KiQhLm0iPnXirOCrUJvKGjXepUU8Jx5pzMzskEsMsBwUBTFMY32G0TAinZN0vbC1gb2yw&h=q2PW5vb9nSa6BlHdX9UlGbpQV0zTFCjzQN1JcI0s-_k" ], "Retry-After": [ "15" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "fc690c0f-64c3-44d6-96d4-9e1fa9228a66" + "01bff146-05b0-494a-af2a-4d11030d08da" ], "x-ms-correlation-request-id": [ - "fc690c0f-64c3-44d6-96d4-9e1fa9228a66" + "01bff146-05b0-494a-af2a-4d11030d08da" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185333Z:fc690c0f-64c3-44d6-96d4-9e1fa9228a66" + "JAPANEAST:20241205T142612Z:01bff146-05b0-494a-af2a-4d11030d08da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3263,8 +3569,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 832E9A6633844384BE4B727547876386 Ref B: TYO201151005054 Ref C: 2024-12-05T14:26:11Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:53:33 GMT" + "Thu, 05 Dec 2024 14:26:12 GMT" ], "Expires": [ "-1" @@ -3279,15 +3591,15 @@ ], "Names": { "Test-AzureRmIotHubConfigurationLifecycle": [ - "ps7986", - "ps5130", - "ps6064", - "ps8939", - "ps5652", - "ps2228" + "ps5263", + "ps5683", + "ps6696", + "ps6693", + "ps7351", + "ps2732" ] }, "Variables": { - "SubscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1" + "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f" } } \ No newline at end of file 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 ac8f23d6bf7f..bdfcc36dffcb 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 @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "ed5d2d5f-58a8-4f4c-89cc-88f979fd110f" + "4978f1ed-f6ca-44d5-93d8-830c596d978c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.68" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ] }, "RequestBody": "", @@ -27,16 +27,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "acb39d55-e6fe-4602-92ed-8257108c2997" + "114e5efb-a156-4ce6-90c2-4bc559e14569" ], "x-ms-correlation-request-id": [ - "acb39d55-e6fe-4602-92ed-8257108c2997" + "114e5efb-a156-4ce6-90c2-4bc559e14569" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184602Z:acb39d55-e6fe-4602-92ed-8257108c2997" + "JAPANEAST:20241206T021302Z:114e5efb-a156-4ce6-90c2-4bc559e14569" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,38 +47,44 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: DBE8A852209045858DDF7ECBBDF90E05 Ref B: TYO201100116033 Ref C: 2024-12-06T02:13:02Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:46:01 GMT" + "Fri, 06 Dec 2024 02:13:01 GMT" + ], + "Content-Length": [ + "10031" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "9626" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia Central 2\",\r\n \"Australia Central\"\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-15-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-07-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\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\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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/a386d5ea-ea90-441a-8263-d816368c84a1/resourcegroups/ps2081?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlZ3JvdXBzL3BzMjA4MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/ps8760?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlZ3JvdXBzL3BzODc2MD9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "8a399ee0-aaa2-4a04-af3d-cd34b2e3c313" + "c1ceaa64-55dd-4ce4-ab20-28efd2da7c3f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.68" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -93,16 +102,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "0a012f50-ee1c-45a7-b53a-016a00125678" + "aaee8a3f-6607-436c-a1ee-8fc5af5d3bed" ], "x-ms-correlation-request-id": [ - "0a012f50-ee1c-45a7-b53a-016a00125678" + "aaee8a3f-6607-436c-a1ee-8fc5af5d3bed" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184603Z:0a012f50-ee1c-45a7-b53a-016a00125678" + "JAPANEAST:20241206T021305Z:aaee8a3f-6607-436c-a1ee-8fc5af5d3bed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,8 +122,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 76233653ABC94FA693DECD5E8FCE0B9F Ref B: TYO201151004042 Ref C: 2024-12-06T02:13:02Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:46:02 GMT" + "Fri, 06 Dec 2024 02:13:05 GMT" ], "Content-Length": [ "165" @@ -123,25 +141,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081\",\r\n \"name\": \"ps2081\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760\",\r\n \"name\": \"ps8760\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "168909d1-e79d-44ee-990b-c9b6820a1b73" + "ebd11389-8084-451b-ab96-f54255209bfb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,23 +176,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNDRlMGYxOGQtOWQ0MC00Nzk0LWJlYzItZTM3Nzk5YzVhN2ZkO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "4999" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfODU4YmM0MjgtMDk0OC00OGVmLWE5MTctOWMzMGM2NTU4MWVm?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690480182964302&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=n8LiUtSC3UvYX_ZeTYTDgwjy1jpibyB6lWQF8CDy4ibZQowo8pYt3q1RW9p7IonrpRkzzSy01YewoeTonIJiaVev4h5EKlxtrZ9C80X_IecPEm6YQ7WTErLQsI8CYMWlQL7sORNdQtOC7lfsmwj7lSTM-DxbYpxarQpzgkVXu9BkCSv38sXM_MfizQF87qTROK5GzwyAX7IySb9rE8LATSkLJpxHy4j3uX0IhfjYLlTRVOABj0S-zDah82cNt2JhOHLAPAI6mUGOnMX1qSkIEsP_-yPp_QNAVjR7NQNhqM4dIZgwDYg0jc1uUm1n-W73vlyt0LIjFognpBbL37ULgA&h=Eo-vnwqcLSHNxHaMw5SVw2P6cB-1E6z2Fl7NkL4PI0k" + ], "x-ms-request-id": [ - "087977e7-e79d-4e0f-9fcb-c5b586aec6e7" + "a09ef86a-89f4-437e-b6f1-c04c7b34a7b9" ], "x-ms-correlation-request-id": [ - "087977e7-e79d-4e0f-9fcb-c5b586aec6e7" + "a09ef86a-89f4-437e-b6f1-c04c7b34a7b9" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184608Z:087977e7-e79d-4e0f-9fcb-c5b586aec6e7" + "JAPANEAST:20241206T021338Z:a09ef86a-89f4-437e-b6f1-c04c7b34a7b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -182,8 +197,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: F5148B9385D04744B5B976174018601B Ref B: TYO201151005011 Ref C: 2024-12-06T02:13:06Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:46:07 GMT" + "Fri, 06 Dec 2024 02:13:37 GMT" ], "Content-Length": [ "462" @@ -195,22 +216,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNDRlMGYxOGQtOWQ0MC00Nzk0LWJlYzItZTM3Nzk5YzVhN2ZkO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTkRSbE1HWXhPR1F0T1dRME1DMDBOemswTFdKbFl6SXRaVE0zTnprNVl6VmhOMlprTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfODU4YmM0MjgtMDk0OC00OGVmLWE5MTctOWMzMGM2NTU4MWVm?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690480182964302&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=n8LiUtSC3UvYX_ZeTYTDgwjy1jpibyB6lWQF8CDy4ibZQowo8pYt3q1RW9p7IonrpRkzzSy01YewoeTonIJiaVev4h5EKlxtrZ9C80X_IecPEm6YQ7WTErLQsI8CYMWlQL7sORNdQtOC7lfsmwj7lSTM-DxbYpxarQpzgkVXu9BkCSv38sXM_MfizQF87qTROK5GzwyAX7IySb9rE8LATSkLJpxHy4j3uX0IhfjYLlTRVOABj0S-zDah82cNt2JhOHLAPAI6mUGOnMX1qSkIEsP_-yPp_QNAVjR7NQNhqM4dIZgwDYg0jc1uUm1n-W73vlyt0LIjFognpBbL37ULgA&h=Eo-vnwqcLSHNxHaMw5SVw2P6cB-1E6z2Fl7NkL4PI0k", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZPRFU0WW1NME1qZ3RNRGswT0MwME9HVm1MV0U1TVRjdE9XTXpNR00yTlRVNE1XVm0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDgwMTgyOTY0MzAyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPW44TGlVdFNDM1V2WVhfWmVUWVREZ3dqeTFqcGlieUI2bFdRRjhDRHk0aWJaUW93bzhwWXQzcTFSVzlwN0lvbnJwUmt6elN5MDFZZXdvZVRvbklKaWFWZXY0aDVFS2x4dHJaOUM4MFhfSWVjUEVtNllRN1dURXJMUXNJOENZTVdsUUw3c09STmRRdE9DN2xmc213ajdsU1RNLUR4YllweGFyUXB6Z2tWWHU5QmtDU3YzOHNYTV9NZml6UUY4N3FUUk9LNUd6d3lBWDdJeVNiOXJFOExBVFNrTEpweEh5NGozdVgwSWhmallMbFRSVk9BQmowUy16RGFoODJjTnQySmhPSExBUEFJNm1VR09uTVgxcVNrSUVzUF8teVBwX1FOQVZqUjdOUU5ocU00ZElaZ3dEWWcwamMxdVVtMW4tVzczdmx5dDBMSWpGb2ducEJiTDM3VUxnQSZoPUVvLXZud3FjTFNITnhIYU13NVNWdzJQNmNCLTFFNnoyRmw3TmtMNFBJMGs=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "168909d1-e79d-44ee-990b-c9b6820a1b73" + "ebd11389-8084-451b-ab96-f54255209bfb" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -221,20 +242,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "511de8bb-7101-4f7f-9beb-49f0cabe653e" + "3e4f4820-3bd4-44d1-be03-8cbc2896a772" ], "x-ms-correlation-request-id": [ - "511de8bb-7101-4f7f-9beb-49f0cabe653e" + "3e4f4820-3bd4-44d1-be03-8cbc2896a772" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184638Z:511de8bb-7101-4f7f-9beb-49f0cabe653e" + "JAPANEAST:20241206T021408Z:3e4f4820-3bd4-44d1-be03-8cbc2896a772" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -242,8 +263,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 336C3732E94E473487EAF9D9AC53D545 Ref B: TYO201151005011 Ref C: 2024-12-06T02:14:08Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:46:38 GMT" + "Fri, 06 Dec 2024 02:14:07 GMT" ], "Content-Length": [ "20" @@ -259,18 +286,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNDRlMGYxOGQtOWQ0MC00Nzk0LWJlYzItZTM3Nzk5YzVhN2ZkO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTkRSbE1HWXhPR1F0T1dRME1DMDBOemswTFdKbFl6SXRaVE0zTnprNVl6VmhOMlprTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfODU4YmM0MjgtMDk0OC00OGVmLWE5MTctOWMzMGM2NTU4MWVm?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690480182964302&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=n8LiUtSC3UvYX_ZeTYTDgwjy1jpibyB6lWQF8CDy4ibZQowo8pYt3q1RW9p7IonrpRkzzSy01YewoeTonIJiaVev4h5EKlxtrZ9C80X_IecPEm6YQ7WTErLQsI8CYMWlQL7sORNdQtOC7lfsmwj7lSTM-DxbYpxarQpzgkVXu9BkCSv38sXM_MfizQF87qTROK5GzwyAX7IySb9rE8LATSkLJpxHy4j3uX0IhfjYLlTRVOABj0S-zDah82cNt2JhOHLAPAI6mUGOnMX1qSkIEsP_-yPp_QNAVjR7NQNhqM4dIZgwDYg0jc1uUm1n-W73vlyt0LIjFognpBbL37ULgA&h=Eo-vnwqcLSHNxHaMw5SVw2P6cB-1E6z2Fl7NkL4PI0k", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZPRFU0WW1NME1qZ3RNRGswT0MwME9HVm1MV0U1TVRjdE9XTXpNR00yTlRVNE1XVm0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDgwMTgyOTY0MzAyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPW44TGlVdFNDM1V2WVhfWmVUWVREZ3dqeTFqcGlieUI2bFdRRjhDRHk0aWJaUW93bzhwWXQzcTFSVzlwN0lvbnJwUmt6elN5MDFZZXdvZVRvbklKaWFWZXY0aDVFS2x4dHJaOUM4MFhfSWVjUEVtNllRN1dURXJMUXNJOENZTVdsUUw3c09STmRRdE9DN2xmc213ajdsU1RNLUR4YllweGFyUXB6Z2tWWHU5QmtDU3YzOHNYTV9NZml6UUY4N3FUUk9LNUd6d3lBWDdJeVNiOXJFOExBVFNrTEpweEh5NGozdVgwSWhmallMbFRSVk9BQmowUy16RGFoODJjTnQySmhPSExBUEFJNm1VR09uTVgxcVNrSUVzUF8teVBwX1FOQVZqUjdOUU5ocU00ZElaZ3dEWWcwamMxdVVtMW4tVzczdmx5dDBMSWpGb2ducEJiTDM3VUxnQSZoPUVvLXZud3FjTFNITnhIYU13NVNWdzJQNmNCLTFFNnoyRmw3TmtMNFBJMGs=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "168909d1-e79d-44ee-990b-c9b6820a1b73" + "ebd11389-8084-451b-ab96-f54255209bfb" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -281,20 +308,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "3cbe6320-7552-491a-abad-29562a3be496" + "38dd187c-c97c-4311-9515-892ceb096ad8" ], "x-ms-correlation-request-id": [ - "3cbe6320-7552-491a-abad-29562a3be496" + "38dd187c-c97c-4311-9515-892ceb096ad8" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184709Z:3cbe6320-7552-491a-abad-29562a3be496" + "JAPANEAST:20241206T021439Z:38dd187c-c97c-4311-9515-892ceb096ad8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -302,8 +329,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 027B3B536A524C90ABAF2EA788CEF11E Ref B: TYO201151005011 Ref C: 2024-12-06T02:14:38Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:47:08 GMT" + "Fri, 06 Dec 2024 02:14:38 GMT" ], "Content-Length": [ "20" @@ -319,18 +352,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNDRlMGYxOGQtOWQ0MC00Nzk0LWJlYzItZTM3Nzk5YzVhN2ZkO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTkRSbE1HWXhPR1F0T1dRME1DMDBOemswTFdKbFl6SXRaVE0zTnprNVl6VmhOMlprTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfODU4YmM0MjgtMDk0OC00OGVmLWE5MTctOWMzMGM2NTU4MWVm?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690480182964302&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=n8LiUtSC3UvYX_ZeTYTDgwjy1jpibyB6lWQF8CDy4ibZQowo8pYt3q1RW9p7IonrpRkzzSy01YewoeTonIJiaVev4h5EKlxtrZ9C80X_IecPEm6YQ7WTErLQsI8CYMWlQL7sORNdQtOC7lfsmwj7lSTM-DxbYpxarQpzgkVXu9BkCSv38sXM_MfizQF87qTROK5GzwyAX7IySb9rE8LATSkLJpxHy4j3uX0IhfjYLlTRVOABj0S-zDah82cNt2JhOHLAPAI6mUGOnMX1qSkIEsP_-yPp_QNAVjR7NQNhqM4dIZgwDYg0jc1uUm1n-W73vlyt0LIjFognpBbL37ULgA&h=Eo-vnwqcLSHNxHaMw5SVw2P6cB-1E6z2Fl7NkL4PI0k", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZPRFU0WW1NME1qZ3RNRGswT0MwME9HVm1MV0U1TVRjdE9XTXpNR00yTlRVNE1XVm0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDgwMTgyOTY0MzAyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPW44TGlVdFNDM1V2WVhfWmVUWVREZ3dqeTFqcGlieUI2bFdRRjhDRHk0aWJaUW93bzhwWXQzcTFSVzlwN0lvbnJwUmt6elN5MDFZZXdvZVRvbklKaWFWZXY0aDVFS2x4dHJaOUM4MFhfSWVjUEVtNllRN1dURXJMUXNJOENZTVdsUUw3c09STmRRdE9DN2xmc213ajdsU1RNLUR4YllweGFyUXB6Z2tWWHU5QmtDU3YzOHNYTV9NZml6UUY4N3FUUk9LNUd6d3lBWDdJeVNiOXJFOExBVFNrTEpweEh5NGozdVgwSWhmallMbFRSVk9BQmowUy16RGFoODJjTnQySmhPSExBUEFJNm1VR09uTVgxcVNrSUVzUF8teVBwX1FOQVZqUjdOUU5ocU00ZElaZ3dEWWcwamMxdVVtMW4tVzczdmx5dDBMSWpGb2ducEJiTDM3VUxnQSZoPUVvLXZud3FjTFNITnhIYU13NVNWdzJQNmNCLTFFNnoyRmw3TmtMNFBJMGs=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "168909d1-e79d-44ee-990b-c9b6820a1b73" + "ebd11389-8084-451b-ab96-f54255209bfb" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -341,20 +374,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "ab63c606-3bb5-4b68-a3b1-1db3812bccd4" + "9f0da474-0343-4b90-b05a-9df9fc70aac0" ], "x-ms-correlation-request-id": [ - "ab63c606-3bb5-4b68-a3b1-1db3812bccd4" + "9f0da474-0343-4b90-b05a-9df9fc70aac0" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184739Z:ab63c606-3bb5-4b68-a3b1-1db3812bccd4" + "JAPANEAST:20241206T021511Z:9f0da474-0343-4b90-b05a-9df9fc70aac0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -362,8 +395,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6B1EECAB45E949FBB421F38A7421365B Ref B: TYO201151005011 Ref C: 2024-12-06T02:15:11Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:47:38 GMT" + "Fri, 06 Dec 2024 02:15:10 GMT" ], "Content-Length": [ "20" @@ -379,18 +418,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNDRlMGYxOGQtOWQ0MC00Nzk0LWJlYzItZTM3Nzk5YzVhN2ZkO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTkRSbE1HWXhPR1F0T1dRME1DMDBOemswTFdKbFl6SXRaVE0zTnprNVl6VmhOMlprTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfODU4YmM0MjgtMDk0OC00OGVmLWE5MTctOWMzMGM2NTU4MWVm?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690480182964302&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=n8LiUtSC3UvYX_ZeTYTDgwjy1jpibyB6lWQF8CDy4ibZQowo8pYt3q1RW9p7IonrpRkzzSy01YewoeTonIJiaVev4h5EKlxtrZ9C80X_IecPEm6YQ7WTErLQsI8CYMWlQL7sORNdQtOC7lfsmwj7lSTM-DxbYpxarQpzgkVXu9BkCSv38sXM_MfizQF87qTROK5GzwyAX7IySb9rE8LATSkLJpxHy4j3uX0IhfjYLlTRVOABj0S-zDah82cNt2JhOHLAPAI6mUGOnMX1qSkIEsP_-yPp_QNAVjR7NQNhqM4dIZgwDYg0jc1uUm1n-W73vlyt0LIjFognpBbL37ULgA&h=Eo-vnwqcLSHNxHaMw5SVw2P6cB-1E6z2Fl7NkL4PI0k", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZPRFU0WW1NME1qZ3RNRGswT0MwME9HVm1MV0U1TVRjdE9XTXpNR00yTlRVNE1XVm0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDgwMTgyOTY0MzAyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPW44TGlVdFNDM1V2WVhfWmVUWVREZ3dqeTFqcGlieUI2bFdRRjhDRHk0aWJaUW93bzhwWXQzcTFSVzlwN0lvbnJwUmt6elN5MDFZZXdvZVRvbklKaWFWZXY0aDVFS2x4dHJaOUM4MFhfSWVjUEVtNllRN1dURXJMUXNJOENZTVdsUUw3c09STmRRdE9DN2xmc213ajdsU1RNLUR4YllweGFyUXB6Z2tWWHU5QmtDU3YzOHNYTV9NZml6UUY4N3FUUk9LNUd6d3lBWDdJeVNiOXJFOExBVFNrTEpweEh5NGozdVgwSWhmallMbFRSVk9BQmowUy16RGFoODJjTnQySmhPSExBUEFJNm1VR09uTVgxcVNrSUVzUF8teVBwX1FOQVZqUjdOUU5ocU00ZElaZ3dEWWcwamMxdVVtMW4tVzczdmx5dDBMSWpGb2ducEJiTDM3VUxnQSZoPUVvLXZud3FjTFNITnhIYU13NVNWdzJQNmNCLTFFNnoyRmw3TmtMNFBJMGs=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "168909d1-e79d-44ee-990b-c9b6820a1b73" + "ebd11389-8084-451b-ab96-f54255209bfb" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -401,20 +440,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "cafabb01-b401-40f0-b10c-f91bdd9859a9" + "3da6bdf1-9664-4532-af28-df4484cd5e28" ], "x-ms-correlation-request-id": [ - "cafabb01-b401-40f0-b10c-f91bdd9859a9" + "3da6bdf1-9664-4532-af28-df4484cd5e28" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184809Z:cafabb01-b401-40f0-b10c-f91bdd9859a9" + "JAPANEAST:20241206T021542Z:3da6bdf1-9664-4532-af28-df4484cd5e28" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -422,8 +461,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D1F22C6F3FA446EDB171C68C6C3BC137 Ref B: TYO201151005011 Ref C: 2024-12-06T02:15:41Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:09 GMT" + "Fri, 06 Dec 2024 02:15:41 GMT" ], "Content-Length": [ "20" @@ -439,18 +484,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNDRlMGYxOGQtOWQ0MC00Nzk0LWJlYzItZTM3Nzk5YzVhN2ZkO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTkRSbE1HWXhPR1F0T1dRME1DMDBOemswTFdKbFl6SXRaVE0zTnprNVl6VmhOMlprTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfODU4YmM0MjgtMDk0OC00OGVmLWE5MTctOWMzMGM2NTU4MWVm?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690480182964302&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=n8LiUtSC3UvYX_ZeTYTDgwjy1jpibyB6lWQF8CDy4ibZQowo8pYt3q1RW9p7IonrpRkzzSy01YewoeTonIJiaVev4h5EKlxtrZ9C80X_IecPEm6YQ7WTErLQsI8CYMWlQL7sORNdQtOC7lfsmwj7lSTM-DxbYpxarQpzgkVXu9BkCSv38sXM_MfizQF87qTROK5GzwyAX7IySb9rE8LATSkLJpxHy4j3uX0IhfjYLlTRVOABj0S-zDah82cNt2JhOHLAPAI6mUGOnMX1qSkIEsP_-yPp_QNAVjR7NQNhqM4dIZgwDYg0jc1uUm1n-W73vlyt0LIjFognpBbL37ULgA&h=Eo-vnwqcLSHNxHaMw5SVw2P6cB-1E6z2Fl7NkL4PI0k", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZPRFU0WW1NME1qZ3RNRGswT0MwME9HVm1MV0U1TVRjdE9XTXpNR00yTlRVNE1XVm0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDgwMTgyOTY0MzAyJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPW44TGlVdFNDM1V2WVhfWmVUWVREZ3dqeTFqcGlieUI2bFdRRjhDRHk0aWJaUW93bzhwWXQzcTFSVzlwN0lvbnJwUmt6elN5MDFZZXdvZVRvbklKaWFWZXY0aDVFS2x4dHJaOUM4MFhfSWVjUEVtNllRN1dURXJMUXNJOENZTVdsUUw3c09STmRRdE9DN2xmc213ajdsU1RNLUR4YllweGFyUXB6Z2tWWHU5QmtDU3YzOHNYTV9NZml6UUY4N3FUUk9LNUd6d3lBWDdJeVNiOXJFOExBVFNrTEpweEh5NGozdVgwSWhmallMbFRSVk9BQmowUy16RGFoODJjTnQySmhPSExBUEFJNm1VR09uTVgxcVNrSUVzUF8teVBwX1FOQVZqUjdOUU5ocU00ZElaZ3dEWWcwamMxdVVtMW4tVzczdmx5dDBMSWpGb2ducEJiTDM3VUxnQSZoPUVvLXZud3FjTFNITnhIYU13NVNWdzJQNmNCLTFFNnoyRmw3TmtMNFBJMGs=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "168909d1-e79d-44ee-990b-c9b6820a1b73" + "ebd11389-8084-451b-ab96-f54255209bfb" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -461,20 +506,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "43d5f541-0b68-4d70-9517-064867500831" + "79b0d2af-053d-4346-875a-1ae7a922a393" ], "x-ms-correlation-request-id": [ - "43d5f541-0b68-4d70-9517-064867500831" + "79b0d2af-053d-4346-875a-1ae7a922a393" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184839Z:43d5f541-0b68-4d70-9517-064867500831" + "JAPANEAST:20241206T021612Z:79b0d2af-053d-4346-875a-1ae7a922a393" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -482,8 +527,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: F61D3D21754349D083870ADFF5463936 Ref B: TYO201151005011 Ref C: 2024-12-06T02:16:12Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:39 GMT" + "Fri, 06 Dec 2024 02:16:11 GMT" ], "Content-Length": [ "22" @@ -499,18 +550,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "168909d1-e79d-44ee-990b-c9b6820a1b73" + "ebd11389-8084-451b-ab96-f54255209bfb" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -521,20 +572,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "3efd40fe-3542-4362-9f69-30aa0605702e" + "f6040a22-6b02-4aa2-9afa-e997a2beade4" ], "x-ms-correlation-request-id": [ - "3efd40fe-3542-4362-9f69-30aa0605702e" + "f6040a22-6b02-4aa2-9afa-e997a2beade4" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184840Z:3efd40fe-3542-4362-9f69-30aa0605702e" + "JAPANEAST:20241206T021614Z:f6040a22-6b02-4aa2-9afa-e997a2beade4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -542,11 +593,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 74473CDE968E44E9BD7C7754090720F5 Ref B: TYO201151005011 Ref C: 2024-12-06T02:16:12Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:39 GMT" + "Fri, 06 Dec 2024 02:16:13 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -555,25 +612,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "168909d1-e79d-44ee-990b-c9b6820a1b73" + "ebd11389-8084-451b-ab96-f54255209bfb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -584,20 +641,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "945d68a1-4b3d-4e6a-99d1-da5b65e933de" + "430875f0-004e-4c0f-8513-6a7124523e29" ], "x-ms-correlation-request-id": [ - "945d68a1-4b3d-4e6a-99d1-da5b65e933de" + "430875f0-004e-4c0f-8513-6a7124523e29" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184841Z:945d68a1-4b3d-4e6a-99d1-da5b65e933de" + "JAPANEAST:20241206T021615Z:430875f0-004e-4c0f-8513-6a7124523e29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -605,11 +662,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0AF2165C9EA04D7F8E43B2CA4D31EAC4 Ref B: TYO201151005011 Ref C: 2024-12-06T02:16:14Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:40 GMT" + "Fri, 06 Dec 2024 02:16:14 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -618,25 +681,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "4ae313a1-bc62-4fe3-95f4-34320b2dda26" + "523e4e7c-bf20-4dbf-bdac-ff8c017498c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -647,20 +710,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "444a70fd-8c19-4799-9e4e-69090d6644d4" + "90189844-6039-4145-a1a8-0d2ae8b46350" ], "x-ms-correlation-request-id": [ - "444a70fd-8c19-4799-9e4e-69090d6644d4" + "90189844-6039-4145-a1a8-0d2ae8b46350" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184842Z:444a70fd-8c19-4799-9e4e-69090d6644d4" + "JAPANEAST:20241206T021618Z:90189844-6039-4145-a1a8-0d2ae8b46350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -668,11 +731,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D9BBFF4C77DF47578FAAE5944630B2A2 Ref B: TYO201100117039 Ref C: 2024-12-06T02:16:17Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:41 GMT" + "Fri, 06 Dec 2024 02:16:17 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -681,25 +750,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "b94da1f4-4161-4423-9e0e-c44ef45bc093" + "eff505c8-1c78-42f8-b18b-757313397099" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -710,20 +779,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "c3c26715-02e6-4c7e-b9c4-3f826fac0eb1" + "9610186d-da20-4cdb-807e-e7fa33ff8263" ], "x-ms-correlation-request-id": [ - "c3c26715-02e6-4c7e-b9c4-3f826fac0eb1" + "9610186d-da20-4cdb-807e-e7fa33ff8263" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184843Z:c3c26715-02e6-4c7e-b9c4-3f826fac0eb1" + "JAPANEAST:20241206T021622Z:9610186d-da20-4cdb-807e-e7fa33ff8263" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -731,11 +800,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: C0D2CDBEDC114813A00017CC48E57006 Ref B: TYO201100117027 Ref C: 2024-12-06T02:16:21Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:42 GMT" + "Fri, 06 Dec 2024 02:16:22 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -744,25 +819,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "896d18b9-338a-4837-9676-479c12810954" + "6bcea732-3443-4234-b1e0-09c681126c36" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -773,20 +848,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "872b7312-65c4-477f-a7f2-92abe3aae530" + "bec74c12-bfb6-43b3-a314-cfc6d53c7115" ], "x-ms-correlation-request-id": [ - "872b7312-65c4-477f-a7f2-92abe3aae530" + "bec74c12-bfb6-43b3-a314-cfc6d53c7115" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184845Z:872b7312-65c4-477f-a7f2-92abe3aae530" + "JAPANEAST:20241206T021629Z:bec74c12-bfb6-43b3-a314-cfc6d53c7115" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -794,11 +869,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 7EAA990B7080495FBC62E5FA6BEA70BB Ref B: TYO201100117033 Ref C: 2024-12-06T02:16:28Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:44 GMT" + "Fri, 06 Dec 2024 02:16:29 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -807,25 +888,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c03b88ce-bc4f-477a-988e-57770b54f24d" + "85c1c6d1-d4f0-48a6-bdca-efc234fef8dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -836,20 +917,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "cca70519-c183-4e77-86e8-0b42cd775c25" + "2c58bad0-23d5-4f37-8aeb-d6e261b45feb" ], "x-ms-correlation-request-id": [ - "cca70519-c183-4e77-86e8-0b42cd775c25" + "2c58bad0-23d5-4f37-8aeb-d6e261b45feb" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184846Z:cca70519-c183-4e77-86e8-0b42cd775c25" + "JAPANEAST:20241206T021635Z:2c58bad0-23d5-4f37-8aeb-d6e261b45feb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -857,11 +938,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 72A53B79F52048E6A4765AAC863EB79E Ref B: TYO201151006060 Ref C: 2024-12-06T02:16:34Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:45 GMT" + "Fri, 06 Dec 2024 02:16:34 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,25 +957,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "0dae9f29-38eb-47e4-aca9-313a3d92a40e" + "3c1a4c53-a154-45f4-ba27-f841111bdbe3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -899,20 +986,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "c0ed2e68-833c-46d3-bba1-568c70e40b75" + "72ad98b2-1aae-44ba-b2a5-8b349741e040" ], "x-ms-correlation-request-id": [ - "c0ed2e68-833c-46d3-bba1-568c70e40b75" + "72ad98b2-1aae-44ba-b2a5-8b349741e040" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184848Z:c0ed2e68-833c-46d3-bba1-568c70e40b75" + "JAPANEAST:20241206T021639Z:72ad98b2-1aae-44ba-b2a5-8b349741e040" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -920,11 +1007,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 310FC02512B242C4A9D3923C76006670 Ref B: TYO201151005054 Ref C: 2024-12-06T02:16:37Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:47 GMT" + "Fri, 06 Dec 2024 02:16:38 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -933,25 +1026,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "4a2b0c61-b22e-42ab-91bf-f5d25628e17a" + "8faad651-b661-44e8-a990-ba41fc0d50a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -962,20 +1055,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "927b5c08-8906-4bca-aeaf-af52abb29166" + "383e4fef-4059-44f4-be42-dd1b44e97acb" ], "x-ms-correlation-request-id": [ - "927b5c08-8906-4bca-aeaf-af52abb29166" + "383e4fef-4059-44f4-be42-dd1b44e97acb" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184849Z:927b5c08-8906-4bca-aeaf-af52abb29166" + "JAPANWEST:20241206T021643Z:383e4fef-4059-44f4-be42-dd1b44e97acb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -983,11 +1076,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 9F662F728A9948A3BFFCCA14BF07F47A Ref B: TYO201100113053 Ref C: 2024-12-06T02:16:41Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:49 GMT" + "Fri, 06 Dec 2024 02:16:43 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -996,25 +1095,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "fbc3466c-be02-4c21-ab39-3874107d9272" + "acee1ad3-a384-467b-9732-0867c9d9816f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1025,20 +1124,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "d59461eb-8c45-4884-ad0d-8b86b12bb719" + "9b588939-9a3c-4f18-acae-6a081c2d92aa" ], "x-ms-correlation-request-id": [ - "d59461eb-8c45-4884-ad0d-8b86b12bb719" + "9b588939-9a3c-4f18-acae-6a081c2d92aa" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184851Z:d59461eb-8c45-4884-ad0d-8b86b12bb719" + "JAPANEAST:20241206T021649Z:9b588939-9a3c-4f18-acae-6a081c2d92aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1046,11 +1145,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 765D975A8EFB47BCBDD0A63907A2C663 Ref B: TYO201151005062 Ref C: 2024-12-06T02:16:47Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:50 GMT" + "Fri, 06 Dec 2024 02:16:48 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1059,25 +1164,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "6fcfb036-2586-4813-abf5-5d5bb824dd14" + "5f538ced-b125-4067-8330-c435b7f585be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1088,20 +1193,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "6f390407-3c68-4f59-bb45-3f7299b63d4e" + "72b71620-346e-4d9b-81e2-00392a2f3dec" ], "x-ms-correlation-request-id": [ - "6f390407-3c68-4f59-bb45-3f7299b63d4e" + "72b71620-346e-4d9b-81e2-00392a2f3dec" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184852Z:6f390407-3c68-4f59-bb45-3f7299b63d4e" + "JAPANWEST:20241206T021653Z:72b71620-346e-4d9b-81e2-00392a2f3dec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1109,11 +1214,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: E9F9B137DC9B46A68698DCBDA6A5179F Ref B: TYO201100113017 Ref C: 2024-12-06T02:16:52Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:52 GMT" + "Fri, 06 Dec 2024 02:16:53 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1122,25 +1233,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "821c0cc9-f146-414b-95d0-df0c5f90d444" + "acb955be-acbc-45cf-8ba2-67280c0305cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1151,20 +1262,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "0d1e1215-213a-49de-94af-2de867e632f6" + "b8fdcc33-4484-47fd-af91-41355ca708e4" ], "x-ms-correlation-request-id": [ - "0d1e1215-213a-49de-94af-2de867e632f6" + "b8fdcc33-4484-47fd-af91-41355ca708e4" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184854Z:0d1e1215-213a-49de-94af-2de867e632f6" + "JAPANEAST:20241206T021702Z:b8fdcc33-4484-47fd-af91-41355ca708e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1172,11 +1283,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: C114E1AF4E2E4E7BAAC1077D5EE95CC2 Ref B: TYO201151002011 Ref C: 2024-12-06T02:17:01Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:54 GMT" + "Fri, 06 Dec 2024 02:17:02 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1185,25 +1302,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "2cfe198d-004e-48ab-86df-d155cfc593f9" + "c1e7affe-b791-412b-bf2b-fe1736e51cff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1214,20 +1331,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "c916bf04-9447-4086-ab91-658d0cf4cb73" + "38ade197-7ee3-4b62-9a71-2d326eb4a627" ], "x-ms-correlation-request-id": [ - "c916bf04-9447-4086-ab91-658d0cf4cb73" + "38ade197-7ee3-4b62-9a71-2d326eb4a627" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184855Z:c916bf04-9447-4086-ab91-658d0cf4cb73" + "JAPANEAST:20241206T021708Z:38ade197-7ee3-4b62-9a71-2d326eb4a627" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1235,11 +1352,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0F44FB836CD24F08876801D3CA04B5E2 Ref B: TYO201151003011 Ref C: 2024-12-06T02:17:06Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:55 GMT" + "Fri, 06 Dec 2024 02:17:07 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1248,25 +1371,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "3d7a8cb0-49fe-4fa0-90b6-2be48f2472d2" + "059fec45-a9cf-4557-ab5c-ace540536c15" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1277,20 +1400,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "3418683a-c55f-47d7-b99a-6e415fad2f38" + "d0fe0561-bdad-476c-b69d-ef3d2ca27908" ], "x-ms-correlation-request-id": [ - "3418683a-c55f-47d7-b99a-6e415fad2f38" + "d0fe0561-bdad-476c-b69d-ef3d2ca27908" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184912Z:3418683a-c55f-47d7-b99a-6e415fad2f38" + "JAPANEAST:20241206T021728Z:d0fe0561-bdad-476c-b69d-ef3d2ca27908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1298,11 +1421,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 2B2E6E46AD17476080CE6D029E9F1EA7 Ref B: TYO201100116017 Ref C: 2024-12-06T02:17:27Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:11 GMT" + "Fri, 06 Dec 2024 02:17:28 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1311,25 +1440,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "1fcfa3d5-256b-469a-9add-3cc6620a8ccb" + "5b89b8fc-0ac0-4b9e-bbac-dd0018672b08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1340,20 +1469,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "6b1a7a1d-82b3-406e-aae5-da65c09ee45c" + "2a277994-0b78-4e5a-9c8d-0c1258614c5b" ], "x-ms-correlation-request-id": [ - "6b1a7a1d-82b3-406e-aae5-da65c09ee45c" + "2a277994-0b78-4e5a-9c8d-0c1258614c5b" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184913Z:6b1a7a1d-82b3-406e-aae5-da65c09ee45c" + "JAPANEAST:20241206T021734Z:2a277994-0b78-4e5a-9c8d-0c1258614c5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1361,11 +1490,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: F00CAB845C6E4D4DA117ADC5291749BA Ref B: TYO201151002062 Ref C: 2024-12-06T02:17:33Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:13 GMT" + "Fri, 06 Dec 2024 02:17:34 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1374,25 +1509,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "88deef06-c549-482f-a1e2-e2e36a8bfa2e" + "aeed4cb3-b249-4c8a-b51c-c839eb189650" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1403,20 +1538,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "5a9dd317-e7dc-42e8-8b76-c16785a94848" + "5de75128-ff96-4373-8ca3-daf647d99ccd" ], "x-ms-correlation-request-id": [ - "5a9dd317-e7dc-42e8-8b76-c16785a94848" + "5de75128-ff96-4373-8ca3-daf647d99ccd" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184915Z:5a9dd317-e7dc-42e8-8b76-c16785a94848" + "JAPANWEST:20241206T021737Z:5de75128-ff96-4373-8ca3-daf647d99ccd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1424,11 +1559,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: ADB78AE6CD72458BBFF87961464260C1 Ref B: TYO201100113011 Ref C: 2024-12-06T02:17:36Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:14 GMT" + "Fri, 06 Dec 2024 02:17:37 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1437,25 +1578,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "9eabca6f-75e7-4c9b-bfa1-e17dbb02d9cd" + "8ea2935c-7282-47cc-ad7c-af1fb9737ed7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1466,20 +1607,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "8eb398a3-af02-4fdf-89f6-2e62f8db49fb" + "772e6b68-111b-4512-9c89-7637ef62b7d4" ], "x-ms-correlation-request-id": [ - "8eb398a3-af02-4fdf-89f6-2e62f8db49fb" + "772e6b68-111b-4512-9c89-7637ef62b7d4" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184916Z:8eb398a3-af02-4fdf-89f6-2e62f8db49fb" + "JAPANEAST:20241206T021743Z:772e6b68-111b-4512-9c89-7637ef62b7d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1487,11 +1628,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 12EB587A57364524AF4A05C8983016C2 Ref B: TYO201151005042 Ref C: 2024-12-06T02:17:42Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:15 GMT" + "Fri, 06 Dec 2024 02:17:43 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1500,25 +1647,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "a5296f4d-b6fd-4709-acb1-e4aaf54e447b" + "c7fd3cac-c84b-4a41-b46b-4b55cddd916d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1529,20 +1676,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "e11907d9-5f0e-4e13-b568-bf89d2416d58" + "32cd5241-e989-4d7e-a3e7-e513632e660d" ], "x-ms-correlation-request-id": [ - "e11907d9-5f0e-4e13-b568-bf89d2416d58" + "32cd5241-e989-4d7e-a3e7-e513632e660d" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184918Z:e11907d9-5f0e-4e13-b568-bf89d2416d58" + "JAPANWEST:20241206T021749Z:32cd5241-e989-4d7e-a3e7-e513632e660d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1550,11 +1697,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 90BDD86228324177A858B53D4F133089 Ref B: TYO201100114053 Ref C: 2024-12-06T02:17:48Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:17 GMT" + "Fri, 06 Dec 2024 02:17:49 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1563,25 +1716,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "dbf8183d-a783-4729-9f6c-ceffcf626f41" + "55df7d2f-3a1c-40e1-8f78-5aba21aad939" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1592,20 +1745,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "77328ffe-42cb-4532-9eab-904e3685a8e6" + "e025cc5d-2741-4d11-bce6-93261a0b26a3" ], "x-ms-correlation-request-id": [ - "77328ffe-42cb-4532-9eab-904e3685a8e6" + "e025cc5d-2741-4d11-bce6-93261a0b26a3" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184919Z:77328ffe-42cb-4532-9eab-904e3685a8e6" + "JAPANEAST:20241206T021755Z:e025cc5d-2741-4d11-bce6-93261a0b26a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1613,11 +1766,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6663B0014F1747D2A0396DE67E7A3B86 Ref B: TYO201151006023 Ref C: 2024-12-06T02:17:54Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:18 GMT" + "Fri, 06 Dec 2024 02:17:55 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1626,25 +1785,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "fb1ff06e-76cf-4b20-a8ce-a3e12b7189f7" + "0bd3fb36-5ef6-4734-b010-a34104d5ba90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1655,20 +1814,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "8e11d2e7-fb62-4608-a654-bd52f03b327f" + "cda10eca-db94-4f8b-8073-ef7c8dd3f019" ], "x-ms-correlation-request-id": [ - "8e11d2e7-fb62-4608-a654-bd52f03b327f" + "cda10eca-db94-4f8b-8073-ef7c8dd3f019" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184931Z:8e11d2e7-fb62-4608-a654-bd52f03b327f" + "JAPANEAST:20241206T021811Z:cda10eca-db94-4f8b-8073-ef7c8dd3f019" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1676,11 +1835,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 01F7644B3635464884726BCB9D1588E2 Ref B: TYO201100115037 Ref C: 2024-12-06T02:18:10Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:31 GMT" + "Fri, 06 Dec 2024 02:18:10 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1689,25 +1854,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "877731e0-d1ff-421f-83a8-bb2e19161796" + "58e9f5c5-1624-4252-be71-4cc5a046d963" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1718,20 +1883,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "c4b73880-4b95-4ed4-b4d4-de60d18532db" + "7d40c2b8-3d4c-4326-bc6f-c1ad926cd072" ], "x-ms-correlation-request-id": [ - "c4b73880-4b95-4ed4-b4d4-de60d18532db" + "7d40c2b8-3d4c-4326-bc6f-c1ad926cd072" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184933Z:c4b73880-4b95-4ed4-b4d4-de60d18532db" + "JAPANEAST:20241206T021817Z:7d40c2b8-3d4c-4326-bc6f-c1ad926cd072" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1739,11 +1904,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 5F5F9FE77C8645148715E9BAED7A32CF Ref B: TYO201100117031 Ref C: 2024-12-06T02:18:17Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:32 GMT" + "Fri, 06 Dec 2024 02:18:17 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1752,25 +1923,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "df7e8433-b946-4a1d-8423-ecec0f32d235" + "0f3ff7aa-a536-4c35-8acf-e8a42473de1e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1781,20 +1952,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "b5ff36f4-7f97-4eb3-8e25-fb33c89f7c02" + "0f653a9e-2e06-47e4-b589-28ce541f87c8" ], "x-ms-correlation-request-id": [ - "b5ff36f4-7f97-4eb3-8e25-fb33c89f7c02" + "0f653a9e-2e06-47e4-b589-28ce541f87c8" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184935Z:b5ff36f4-7f97-4eb3-8e25-fb33c89f7c02" + "JAPANEAST:20241206T021821Z:0f653a9e-2e06-47e4-b589-28ce541f87c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1802,11 +1973,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: BC2F2D22F29C48B6A0DE13B13004F0A7 Ref B: TYO201151005009 Ref C: 2024-12-06T02:18:20Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:34 GMT" + "Fri, 06 Dec 2024 02:18:21 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1815,25 +1992,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "72e45dcf-31f8-4090-b134-1d7429c16cb4" + "7c638167-6a8f-4155-b19f-7ccf59d5cc12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1844,20 +2021,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "61ce0383-fac9-4194-8f7c-714f3ca8f9ad" + "e438fd95-820c-494e-af51-6acb95e201cc" ], "x-ms-correlation-request-id": [ - "61ce0383-fac9-4194-8f7c-714f3ca8f9ad" + "e438fd95-820c-494e-af51-6acb95e201cc" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184936Z:61ce0383-fac9-4194-8f7c-714f3ca8f9ad" + "JAPANWEST:20241206T021825Z:e438fd95-820c-494e-af51-6acb95e201cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1865,11 +2042,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0EB06F17CDB643F3ACDAA609CFB37845 Ref B: TYO201100113051 Ref C: 2024-12-06T02:18:24Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:36 GMT" + "Fri, 06 Dec 2024 02:18:25 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1878,25 +2061,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "97712f16-0d77-4531-a096-ae8ec3ef9cca" + "e42b3d62-6b51-458f-91d1-664396eb10f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1907,20 +2090,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "8230ff36-01ee-4b92-87d7-b330063b3ffd" + "0695bd49-6e77-46ee-92b5-d28e12bc9af7" ], "x-ms-correlation-request-id": [ - "8230ff36-01ee-4b92-87d7-b330063b3ffd" + "0695bd49-6e77-46ee-92b5-d28e12bc9af7" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184937Z:8230ff36-01ee-4b92-87d7-b330063b3ffd" + "JAPANEAST:20241206T021830Z:0695bd49-6e77-46ee-92b5-d28e12bc9af7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1928,11 +2111,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B3D30418972D4CC2B7E8B6ED73747941 Ref B: TYO201100115023 Ref C: 2024-12-06T02:18:29Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:37 GMT" + "Fri, 06 Dec 2024 02:18:30 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1941,25 +2130,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "da8ecac2-2431-41ef-b22d-7216be2c2269" + "b940791d-2381-4de7-ba38-82ab2f2dded6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1970,20 +2159,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "79b82b67-2f88-437a-b302-4261b028253e" + "acbe2415-e01a-4ca0-914b-317b5cfc3338" ], "x-ms-correlation-request-id": [ - "79b82b67-2f88-437a-b302-4261b028253e" + "acbe2415-e01a-4ca0-914b-317b5cfc3338" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184939Z:79b82b67-2f88-437a-b302-4261b028253e" + "JAPANEAST:20241206T021835Z:acbe2415-e01a-4ca0-914b-317b5cfc3338" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1991,11 +2180,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 699C18F7C65D46B3A57F68C8ABD25D12 Ref B: TYO201151004025 Ref C: 2024-12-06T02:18:34Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:38 GMT" + "Fri, 06 Dec 2024 02:18:34 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2004,25 +2199,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "1097e504-25d8-43cf-af02-14f7232841ea" + "b90e8741-d417-48fd-adbb-719cd103605b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2033,20 +2228,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "adc18c20-7086-4d61-b408-5870a39b922d" + "85032417-9e31-44cf-8cee-6ada470c7689" ], "x-ms-correlation-request-id": [ - "adc18c20-7086-4d61-b408-5870a39b922d" + "85032417-9e31-44cf-8cee-6ada470c7689" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184940Z:adc18c20-7086-4d61-b408-5870a39b922d" + "JAPANEAST:20241206T021842Z:85032417-9e31-44cf-8cee-6ada470c7689" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2054,11 +2249,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: ACB9C822D3D54CC4949A4CE037A6A571 Ref B: TYO201100115049 Ref C: 2024-12-06T02:18:40Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:40 GMT" + "Fri, 06 Dec 2024 02:18:41 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2067,25 +2268,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "11e8f625-f665-427e-8bcb-1d55ddf192cb" + "f355308e-0e27-43ee-8676-eb7aefb21d62" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2096,20 +2297,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "3e02ab71-6f78-474f-9831-ba50bb128f86" + "2ce4db13-fa8b-459b-b061-a6153a6a6b1d" ], "x-ms-correlation-request-id": [ - "3e02ab71-6f78-474f-9831-ba50bb128f86" + "2ce4db13-fa8b-459b-b061-a6153a6a6b1d" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184942Z:3e02ab71-6f78-474f-9831-ba50bb128f86" + "JAPANEAST:20241206T021847Z:2ce4db13-fa8b-459b-b061-a6153a6a6b1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2117,11 +2318,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 1226627E0701446790560797F547A67C Ref B: TYO201151001023 Ref C: 2024-12-06T02:18:45Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:42 GMT" + "Fri, 06 Dec 2024 02:18:46 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2130,25 +2337,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "55a740bb-3b2d-4501-aa99-ab9902a1e39c" + "851f927c-2305-4371-981a-399788df5f5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2159,20 +2366,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "dc0dbe4e-11e2-4ae4-9262-3dc7b4d94512" + "ce304d37-cbfc-42bb-8f6b-1dbfe326ef37" ], "x-ms-correlation-request-id": [ - "dc0dbe4e-11e2-4ae4-9262-3dc7b4d94512" + "ce304d37-cbfc-42bb-8f6b-1dbfe326ef37" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184944Z:dc0dbe4e-11e2-4ae4-9262-3dc7b4d94512" + "JAPANEAST:20241206T021851Z:ce304d37-cbfc-42bb-8f6b-1dbfe326ef37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2180,11 +2387,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 13C38E12F885411E808539B8C4779EE0 Ref B: TYO201151004023 Ref C: 2024-12-06T02:18:50Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:43 GMT" + "Fri, 06 Dec 2024 02:18:50 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2193,25 +2406,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "4e5f87f8-ded0-4950-9039-d6df3cb3f4d6" + "298f4b3a-2e60-4c1a-83fc-48f9a8bdb8ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2222,20 +2435,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "81196b9c-c263-4006-a2a7-977ee8dd9459" + "62705222-07ce-4c09-940b-aadf8d15e73c" ], "x-ms-correlation-request-id": [ - "81196b9c-c263-4006-a2a7-977ee8dd9459" + "62705222-07ce-4c09-940b-aadf8d15e73c" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185001Z:81196b9c-c263-4006-a2a7-977ee8dd9459" + "JAPANWEST:20241206T021910Z:62705222-07ce-4c09-940b-aadf8d15e73c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2243,11 +2456,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: EF73A837BAF346739F54F5F0942E230A Ref B: TYO201100113039 Ref C: 2024-12-06T02:19:09Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:01 GMT" + "Fri, 06 Dec 2024 02:19:09 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2256,25 +2475,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "b5e8e847-42d3-4169-9eca-41b1cc1c042d" + "b74bf48f-6ac6-47aa-b82a-6208d8d6b9e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2285,20 +2504,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "8493a21f-62f4-4496-9b97-34028fa28ceb" + "5365f299-06bb-4418-b1ca-8f4187d1cdfb" ], "x-ms-correlation-request-id": [ - "8493a21f-62f4-4496-9b97-34028fa28ceb" + "5365f299-06bb-4418-b1ca-8f4187d1cdfb" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185004Z:8493a21f-62f4-4496-9b97-34028fa28ceb" + "JAPANEAST:20241206T021916Z:5365f299-06bb-4418-b1ca-8f4187d1cdfb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2306,11 +2525,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B19DE7F026CB4CD889F96D73E298A282 Ref B: TYO201100116023 Ref C: 2024-12-06T02:19:15Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:03 GMT" + "Fri, 06 Dec 2024 02:19:16 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2319,25 +2544,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "35045ad9-c88e-4485-8c0f-330ad0fe9874" + "3052beea-2b8a-4e03-b78e-7d7abf8f8496" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2348,20 +2573,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "4df8c5bb-00f9-416e-97ad-552e9da4df2f" + "e75e96ae-a500-485e-afee-1dc17e914576" ], "x-ms-correlation-request-id": [ - "4df8c5bb-00f9-416e-97ad-552e9da4df2f" + "e75e96ae-a500-485e-afee-1dc17e914576" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185006Z:4df8c5bb-00f9-416e-97ad-552e9da4df2f" + "JAPANEAST:20241206T021920Z:e75e96ae-a500-485e-afee-1dc17e914576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2369,11 +2594,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D129C586A0244C60A7ED94400E309270 Ref B: TYO201100117035 Ref C: 2024-12-06T02:19:19Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:06 GMT" + "Fri, 06 Dec 2024 02:19:19 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2382,25 +2613,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "5c8b637f-144e-4e87-a8e9-3f1a469d0244" + "40e481cb-a0e8-4c49-99a6-b9b5a2ff7591" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2411,20 +2642,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "5fc4dda6-9116-4789-b494-ffb286033be4" + "58306d36-ba34-45ea-b861-1391db549fb2" ], "x-ms-correlation-request-id": [ - "5fc4dda6-9116-4789-b494-ffb286033be4" + "58306d36-ba34-45ea-b861-1391db549fb2" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185008Z:5fc4dda6-9116-4789-b494-ffb286033be4" + "JAPANWEST:20241206T021925Z:58306d36-ba34-45ea-b861-1391db549fb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2432,11 +2663,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 74BE471EE4E647768E4DC8A92F6CB81C Ref B: TYO201100114051 Ref C: 2024-12-06T02:19:23Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:08 GMT" + "Fri, 06 Dec 2024 02:19:24 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2445,25 +2682,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "6e25f2fc-e588-4957-87de-47f817275fea" + "c3621366-80b1-4c52-8c4b-667d4e64baf3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2474,20 +2711,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "330091c0-3809-4d35-83de-e3aed91462ac" + "afdb62ac-5e32-4906-80ac-c15295bc47ee" ], "x-ms-correlation-request-id": [ - "330091c0-3809-4d35-83de-e3aed91462ac" + "afdb62ac-5e32-4906-80ac-c15295bc47ee" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185010Z:330091c0-3809-4d35-83de-e3aed91462ac" + "JAPANEAST:20241206T021928Z:afdb62ac-5e32-4906-80ac-c15295bc47ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2495,11 +2732,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 2FF6AA67B20A415EB6DBE9BE42D69B8E Ref B: TYO201151004025 Ref C: 2024-12-06T02:19:27Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:09 GMT" + "Fri, 06 Dec 2024 02:19:27 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2508,25 +2751,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "acb739ab-dbbe-4b97-aca0-32a17fd6ddaa" + "0b16c9b5-7855-42d8-a680-80932c747b2f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2537,20 +2780,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "3384a7b1-00ba-40a6-882d-2b969e7e963e" + "8c507069-ce56-4949-bc38-838a36a467b3" ], "x-ms-correlation-request-id": [ - "3384a7b1-00ba-40a6-882d-2b969e7e963e" + "8c507069-ce56-4949-bc38-838a36a467b3" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185012Z:3384a7b1-00ba-40a6-882d-2b969e7e963e" + "JAPANEAST:20241206T021932Z:8c507069-ce56-4949-bc38-838a36a467b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2558,11 +2801,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 667AA3882E0C4F79B9C456AC16D4C9C6 Ref B: TYO201151001040 Ref C: 2024-12-06T02:19:31Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:11 GMT" + "Fri, 06 Dec 2024 02:19:31 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2571,25 +2820,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "bfb4df81-9928-42f1-9e92-6966ec607d1f" + "5c76ba0b-ada1-4d65-8246-ec8ee125602f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2600,20 +2849,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "6c6d597a-1f2f-4e91-b51e-ff2780fe2c59" + "0105b63d-31a4-4e29-b401-14275a2167d2" ], "x-ms-correlation-request-id": [ - "6c6d597a-1f2f-4e91-b51e-ff2780fe2c59" + "0105b63d-31a4-4e29-b401-14275a2167d2" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185028Z:6c6d597a-1f2f-4e91-b51e-ff2780fe2c59" + "JAPANEAST:20241206T021951Z:0105b63d-31a4-4e29-b401-14275a2167d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2621,11 +2870,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 259B02F4B4B94E28BBDF04773A6C7883 Ref B: TYO201151004023 Ref C: 2024-12-06T02:19:50Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:28 GMT" + "Fri, 06 Dec 2024 02:19:51 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2634,25 +2889,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075\",\r\n \"name\": \"ps3075\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2081\",\r\n \"etag\": \"AAAADHxV7cA=\",\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\": \"ps3075.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\": \"ps3075\",\r\n \"endpoint\": \"sb://iothub-ns-ps3075-24619187-218f7a742a.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:46:07.71Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459\",\r\n \"name\": \"ps5459\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8760\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5459.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\": \"ps5459\",\r\n \"endpoint\": \"sb://iothub-ns-ps5459-63332081-f728e7a46a.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:13:37.5633333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/IotHubKeys/iothubowner/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvSW90SHViS2V5cy9pb3RodWJvd25lci9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAy", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/IotHubKeys/iothubowner/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvSW90SHViS2V5cy9pb3RodWJvd25lci9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAy", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "4ae313a1-bc62-4fe3-95f4-34320b2dda26" + "523e4e7c-bf20-4dbf-bdac-ff8c017498c2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2663,20 +2918,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "c81a9c6d-4a7d-4ae6-bcf8-b94c52773400" + "17a74f5b-96a0-4548-be82-ccfb3e0ef5bd" ], "x-ms-correlation-request-id": [ - "c81a9c6d-4a7d-4ae6-bcf8-b94c52773400" + "17a74f5b-96a0-4548-be82-ccfb3e0ef5bd" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184842Z:c81a9c6d-4a7d-4ae6-bcf8-b94c52773400" + "JAPANEAST:20241206T021619Z:17a74f5b-96a0-4548-be82-ccfb3e0ef5bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2684,8 +2939,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 25445E7A2B48463FA29284832C7E2FF1 Ref B: TYO201100117039 Ref C: 2024-12-06T02:16:18Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:42 GMT" + "Fri, 06 Dec 2024 02:16:18 GMT" ], "Content-Length": [ "203" @@ -2701,21 +2962,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "b94da1f4-4161-4423-9e0e-c44ef45bc093" + "eff505c8-1c78-42f8-b18b-757313397099" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2726,20 +2987,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "1a407cdf-a45f-4bd5-9a56-6416bccf1270" + "25446fad-51d1-4f31-a010-ee98587044c4" ], "x-ms-correlation-request-id": [ - "1a407cdf-a45f-4bd5-9a56-6416bccf1270" + "25446fad-51d1-4f31-a010-ee98587044c4" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184843Z:1a407cdf-a45f-4bd5-9a56-6416bccf1270" + "JAPANEAST:20241206T021623Z:25446fad-51d1-4f31-a010-ee98587044c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2747,8 +3008,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0BA79D5BDFA44504AD97CE5BA309203F Ref B: TYO201100117027 Ref C: 2024-12-06T02:16:23Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:43 GMT" + "Fri, 06 Dec 2024 02:16:23 GMT" ], "Content-Length": [ "905" @@ -2764,21 +3031,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "896d18b9-338a-4837-9676-479c12810954" + "6bcea732-3443-4234-b1e0-09c681126c36" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2789,20 +3056,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "665d55a4-9bcf-4d88-ba7e-8174b06ecd29" + "d57ca366-2f96-471e-80f4-984909fe2ab1" ], "x-ms-correlation-request-id": [ - "665d55a4-9bcf-4d88-ba7e-8174b06ecd29" + "d57ca366-2f96-471e-80f4-984909fe2ab1" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184845Z:665d55a4-9bcf-4d88-ba7e-8174b06ecd29" + "JAPANEAST:20241206T021630Z:d57ca366-2f96-471e-80f4-984909fe2ab1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2810,8 +3077,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 98C668EF13654CC5A6E168974BFA4D9B Ref B: TYO201100117033 Ref C: 2024-12-06T02:16:29Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:44 GMT" + "Fri, 06 Dec 2024 02:16:30 GMT" ], "Content-Length": [ "905" @@ -2827,21 +3100,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "c03b88ce-bc4f-477a-988e-57770b54f24d" + "85c1c6d1-d4f0-48a6-bdca-efc234fef8dc" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2852,20 +3125,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "9dfdda54-f15b-4850-95ae-f5658b6eea78" + "1d4da8a0-3ee9-48b6-a090-373c154a34f3" ], "x-ms-correlation-request-id": [ - "9dfdda54-f15b-4850-95ae-f5658b6eea78" + "1d4da8a0-3ee9-48b6-a090-373c154a34f3" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184846Z:9dfdda54-f15b-4850-95ae-f5658b6eea78" + "JAPANEAST:20241206T021636Z:1d4da8a0-3ee9-48b6-a090-373c154a34f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2873,8 +3146,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 9E66BFCEB403418CACBED011B540872F Ref B: TYO201151006060 Ref C: 2024-12-06T02:16:35Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:45 GMT" + "Fri, 06 Dec 2024 02:16:35 GMT" ], "Content-Length": [ "905" @@ -2890,21 +3169,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "0dae9f29-38eb-47e4-aca9-313a3d92a40e" + "3c1a4c53-a154-45f4-ba27-f841111bdbe3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2915,20 +3194,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "6858f945-9af6-4f5e-b4a6-22ffd765097b" + "aa483125-16ec-4863-9ce6-ba308a5dc219" ], "x-ms-correlation-request-id": [ - "6858f945-9af6-4f5e-b4a6-22ffd765097b" + "aa483125-16ec-4863-9ce6-ba308a5dc219" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184848Z:6858f945-9af6-4f5e-b4a6-22ffd765097b" + "JAPANEAST:20241206T021639Z:aa483125-16ec-4863-9ce6-ba308a5dc219" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2936,8 +3215,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6E489383E4164FF69187125E109D93A7 Ref B: TYO201151005054 Ref C: 2024-12-06T02:16:39Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:47 GMT" + "Fri, 06 Dec 2024 02:16:39 GMT" ], "Content-Length": [ "905" @@ -2953,21 +3238,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "4a2b0c61-b22e-42ab-91bf-f5d25628e17a" + "8faad651-b661-44e8-a990-ba41fc0d50a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2978,20 +3263,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "a4f466c7-f564-48ff-90af-4ee45944ee0c" + "fe238c4a-26e2-41e7-8310-d48cfa8c12d0" ], "x-ms-correlation-request-id": [ - "a4f466c7-f564-48ff-90af-4ee45944ee0c" + "fe238c4a-26e2-41e7-8310-d48cfa8c12d0" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184850Z:a4f466c7-f564-48ff-90af-4ee45944ee0c" + "JAPANWEST:20241206T021644Z:fe238c4a-26e2-41e7-8310-d48cfa8c12d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2999,8 +3284,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 4A55C95336DA40BF88BD94BEB11B25C6 Ref B: TYO201100113053 Ref C: 2024-12-06T02:16:43Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:49 GMT" + "Fri, 06 Dec 2024 02:16:44 GMT" ], "Content-Length": [ "905" @@ -3016,21 +3307,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "fbc3466c-be02-4c21-ab39-3874107d9272" + "acee1ad3-a384-467b-9732-0867c9d9816f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3041,20 +3332,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "c83b4219-2761-405d-9de3-88cb1b7502bd" + "e733ec09-3b8c-4a0f-824c-21c17734b9f1" ], "x-ms-correlation-request-id": [ - "c83b4219-2761-405d-9de3-88cb1b7502bd" + "e733ec09-3b8c-4a0f-824c-21c17734b9f1" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184851Z:c83b4219-2761-405d-9de3-88cb1b7502bd" + "JAPANEAST:20241206T021649Z:e733ec09-3b8c-4a0f-824c-21c17734b9f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3062,8 +3353,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B2DE40DE598E46DF8F5CF14F29233FC8 Ref B: TYO201151005062 Ref C: 2024-12-06T02:16:49Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:51 GMT" + "Fri, 06 Dec 2024 02:16:49 GMT" ], "Content-Length": [ "905" @@ -3079,21 +3376,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "6fcfb036-2586-4813-abf5-5d5bb824dd14" + "5f538ced-b125-4067-8330-c435b7f585be" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3104,20 +3401,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "39a48cf7-a742-497e-9343-dce81ca3c8de" + "bdbfb677-df23-40b4-b7d9-94c4b3f3788f" ], "x-ms-correlation-request-id": [ - "39a48cf7-a742-497e-9343-dce81ca3c8de" + "bdbfb677-df23-40b4-b7d9-94c4b3f3788f" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184852Z:39a48cf7-a742-497e-9343-dce81ca3c8de" + "JAPANWEST:20241206T021654Z:bdbfb677-df23-40b4-b7d9-94c4b3f3788f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3125,8 +3422,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: F791652B6ACF41399A15E473C2B8A21C Ref B: TYO201100113017 Ref C: 2024-12-06T02:16:53Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:52 GMT" + "Fri, 06 Dec 2024 02:16:54 GMT" ], "Content-Length": [ "905" @@ -3142,21 +3445,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "821c0cc9-f146-414b-95d0-df0c5f90d444" + "acb955be-acbc-45cf-8ba2-67280c0305cf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3167,20 +3470,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "928237ae-8137-46ea-a5d8-870ea5ebbc1f" + "b8013a43-8ad4-4d3d-8228-0e525edbf5f9" ], "x-ms-correlation-request-id": [ - "928237ae-8137-46ea-a5d8-870ea5ebbc1f" + "b8013a43-8ad4-4d3d-8228-0e525edbf5f9" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184854Z:928237ae-8137-46ea-a5d8-870ea5ebbc1f" + "JAPANEAST:20241206T021703Z:b8013a43-8ad4-4d3d-8228-0e525edbf5f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3188,8 +3491,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 2A4E9AF585D2437F8C241AA674CA4772 Ref B: TYO201151002011 Ref C: 2024-12-06T02:17:02Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:54 GMT" + "Fri, 06 Dec 2024 02:17:02 GMT" ], "Content-Length": [ "905" @@ -3205,21 +3514,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "2cfe198d-004e-48ab-86df-d155cfc593f9" + "c1e7affe-b791-412b-bf2b-fe1736e51cff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3230,20 +3539,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "ef02717a-4249-4446-bcb2-32e787d0c3fd" + "d4ecb675-a30a-49ea-b631-2e1182a71da0" ], "x-ms-correlation-request-id": [ - "ef02717a-4249-4446-bcb2-32e787d0c3fd" + "d4ecb675-a30a-49ea-b631-2e1182a71da0" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184856Z:ef02717a-4249-4446-bcb2-32e787d0c3fd" + "JAPANEAST:20241206T021708Z:d4ecb675-a30a-49ea-b631-2e1182a71da0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3251,8 +3560,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D66BDA3E47E34F019FED0226068B3718 Ref B: TYO201151003011 Ref C: 2024-12-06T02:17:08Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:48:55 GMT" + "Fri, 06 Dec 2024 02:17:08 GMT" ], "Content-Length": [ "905" @@ -3268,21 +3583,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "3d7a8cb0-49fe-4fa0-90b6-2be48f2472d2" + "059fec45-a9cf-4557-ab5c-ace540536c15" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3293,20 +3608,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "762b97f0-9868-4387-952e-ff4ca126855e" + "2ae3b132-eeb1-48d0-bc45-ee8b61a13d71" ], "x-ms-correlation-request-id": [ - "762b97f0-9868-4387-952e-ff4ca126855e" + "2ae3b132-eeb1-48d0-bc45-ee8b61a13d71" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184912Z:762b97f0-9868-4387-952e-ff4ca126855e" + "JAPANEAST:20241206T021730Z:2ae3b132-eeb1-48d0-bc45-ee8b61a13d71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3314,8 +3629,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6D2435743CCB466B8297F1E99FD9A63D Ref B: TYO201100116017 Ref C: 2024-12-06T02:17:29Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:11 GMT" + "Fri, 06 Dec 2024 02:17:29 GMT" ], "Content-Length": [ "905" @@ -3331,21 +3652,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "1fcfa3d5-256b-469a-9add-3cc6620a8ccb" + "5b89b8fc-0ac0-4b9e-bbac-dd0018672b08" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3356,20 +3677,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "4bdcccba-c23d-4743-8162-b3f223333036" + "1c1d9a0a-a07e-4510-be0e-94e8f81a26cb" ], "x-ms-correlation-request-id": [ - "4bdcccba-c23d-4743-8162-b3f223333036" + "1c1d9a0a-a07e-4510-be0e-94e8f81a26cb" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184914Z:4bdcccba-c23d-4743-8162-b3f223333036" + "JAPANEAST:20241206T021735Z:1c1d9a0a-a07e-4510-be0e-94e8f81a26cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3377,8 +3698,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 82D78EAD91A84BD4BB70D883B7266D96 Ref B: TYO201151002062 Ref C: 2024-12-06T02:17:34Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:13 GMT" + "Fri, 06 Dec 2024 02:17:35 GMT" ], "Content-Length": [ "905" @@ -3394,21 +3721,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "88deef06-c549-482f-a1e2-e2e36a8bfa2e" + "aeed4cb3-b249-4c8a-b51c-c839eb189650" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3419,20 +3746,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "63fe0558-fe22-4e19-b516-83a01808ffec" + "4e06408a-1379-461b-93c7-0e507827abae" ], "x-ms-correlation-request-id": [ - "63fe0558-fe22-4e19-b516-83a01808ffec" + "4e06408a-1379-461b-93c7-0e507827abae" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184915Z:63fe0558-fe22-4e19-b516-83a01808ffec" + "JAPANWEST:20241206T021738Z:4e06408a-1379-461b-93c7-0e507827abae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3440,8 +3767,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 3BDF95E6FDAE4912A5074AF51FFE0703 Ref B: TYO201100113011 Ref C: 2024-12-06T02:17:37Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:15 GMT" + "Fri, 06 Dec 2024 02:17:38 GMT" ], "Content-Length": [ "905" @@ -3457,21 +3790,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "9eabca6f-75e7-4c9b-bfa1-e17dbb02d9cd" + "8ea2935c-7282-47cc-ad7c-af1fb9737ed7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3482,20 +3815,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "65d84471-251b-4ee0-9d76-691f0dc080f8" + "a0b412d4-9747-4976-9910-c582bde271cf" ], "x-ms-correlation-request-id": [ - "65d84471-251b-4ee0-9d76-691f0dc080f8" + "a0b412d4-9747-4976-9910-c582bde271cf" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184916Z:65d84471-251b-4ee0-9d76-691f0dc080f8" + "JAPANEAST:20241206T021744Z:a0b412d4-9747-4976-9910-c582bde271cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3503,8 +3836,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 259461B6C6894113B638F476473E7661 Ref B: TYO201151005042 Ref C: 2024-12-06T02:17:44Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:16 GMT" + "Fri, 06 Dec 2024 02:17:44 GMT" ], "Content-Length": [ "905" @@ -3520,21 +3859,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "a5296f4d-b6fd-4709-acb1-e4aaf54e447b" + "c7fd3cac-c84b-4a41-b46b-4b55cddd916d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3545,20 +3884,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "39a7fa49-fa47-4a34-839f-cc9755b3c404" + "0d1fe901-de50-41cb-9adf-036b2c9f1f72" ], "x-ms-correlation-request-id": [ - "39a7fa49-fa47-4a34-839f-cc9755b3c404" + "0d1fe901-de50-41cb-9adf-036b2c9f1f72" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184918Z:39a7fa49-fa47-4a34-839f-cc9755b3c404" + "JAPANWEST:20241206T021750Z:0d1fe901-de50-41cb-9adf-036b2c9f1f72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3566,8 +3905,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8B2AA90081CC44D1AFB41082D57C7028 Ref B: TYO201100114053 Ref C: 2024-12-06T02:17:50Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:17 GMT" + "Fri, 06 Dec 2024 02:17:50 GMT" ], "Content-Length": [ "905" @@ -3583,21 +3928,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "dbf8183d-a783-4729-9f6c-ceffcf626f41" + "55df7d2f-3a1c-40e1-8f78-5aba21aad939" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3608,20 +3953,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "83a131bd-cbc0-4ecc-8e24-da1e6dc4cf9c" + "90a86803-9aa0-4e15-b51e-be466850a9ad" ], "x-ms-correlation-request-id": [ - "83a131bd-cbc0-4ecc-8e24-da1e6dc4cf9c" + "90a86803-9aa0-4e15-b51e-be466850a9ad" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184920Z:83a131bd-cbc0-4ecc-8e24-da1e6dc4cf9c" + "JAPANEAST:20241206T021756Z:90a86803-9aa0-4e15-b51e-be466850a9ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3629,8 +3974,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 050D1647EB41473687AD1F9D5A786986 Ref B: TYO201151006023 Ref C: 2024-12-06T02:17:56Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:19 GMT" + "Fri, 06 Dec 2024 02:17:56 GMT" ], "Content-Length": [ "905" @@ -3646,21 +3997,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "fb1ff06e-76cf-4b20-a8ce-a3e12b7189f7" + "0bd3fb36-5ef6-4734-b010-a34104d5ba90" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3671,20 +4022,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "9373230b-9b85-4dbf-8164-67286fdce4a2" + "76f12596-8cb1-4090-a25b-4a044bbed0e1" ], "x-ms-correlation-request-id": [ - "9373230b-9b85-4dbf-8164-67286fdce4a2" + "76f12596-8cb1-4090-a25b-4a044bbed0e1" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184931Z:9373230b-9b85-4dbf-8164-67286fdce4a2" + "JAPANEAST:20241206T021812Z:76f12596-8cb1-4090-a25b-4a044bbed0e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3692,8 +4043,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 2E461AED9C1C4277A3DF39DF63D481F5 Ref B: TYO201100115037 Ref C: 2024-12-06T02:18:11Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:31 GMT" + "Fri, 06 Dec 2024 02:18:11 GMT" ], "Content-Length": [ "905" @@ -3709,21 +4066,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "877731e0-d1ff-421f-83a8-bb2e19161796" + "58e9f5c5-1624-4252-be71-4cc5a046d963" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3734,20 +4091,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "7b4930e8-196f-4d71-a8f7-fbfad8f14616" + "20890dcf-e680-4cdd-bfb0-f924c1ee1b48" ], "x-ms-correlation-request-id": [ - "7b4930e8-196f-4d71-a8f7-fbfad8f14616" + "20890dcf-e680-4cdd-bfb0-f924c1ee1b48" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184933Z:7b4930e8-196f-4d71-a8f7-fbfad8f14616" + "JAPANEAST:20241206T021818Z:20890dcf-e680-4cdd-bfb0-f924c1ee1b48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3755,8 +4112,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 365EDBFE23D54C68960B4881D934E262 Ref B: TYO201100117031 Ref C: 2024-12-06T02:18:18Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:33 GMT" + "Fri, 06 Dec 2024 02:18:18 GMT" ], "Content-Length": [ "905" @@ -3772,21 +4135,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "df7e8433-b946-4a1d-8423-ecec0f32d235" + "0f3ff7aa-a536-4c35-8acf-e8a42473de1e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3797,20 +4160,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "6a5bb608-3314-4bd4-ba51-3a2cbe97ebf9" + "381b929e-e451-43a5-95fb-4fa4d0129540" ], "x-ms-correlation-request-id": [ - "6a5bb608-3314-4bd4-ba51-3a2cbe97ebf9" + "381b929e-e451-43a5-95fb-4fa4d0129540" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184935Z:6a5bb608-3314-4bd4-ba51-3a2cbe97ebf9" + "JAPANEAST:20241206T021822Z:381b929e-e451-43a5-95fb-4fa4d0129540" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3818,8 +4181,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: DB8C5D88A1A74FDCAE062E5FE7398AB0 Ref B: TYO201151005009 Ref C: 2024-12-06T02:18:21Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:34 GMT" + "Fri, 06 Dec 2024 02:18:22 GMT" ], "Content-Length": [ "905" @@ -3835,21 +4204,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "72e45dcf-31f8-4090-b134-1d7429c16cb4" + "7c638167-6a8f-4155-b19f-7ccf59d5cc12" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3860,20 +4229,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "d3e04ab1-e4be-457f-8305-8c3c782b7534" + "f37358ee-3df3-4887-94ec-bb711200ea7b" ], "x-ms-correlation-request-id": [ - "d3e04ab1-e4be-457f-8305-8c3c782b7534" + "f37358ee-3df3-4887-94ec-bb711200ea7b" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184936Z:d3e04ab1-e4be-457f-8305-8c3c782b7534" + "JAPANWEST:20241206T021826Z:f37358ee-3df3-4887-94ec-bb711200ea7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3881,8 +4250,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 136C0514F0594328AF8CA04A87E2D938 Ref B: TYO201100113051 Ref C: 2024-12-06T02:18:25Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:36 GMT" + "Fri, 06 Dec 2024 02:18:26 GMT" ], "Content-Length": [ "905" @@ -3898,21 +4273,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "97712f16-0d77-4531-a096-ae8ec3ef9cca" + "e42b3d62-6b51-458f-91d1-664396eb10f6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3923,20 +4298,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "b97963d8-51aa-49a8-865c-c1ec7194532e" + "7285a4d1-013c-4d93-a2ad-ab26b2fdd7b2" ], "x-ms-correlation-request-id": [ - "b97963d8-51aa-49a8-865c-c1ec7194532e" + "7285a4d1-013c-4d93-a2ad-ab26b2fdd7b2" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184938Z:b97963d8-51aa-49a8-865c-c1ec7194532e" + "JAPANEAST:20241206T021831Z:7285a4d1-013c-4d93-a2ad-ab26b2fdd7b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3944,8 +4319,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 9B644A0841C34D43AD54101E16FC69B1 Ref B: TYO201100115023 Ref C: 2024-12-06T02:18:31Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:37 GMT" + "Fri, 06 Dec 2024 02:18:31 GMT" ], "Content-Length": [ "905" @@ -3961,21 +4342,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "da8ecac2-2431-41ef-b22d-7216be2c2269" + "b940791d-2381-4de7-ba38-82ab2f2dded6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3986,20 +4367,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "b747d0b9-624a-42cb-8557-2bc2ed19b427" + "7e5291d3-4607-4b02-9f57-18c674dcbc4d" ], "x-ms-correlation-request-id": [ - "b747d0b9-624a-42cb-8557-2bc2ed19b427" + "7e5291d3-4607-4b02-9f57-18c674dcbc4d" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184939Z:b747d0b9-624a-42cb-8557-2bc2ed19b427" + "JAPANEAST:20241206T021837Z:7e5291d3-4607-4b02-9f57-18c674dcbc4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4007,8 +4388,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 3C01EFBA75254C6582A46ECF2A61D3DE Ref B: TYO201151004025 Ref C: 2024-12-06T02:18:36Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:39 GMT" + "Fri, 06 Dec 2024 02:18:36 GMT" ], "Content-Length": [ "905" @@ -4024,21 +4411,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "1097e504-25d8-43cf-af02-14f7232841ea" + "b90e8741-d417-48fd-adbb-719cd103605b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4049,20 +4436,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "24cff40b-a5fb-4219-b553-c087c1ddbba3" + "2d96c973-6b0f-4fef-a621-1534136467d6" ], "x-ms-correlation-request-id": [ - "24cff40b-a5fb-4219-b553-c087c1ddbba3" + "2d96c973-6b0f-4fef-a621-1534136467d6" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184941Z:24cff40b-a5fb-4219-b553-c087c1ddbba3" + "JAPANEAST:20241206T021842Z:2d96c973-6b0f-4fef-a621-1534136467d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4070,8 +4457,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 5867FB40DB0747B7A4DA09809902BB13 Ref B: TYO201100115049 Ref C: 2024-12-06T02:18:42Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:40 GMT" + "Fri, 06 Dec 2024 02:18:41 GMT" ], "Content-Length": [ "905" @@ -4087,21 +4480,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "11e8f625-f665-427e-8bcb-1d55ddf192cb" + "f355308e-0e27-43ee-8676-eb7aefb21d62" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4112,20 +4505,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "d78796b0-ee66-4c81-878e-b9f6f6125c47" + "33f6d8e2-9392-433a-8cfd-3a2a991d143b" ], "x-ms-correlation-request-id": [ - "d78796b0-ee66-4c81-878e-b9f6f6125c47" + "33f6d8e2-9392-433a-8cfd-3a2a991d143b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184942Z:d78796b0-ee66-4c81-878e-b9f6f6125c47" + "JAPANEAST:20241206T021848Z:33f6d8e2-9392-433a-8cfd-3a2a991d143b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4133,8 +4526,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B4D0B9DD0E78436288A3A8D595D0AD16 Ref B: TYO201151001023 Ref C: 2024-12-06T02:18:47Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:42 GMT" + "Fri, 06 Dec 2024 02:18:47 GMT" ], "Content-Length": [ "905" @@ -4150,21 +4549,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "55a740bb-3b2d-4501-aa99-ab9902a1e39c" + "851f927c-2305-4371-981a-399788df5f5e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4175,20 +4574,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "45507e2d-e7c4-4450-9545-90a8ab8d18a0" + "2a1b4e33-0e5d-490b-8699-fbb31af42dbb" ], "x-ms-correlation-request-id": [ - "45507e2d-e7c4-4450-9545-90a8ab8d18a0" + "2a1b4e33-0e5d-490b-8699-fbb31af42dbb" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184944Z:45507e2d-e7c4-4450-9545-90a8ab8d18a0" + "JAPANEAST:20241206T021852Z:2a1b4e33-0e5d-490b-8699-fbb31af42dbb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4196,8 +4595,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 40DB6957099943E5B028EA9DD59085D7 Ref B: TYO201151004023 Ref C: 2024-12-06T02:18:51Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:49:44 GMT" + "Fri, 06 Dec 2024 02:18:51 GMT" ], "Content-Length": [ "905" @@ -4213,21 +4618,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "4e5f87f8-ded0-4950-9039-d6df3cb3f4d6" + "298f4b3a-2e60-4c1a-83fc-48f9a8bdb8ef" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4238,20 +4643,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "fff80276-76a8-43bb-880c-d0c48952db23" + "0a94353c-7fae-4a33-afdf-7d3140662cf6" ], "x-ms-correlation-request-id": [ - "fff80276-76a8-43bb-880c-d0c48952db23" + "0a94353c-7fae-4a33-afdf-7d3140662cf6" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185001Z:fff80276-76a8-43bb-880c-d0c48952db23" + "JAPANWEST:20241206T021911Z:0a94353c-7fae-4a33-afdf-7d3140662cf6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4259,8 +4664,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 3D45A025C5BC4CF2872E3F0B1586A1D3 Ref B: TYO201100113039 Ref C: 2024-12-06T02:19:10Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:01 GMT" + "Fri, 06 Dec 2024 02:19:10 GMT" ], "Content-Length": [ "905" @@ -4276,21 +4687,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "b5e8e847-42d3-4169-9eca-41b1cc1c042d" + "b74bf48f-6ac6-47aa-b82a-6208d8d6b9e6" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4301,20 +4712,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "03f7a82d-c45d-4dd2-83c8-c5d33c8a8062" + "7fd3ab4c-9c22-4755-bb13-dbdae5e95fe6" ], "x-ms-correlation-request-id": [ - "03f7a82d-c45d-4dd2-83c8-c5d33c8a8062" + "7fd3ab4c-9c22-4755-bb13-dbdae5e95fe6" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185004Z:03f7a82d-c45d-4dd2-83c8-c5d33c8a8062" + "JAPANEAST:20241206T021917Z:7fd3ab4c-9c22-4755-bb13-dbdae5e95fe6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4322,8 +4733,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: ECF60D32FF61467C85E822BC41CFF4B1 Ref B: TYO201100116023 Ref C: 2024-12-06T02:19:16Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:03 GMT" + "Fri, 06 Dec 2024 02:19:16 GMT" ], "Content-Length": [ "905" @@ -4339,21 +4756,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "35045ad9-c88e-4485-8c0f-330ad0fe9874" + "3052beea-2b8a-4e03-b78e-7d7abf8f8496" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4364,20 +4781,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "cd19cff9-439b-46ac-bef3-0b96935473cb" + "389ccd2f-43fc-49f6-8649-84652edba4b9" ], "x-ms-correlation-request-id": [ - "cd19cff9-439b-46ac-bef3-0b96935473cb" + "389ccd2f-43fc-49f6-8649-84652edba4b9" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185006Z:cd19cff9-439b-46ac-bef3-0b96935473cb" + "JAPANEAST:20241206T021921Z:389ccd2f-43fc-49f6-8649-84652edba4b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4385,8 +4802,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 4AD2568F51D541F091160A3F1E3C193B Ref B: TYO201100117035 Ref C: 2024-12-06T02:19:20Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:06 GMT" + "Fri, 06 Dec 2024 02:19:20 GMT" ], "Content-Length": [ "905" @@ -4402,21 +4825,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "5c8b637f-144e-4e87-a8e9-3f1a469d0244" + "40e481cb-a0e8-4c49-99a6-b9b5a2ff7591" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4427,20 +4850,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "ff16bf8b-97bc-41b0-a04b-f2c166fcf04c" + "d3f4653f-6e95-4222-a48c-19e676ad2a6f" ], "x-ms-correlation-request-id": [ - "ff16bf8b-97bc-41b0-a04b-f2c166fcf04c" + "d3f4653f-6e95-4222-a48c-19e676ad2a6f" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185008Z:ff16bf8b-97bc-41b0-a04b-f2c166fcf04c" + "JAPANWEST:20241206T021925Z:d3f4653f-6e95-4222-a48c-19e676ad2a6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4448,8 +4871,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 47A92ECD061E4560B930D393AB8A22CD Ref B: TYO201100114051 Ref C: 2024-12-06T02:19:25Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:08 GMT" + "Fri, 06 Dec 2024 02:19:25 GMT" ], "Content-Length": [ "905" @@ -4465,21 +4894,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "6e25f2fc-e588-4957-87de-47f817275fea" + "c3621366-80b1-4c52-8c4b-667d4e64baf3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4490,20 +4919,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "8786a293-763f-41b4-977f-935898c3f984" + "58a41d5c-d537-4c20-8379-c08f5d8bd4fe" ], "x-ms-correlation-request-id": [ - "8786a293-763f-41b4-977f-935898c3f984" + "58a41d5c-d537-4c20-8379-c08f5d8bd4fe" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185010Z:8786a293-763f-41b4-977f-935898c3f984" + "JAPANEAST:20241206T021929Z:58a41d5c-d537-4c20-8379-c08f5d8bd4fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4511,8 +4940,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6045A6920CCD4AEBB6547FDE93EB6F03 Ref B: TYO201151004025 Ref C: 2024-12-06T02:19:28Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:09 GMT" + "Fri, 06 Dec 2024 02:19:28 GMT" ], "Content-Length": [ "905" @@ -4528,21 +4963,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "acb739ab-dbbe-4b97-aca0-32a17fd6ddaa" + "0b16c9b5-7855-42d8-a680-80932c747b2f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4553,20 +4988,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "0c48360c-0a7d-4a77-9d79-ffbcea9f5b47" + "84db312b-c91f-418c-8a73-526b510e6b0c" ], "x-ms-correlation-request-id": [ - "0c48360c-0a7d-4a77-9d79-ffbcea9f5b47" + "84db312b-c91f-418c-8a73-526b510e6b0c" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185012Z:0c48360c-0a7d-4a77-9d79-ffbcea9f5b47" + "JAPANEAST:20241206T021933Z:84db312b-c91f-418c-8a73-526b510e6b0c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4574,8 +5009,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: E02F4F0EE6E342D5AB0769CF6FCC5DB9 Ref B: TYO201151001040 Ref C: 2024-12-06T02:19:32Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:11 GMT" + "Fri, 06 Dec 2024 02:19:32 GMT" ], "Content-Length": [ "905" @@ -4591,21 +5032,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2081/providers/Microsoft.Devices/IotHubs/ps3075/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjA4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczMwNzUvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8760/providers/Microsoft.Devices/IotHubs/ps5459/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODc2MC9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NTkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "bfb4df81-9928-42f1-9e92-6966ec607d1f" + "5c76ba0b-ada1-4d65-8246-ec8ee125602f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -4616,20 +5057,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "627964f1-30b5-4a32-b824-673c37682fdc" + "1751ae1a-f104-41bc-8118-623f3ddb1970" ], "x-ms-correlation-request-id": [ - "627964f1-30b5-4a32-b824-673c37682fdc" + "1751ae1a-f104-41bc-8118-623f3ddb1970" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T185028Z:627964f1-30b5-4a32-b824-673c37682fdc" + "JAPANEAST:20241206T021951Z:1751ae1a-f104-41bc-8118-623f3ddb1970" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4637,8 +5078,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: CDF8AAE55F4D4424BCE9E50F6FDDD65B Ref B: TYO201151004023 Ref C: 2024-12-06T02:19:51Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:50:28 GMT" + "Fri, 06 Dec 2024 02:19:51 GMT" ], "Content-Length": [ "905" @@ -4656,17 +5103,17 @@ ], "Names": { "Test-AzureRmIotHubDeviceLifecycle": [ - "ps3075", - "ps2081", - "ps4535", - "ps8387", - "ps9920", - "ps941", - "ps7510", - "ps2545" + "ps5459", + "ps8760", + "ps8359", + "ps6231", + "ps8363", + "ps6070", + "ps5705", + "ps2541" ] }, "Variables": { - "SubscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1" + "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f" } } \ No newline at end of file diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json index a341d31a22b6..b6946fd13350 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPModuleTests/TestAzureIotHubModuleLifecycle.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "9dbdcc2a-f27b-4124-be17-7d6ad14c7528" + "20dc09fd-58d1-4fdf-9e8c-303d1e2bb0fe" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.68" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ] }, "RequestBody": "", @@ -27,16 +27,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "3a9098c5-2de1-4441-9383-09fa7f881110" + "84364d5d-8a3a-4120-845a-1b757d973c02" ], "x-ms-correlation-request-id": [ - "3a9098c5-2de1-4441-9383-09fa7f881110" + "84364d5d-8a3a-4120-845a-1b757d973c02" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184011Z:3a9098c5-2de1-4441-9383-09fa7f881110" + "JAPANWEST:20241206T022150Z:84364d5d-8a3a-4120-845a-1b757d973c02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,38 +47,44 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 1E47042CBC66431F9D4070C30F4ADB50 Ref B: TYO201151006054 Ref C: 2024-12-06T02:21:50Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:40:10 GMT" + "Fri, 06 Dec 2024 02:21:49 GMT" + ], + "Content-Length": [ + "10031" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "9626" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia Central 2\",\r\n \"Australia Central\"\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-15-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-07-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\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\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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/a386d5ea-ea90-441a-8263-d816368c84a1/resourcegroups/ps6153?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlZ3JvdXBzL3BzNjE1Mz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/ps8739?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlZ3JvdXBzL3BzODczOT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "b31b2b56-44a4-4d4a-84b5-ad17749ed7b4" + "f0665fbc-7a8a-4a3a-b3e8-2815d101e23b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.68" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -93,16 +102,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "c53fb23d-c489-4154-b334-057e5dcb689b" + "7624034f-b6c7-429e-859d-b5479cec002f" ], "x-ms-correlation-request-id": [ - "c53fb23d-c489-4154-b334-057e5dcb689b" + "7624034f-b6c7-429e-859d-b5479cec002f" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184012Z:c53fb23d-c489-4154-b334-057e5dcb689b" + "JAPANEAST:20241206T022153Z:7624034f-b6c7-429e-859d-b5479cec002f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,8 +122,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8B5DC824AA504C6FBD66537F2F441D67 Ref B: TYO201151005025 Ref C: 2024-12-06T02:21:50Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:40:11 GMT" + "Fri, 06 Dec 2024 02:21:53 GMT" ], "Content-Length": [ "165" @@ -123,25 +141,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153\",\r\n \"name\": \"ps6153\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739\",\r\n \"name\": \"ps8739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1aae74-1666-48fd-9520-2e7bf2117fff" + "74b4c1aa-f098-48b5-a662-e6d55dca6146" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,23 +176,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMzQ4YjBiZTYtY2QxYy00MjcwLTgyZjYtYjk0ZWY2OWNiN2ZmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "4999" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfOWY5YzFlMDktZjMyOS00NDQ1LWE5YmQtZDQ3MTcyYzkxMWIy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690485456375740&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=HALFsMwe5U644SrxvLLbBMhfcLsNZuocSoyTWzBWbqEJjWTVdUvxTWABtr8TTgPLtmeSlUrHU-opvMcgc52XtYNDfn7e1kuse371I8jj44ekVqdJCiGEk-wS1p4AXpY1SNcFIiq6yRtUibvt0LEvp8sb9AwqxkvkLojmbILv7lrlhFU2MgkLS4_VsVB9sdTrgYguZnc2y86q9ondBeFYdgvZG_9zJAe6g8A3IxPl8FRCuwQ2C3n1ttAIUrrKMGHLy6QeaoDHyaeiE34PZuz4K3T7cMyZP_XvKFqMmtcnCRFX6Ijboy_lEjw4fNadl1UEaQuypDiatWvNP50hhMBVSA&h=w_XJwlIev56UVjD6-Mrz7rOsjUDq5TsewWofwUESJlM" + ], "x-ms-request-id": [ - "11c1ed3e-27f7-436b-8a35-8ea21e28bc59" + "dc7c5bfc-88cf-4667-b0b3-b6a33ea19860" ], "x-ms-correlation-request-id": [ - "11c1ed3e-27f7-436b-8a35-8ea21e28bc59" + "dc7c5bfc-88cf-4667-b0b3-b6a33ea19860" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184016Z:11c1ed3e-27f7-436b-8a35-8ea21e28bc59" + "JAPANEAST:20241206T022225Z:dc7c5bfc-88cf-4667-b0b3-b6a33ea19860" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -182,8 +197,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 2D247FF5A564478B9CC5EAD9C343602E Ref B: TYO201151002062 Ref C: 2024-12-06T02:21:53Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:40:16 GMT" + "Fri, 06 Dec 2024 02:22:25 GMT" ], "Content-Length": [ "462" @@ -195,22 +216,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMzQ4YjBiZTYtY2QxYy00MjcwLTgyZjYtYjk0ZWY2OWNiN2ZmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTXpRNFlqQmlaVFl0WTJReFl5MDBNamN3TFRneVpqWXRZamswWldZMk9XTmlOMlptTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfOWY5YzFlMDktZjMyOS00NDQ1LWE5YmQtZDQ3MTcyYzkxMWIy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690485456375740&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=HALFsMwe5U644SrxvLLbBMhfcLsNZuocSoyTWzBWbqEJjWTVdUvxTWABtr8TTgPLtmeSlUrHU-opvMcgc52XtYNDfn7e1kuse371I8jj44ekVqdJCiGEk-wS1p4AXpY1SNcFIiq6yRtUibvt0LEvp8sb9AwqxkvkLojmbILv7lrlhFU2MgkLS4_VsVB9sdTrgYguZnc2y86q9ondBeFYdgvZG_9zJAe6g8A3IxPl8FRCuwQ2C3n1ttAIUrrKMGHLy6QeaoDHyaeiE34PZuz4K3T7cMyZP_XvKFqMmtcnCRFX6Ijboy_lEjw4fNadl1UEaQuypDiatWvNP50hhMBVSA&h=w_XJwlIev56UVjD6-Mrz7rOsjUDq5TsewWofwUESJlM", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZPV1k1WXpGbE1Ea3Raak15T1MwME5EUTFMV0U1WW1RdFpEUTNNVGN5WXpreE1XSXk/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDg1NDU2Mzc1NzQwJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPUhBTEZzTXdlNVU2NDRTcnh2TExiQk1oZmNMc05adW9jU295VFd6QldicUVKaldUVmRVdnhUV0FCdHI4VFRnUEx0bWVTbFVySFUtb3B2TWNnYzUyWHRZTkRmbjdlMWt1c2UzNzFJOGpqNDRla1ZxZEpDaUdFay13UzFwNEFYcFkxU05jRklpcTZ5UnRVaWJ2dDBMRXZwOHNiOUF3cXhrdmtMb2ptYklMdjdscmxoRlUyTWdrTFM0X1ZzVkI5c2RUcmdZZ3VabmMyeTg2cTlvbmRCZUZZZGd2WkdfOXpKQWU2ZzhBM0l4UGw4RlJDdXdRMkMzbjF0dEFJVXJyS01HSEx5NlFlYW9ESHlhZWlFMzRQWnV6NEszVDdjTXlaUF9YdktGcU1tdGNuQ1JGWDZJamJveV9sRWp3NGZOYWRsMVVFYVF1eXBEaWF0V3ZOUDUwaGhNQlZTQSZoPXdfWEp3bElldjU2VVZqRDYtTXJ6N3JPc2pVRHE1VHNld1dvZndVRVNKbE0=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1aae74-1666-48fd-9520-2e7bf2117fff" + "74b4c1aa-f098-48b5-a662-e6d55dca6146" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -221,20 +242,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "74be5395-01fd-4fd1-a7bf-6cf89805dd44" + "432f7c25-70a2-4b94-80e1-ce9cb9ab9c83" ], "x-ms-correlation-request-id": [ - "74be5395-01fd-4fd1-a7bf-6cf89805dd44" + "432f7c25-70a2-4b94-80e1-ce9cb9ab9c83" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184047Z:74be5395-01fd-4fd1-a7bf-6cf89805dd44" + "JAPANEAST:20241206T022256Z:432f7c25-70a2-4b94-80e1-ce9cb9ab9c83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -242,68 +263,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Thu, 16 Feb 2023 18:40:46 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMzQ4YjBiZTYtY2QxYy00MjcwLTgyZjYtYjk0ZWY2OWNiN2ZmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTXpRNFlqQmlaVFl0WTJReFl5MDBNamN3TFRneVpqWXRZamswWldZMk9XTmlOMlptTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5d1aae74-1666-48fd-9520-2e7bf2117fff" - ], - "User-Agent": [ - "FxVersion/4.700.22.55902", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" - ] - }, - "RequestBody": "", - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "586ae84b-10e9-4f9d-9879-4b7102bbf59d" - ], - "x-ms-correlation-request-id": [ - "586ae84b-10e9-4f9d-9879-4b7102bbf59d" - ], - "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184117Z:586ae84b-10e9-4f9d-9879-4b7102bbf59d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" + "X-MSEdge-Ref": [ + "Ref A: FB2D10A1A48A4969B2BEDFD25A18237D Ref B: TYO201151002062 Ref C: 2024-12-06T02:22:55Z" ], "Date": [ - "Thu, 16 Feb 2023 18:41:17 GMT" + "Fri, 06 Dec 2024 02:22:56 GMT" ], "Content-Length": [ "20" @@ -319,18 +286,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMzQ4YjBiZTYtY2QxYy00MjcwLTgyZjYtYjk0ZWY2OWNiN2ZmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTXpRNFlqQmlaVFl0WTJReFl5MDBNamN3TFRneVpqWXRZamswWldZMk9XTmlOMlptTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfOWY5YzFlMDktZjMyOS00NDQ1LWE5YmQtZDQ3MTcyYzkxMWIy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690485456375740&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=HALFsMwe5U644SrxvLLbBMhfcLsNZuocSoyTWzBWbqEJjWTVdUvxTWABtr8TTgPLtmeSlUrHU-opvMcgc52XtYNDfn7e1kuse371I8jj44ekVqdJCiGEk-wS1p4AXpY1SNcFIiq6yRtUibvt0LEvp8sb9AwqxkvkLojmbILv7lrlhFU2MgkLS4_VsVB9sdTrgYguZnc2y86q9ondBeFYdgvZG_9zJAe6g8A3IxPl8FRCuwQ2C3n1ttAIUrrKMGHLy6QeaoDHyaeiE34PZuz4K3T7cMyZP_XvKFqMmtcnCRFX6Ijboy_lEjw4fNadl1UEaQuypDiatWvNP50hhMBVSA&h=w_XJwlIev56UVjD6-Mrz7rOsjUDq5TsewWofwUESJlM", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZPV1k1WXpGbE1Ea3Raak15T1MwME5EUTFMV0U1WW1RdFpEUTNNVGN5WXpreE1XSXk/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDg1NDU2Mzc1NzQwJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPUhBTEZzTXdlNVU2NDRTcnh2TExiQk1oZmNMc05adW9jU295VFd6QldicUVKaldUVmRVdnhUV0FCdHI4VFRnUEx0bWVTbFVySFUtb3B2TWNnYzUyWHRZTkRmbjdlMWt1c2UzNzFJOGpqNDRla1ZxZEpDaUdFay13UzFwNEFYcFkxU05jRklpcTZ5UnRVaWJ2dDBMRXZwOHNiOUF3cXhrdmtMb2ptYklMdjdscmxoRlUyTWdrTFM0X1ZzVkI5c2RUcmdZZ3VabmMyeTg2cTlvbmRCZUZZZGd2WkdfOXpKQWU2ZzhBM0l4UGw4RlJDdXdRMkMzbjF0dEFJVXJyS01HSEx5NlFlYW9ESHlhZWlFMzRQWnV6NEszVDdjTXlaUF9YdktGcU1tdGNuQ1JGWDZJamJveV9sRWp3NGZOYWRsMVVFYVF1eXBEaWF0V3ZOUDUwaGhNQlZTQSZoPXdfWEp3bElldjU2VVZqRDYtTXJ6N3JPc2pVRHE1VHNld1dvZndVRVNKbE0=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1aae74-1666-48fd-9520-2e7bf2117fff" + "74b4c1aa-f098-48b5-a662-e6d55dca6146" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -341,20 +308,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "3b2df0eb-8c24-4515-9397-43c6c0addef7" + "55b8190d-5904-4859-8a47-36f50b9b26ab" ], "x-ms-correlation-request-id": [ - "3b2df0eb-8c24-4515-9397-43c6c0addef7" + "55b8190d-5904-4859-8a47-36f50b9b26ab" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184147Z:3b2df0eb-8c24-4515-9397-43c6c0addef7" + "JAPANEAST:20241206T022326Z:55b8190d-5904-4859-8a47-36f50b9b26ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -362,8 +329,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 17F80D957B2345BFA1C8D9376D795456 Ref B: TYO201151002062 Ref C: 2024-12-06T02:23:26Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:41:47 GMT" + "Fri, 06 Dec 2024 02:23:26 GMT" ], "Content-Length": [ "20" @@ -379,18 +352,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMzQ4YjBiZTYtY2QxYy00MjcwLTgyZjYtYjk0ZWY2OWNiN2ZmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTXpRNFlqQmlaVFl0WTJReFl5MDBNamN3TFRneVpqWXRZamswWldZMk9XTmlOMlptTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfOWY5YzFlMDktZjMyOS00NDQ1LWE5YmQtZDQ3MTcyYzkxMWIy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690485456375740&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=HALFsMwe5U644SrxvLLbBMhfcLsNZuocSoyTWzBWbqEJjWTVdUvxTWABtr8TTgPLtmeSlUrHU-opvMcgc52XtYNDfn7e1kuse371I8jj44ekVqdJCiGEk-wS1p4AXpY1SNcFIiq6yRtUibvt0LEvp8sb9AwqxkvkLojmbILv7lrlhFU2MgkLS4_VsVB9sdTrgYguZnc2y86q9ondBeFYdgvZG_9zJAe6g8A3IxPl8FRCuwQ2C3n1ttAIUrrKMGHLy6QeaoDHyaeiE34PZuz4K3T7cMyZP_XvKFqMmtcnCRFX6Ijboy_lEjw4fNadl1UEaQuypDiatWvNP50hhMBVSA&h=w_XJwlIev56UVjD6-Mrz7rOsjUDq5TsewWofwUESJlM", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZPV1k1WXpGbE1Ea3Raak15T1MwME5EUTFMV0U1WW1RdFpEUTNNVGN5WXpreE1XSXk/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDg1NDU2Mzc1NzQwJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPUhBTEZzTXdlNVU2NDRTcnh2TExiQk1oZmNMc05adW9jU295VFd6QldicUVKaldUVmRVdnhUV0FCdHI4VFRnUEx0bWVTbFVySFUtb3B2TWNnYzUyWHRZTkRmbjdlMWt1c2UzNzFJOGpqNDRla1ZxZEpDaUdFay13UzFwNEFYcFkxU05jRklpcTZ5UnRVaWJ2dDBMRXZwOHNiOUF3cXhrdmtMb2ptYklMdjdscmxoRlUyTWdrTFM0X1ZzVkI5c2RUcmdZZ3VabmMyeTg2cTlvbmRCZUZZZGd2WkdfOXpKQWU2ZzhBM0l4UGw4RlJDdXdRMkMzbjF0dEFJVXJyS01HSEx5NlFlYW9ESHlhZWlFMzRQWnV6NEszVDdjTXlaUF9YdktGcU1tdGNuQ1JGWDZJamJveV9sRWp3NGZOYWRsMVVFYVF1eXBEaWF0V3ZOUDUwaGhNQlZTQSZoPXdfWEp3bElldjU2VVZqRDYtTXJ6N3JPc2pVRHE1VHNld1dvZndVRVNKbE0=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1aae74-1666-48fd-9520-2e7bf2117fff" + "74b4c1aa-f098-48b5-a662-e6d55dca6146" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -401,20 +374,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "662b0828-2b55-4602-9eef-a3fee72dfde5" + "90439078-9e53-41c0-8fa7-0add5e0d3245" ], "x-ms-correlation-request-id": [ - "662b0828-2b55-4602-9eef-a3fee72dfde5" + "90439078-9e53-41c0-8fa7-0add5e0d3245" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184217Z:662b0828-2b55-4602-9eef-a3fee72dfde5" + "JAPANEAST:20241206T022357Z:90439078-9e53-41c0-8fa7-0add5e0d3245" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -422,8 +395,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: F091DB23156C444AAFB77FE5192F9BC7 Ref B: TYO201151002062 Ref C: 2024-12-06T02:23:57Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:16 GMT" + "Fri, 06 Dec 2024 02:23:57 GMT" ], "Content-Length": [ "20" @@ -439,18 +418,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMzQ4YjBiZTYtY2QxYy00MjcwLTgyZjYtYjk0ZWY2OWNiN2ZmO3JlZ2lvbj13ZXN0dXM=?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTXpRNFlqQmlaVFl0WTJReFl5MDBNamN3TFRneVpqWXRZamswWldZMk9XTmlOMlptTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfOWY5YzFlMDktZjMyOS00NDQ1LWE5YmQtZDQ3MTcyYzkxMWIy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690485456375740&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=HALFsMwe5U644SrxvLLbBMhfcLsNZuocSoyTWzBWbqEJjWTVdUvxTWABtr8TTgPLtmeSlUrHU-opvMcgc52XtYNDfn7e1kuse371I8jj44ekVqdJCiGEk-wS1p4AXpY1SNcFIiq6yRtUibvt0LEvp8sb9AwqxkvkLojmbILv7lrlhFU2MgkLS4_VsVB9sdTrgYguZnc2y86q9ondBeFYdgvZG_9zJAe6g8A3IxPl8FRCuwQ2C3n1ttAIUrrKMGHLy6QeaoDHyaeiE34PZuz4K3T7cMyZP_XvKFqMmtcnCRFX6Ijboy_lEjw4fNadl1UEaQuypDiatWvNP50hhMBVSA&h=w_XJwlIev56UVjD6-Mrz7rOsjUDq5TsewWofwUESJlM", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZPV1k1WXpGbE1Ea3Raak15T1MwME5EUTFMV0U1WW1RdFpEUTNNVGN5WXpreE1XSXk/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDg1NDU2Mzc1NzQwJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPUhBTEZzTXdlNVU2NDRTcnh2TExiQk1oZmNMc05adW9jU295VFd6QldicUVKaldUVmRVdnhUV0FCdHI4VFRnUEx0bWVTbFVySFUtb3B2TWNnYzUyWHRZTkRmbjdlMWt1c2UzNzFJOGpqNDRla1ZxZEpDaUdFay13UzFwNEFYcFkxU05jRklpcTZ5UnRVaWJ2dDBMRXZwOHNiOUF3cXhrdmtMb2ptYklMdjdscmxoRlUyTWdrTFM0X1ZzVkI5c2RUcmdZZ3VabmMyeTg2cTlvbmRCZUZZZGd2WkdfOXpKQWU2ZzhBM0l4UGw4RlJDdXdRMkMzbjF0dEFJVXJyS01HSEx5NlFlYW9ESHlhZWlFMzRQWnV6NEszVDdjTXlaUF9YdktGcU1tdGNuQ1JGWDZJamJveV9sRWp3NGZOYWRsMVVFYVF1eXBEaWF0V3ZOUDUwaGhNQlZTQSZoPXdfWEp3bElldjU2VVZqRDYtTXJ6N3JPc2pVRHE1VHNld1dvZndVRVNKbE0=", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1aae74-1666-48fd-9520-2e7bf2117fff" + "74b4c1aa-f098-48b5-a662-e6d55dca6146" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -461,20 +440,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "56614677-d61f-4c83-8f01-456b1f77203d" + "c261b7a8-d580-4628-af2a-60103c1d1a2f" ], "x-ms-correlation-request-id": [ - "56614677-d61f-4c83-8f01-456b1f77203d" + "c261b7a8-d580-4628-af2a-60103c1d1a2f" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184247Z:56614677-d61f-4c83-8f01-456b1f77203d" + "JAPANEAST:20241206T022428Z:c261b7a8-d580-4628-af2a-60103c1d1a2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -482,8 +461,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B829C3E07D3041B096AACDDB4AA7AAC4 Ref B: TYO201151002062 Ref C: 2024-12-06T02:24:27Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:47 GMT" + "Fri, 06 Dec 2024 02:24:27 GMT" ], "Content-Length": [ "22" @@ -499,18 +484,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1aae74-1666-48fd-9520-2e7bf2117fff" + "74b4c1aa-f098-48b5-a662-e6d55dca6146" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -521,20 +506,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "aae2654a-7e91-45b0-af72-2f4358cae56c" + "4c7b1675-971e-475e-bfc2-f9a49e63efb5" ], "x-ms-correlation-request-id": [ - "aae2654a-7e91-45b0-af72-2f4358cae56c" + "4c7b1675-971e-475e-bfc2-f9a49e63efb5" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184248Z:aae2654a-7e91-45b0-af72-2f4358cae56c" + "JAPANEAST:20241206T022429Z:4c7b1675-971e-475e-bfc2-f9a49e63efb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -542,11 +527,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 34105ACF153F439A9901D76972969982 Ref B: TYO201151002062 Ref C: 2024-12-06T02:24:28Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:48 GMT" + "Fri, 06 Dec 2024 02:24:29 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -555,25 +546,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "5d1aae74-1666-48fd-9520-2e7bf2117fff" + "74b4c1aa-f098-48b5-a662-e6d55dca6146" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -584,20 +575,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "1098" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16498" ], "x-ms-request-id": [ - "7f57c34c-0d41-4802-9691-a2c005a7e569" + "6aaa5fed-f490-4fea-87ca-143b79ab7542" ], "x-ms-correlation-request-id": [ - "7f57c34c-0d41-4802-9691-a2c005a7e569" + "6aaa5fed-f490-4fea-87ca-143b79ab7542" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184249Z:7f57c34c-0d41-4802-9691-a2c005a7e569" + "JAPANEAST:20241206T022430Z:6aaa5fed-f490-4fea-87ca-143b79ab7542" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -605,11 +596,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 4562DD21643C4AE5AFA683BB703BFD76 Ref B: TYO201151002062 Ref C: 2024-12-06T02:24:29Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:49 GMT" + "Fri, 06 Dec 2024 02:24:30 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -618,25 +615,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f44836af-378a-48fe-aeef-d433d979a83b" + "1423a254-a704-4d14-9677-3d1eebb71d00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -647,20 +644,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "cc3a130c-c1d6-4339-a7cb-47f86835e7dd" + "79ad918a-3b44-41a7-9810-3f9906cfe46c" ], "x-ms-correlation-request-id": [ - "cc3a130c-c1d6-4339-a7cb-47f86835e7dd" + "79ad918a-3b44-41a7-9810-3f9906cfe46c" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184250Z:cc3a130c-c1d6-4339-a7cb-47f86835e7dd" + "JAPANEAST:20241206T022432Z:79ad918a-3b44-41a7-9810-3f9906cfe46c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -668,11 +665,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 827F3BEC2A114111BF492F7AD9D1567F Ref B: TYO201151001052 Ref C: 2024-12-06T02:24:30Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:49 GMT" + "Fri, 06 Dec 2024 02:24:32 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -681,25 +684,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "36a89988-499a-4407-a5f7-2f091d039855" + "a02e6a17-627d-4596-accf-d5972fd4b868" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -710,20 +713,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "ee2cc2c8-7717-4508-9de5-abcf2feca8f3" + "cc617135-2fbf-450b-ac5c-bb60b2a86d76" ], "x-ms-correlation-request-id": [ - "ee2cc2c8-7717-4508-9de5-abcf2feca8f3" + "cc617135-2fbf-450b-ac5c-bb60b2a86d76" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184251Z:ee2cc2c8-7717-4508-9de5-abcf2feca8f3" + "JAPANWEST:20241206T022434Z:cc617135-2fbf-450b-ac5c-bb60b2a86d76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -731,11 +734,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: DA014363B1274C4484E84E5F4A724CF5 Ref B: TYO201100114025 Ref C: 2024-12-06T02:24:33Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:51 GMT" + "Fri, 06 Dec 2024 02:24:33 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -744,25 +753,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "551e7985-5778-4032-9ca1-a050cd962113" + "782897e0-372c-4c54-9ab2-6a3d486e1930" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -773,20 +782,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "c9103e94-8b23-410e-8bee-3f4608931a5c" + "5dcef1b2-a2b2-43f7-b39a-322d80fe1b33" ], "x-ms-correlation-request-id": [ - "c9103e94-8b23-410e-8bee-3f4608931a5c" + "5dcef1b2-a2b2-43f7-b39a-322d80fe1b33" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184253Z:c9103e94-8b23-410e-8bee-3f4608931a5c" + "JAPANEAST:20241206T022438Z:5dcef1b2-a2b2-43f7-b39a-322d80fe1b33" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -794,11 +803,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0FC2B6A79E314FDD878D706375F2AA82 Ref B: TYO201151005009 Ref C: 2024-12-06T02:24:37Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:53 GMT" + "Fri, 06 Dec 2024 02:24:38 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -807,25 +822,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "5c12e51d-32c1-466e-b116-393a72f00ed5" + "be3ad5ac-feb0-4f89-a08e-0a41a04ba116" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -836,20 +851,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "2285b553-fbf2-4a03-af70-fb3a716d18f2" + "23c633dc-04a8-4d0c-99b4-7894000526ba" ], "x-ms-correlation-request-id": [ - "2285b553-fbf2-4a03-af70-fb3a716d18f2" + "23c633dc-04a8-4d0c-99b4-7894000526ba" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184255Z:2285b553-fbf2-4a03-af70-fb3a716d18f2" + "JAPANEAST:20241206T022441Z:23c633dc-04a8-4d0c-99b4-7894000526ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -857,11 +872,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: C4EB3188A6224A359B695AAD1B5B696B Ref B: TYO201151005060 Ref C: 2024-12-06T02:24:40Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:54 GMT" + "Fri, 06 Dec 2024 02:24:41 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -870,25 +891,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "fc01f4af-1d33-4cb2-b8d4-db06c09a0c2b" + "8bb19cc8-ede1-4949-9ef3-a1c0a3ec0c3f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -899,20 +920,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "75037490-420a-455b-ab2e-e568ad66d7ba" + "de6191dc-d7c1-4f9d-8643-4c0d49701f82" ], "x-ms-correlation-request-id": [ - "75037490-420a-455b-ab2e-e568ad66d7ba" + "de6191dc-d7c1-4f9d-8643-4c0d49701f82" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184257Z:75037490-420a-455b-ab2e-e568ad66d7ba" + "JAPANWEST:20241206T022445Z:de6191dc-d7c1-4f9d-8643-4c0d49701f82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -920,11 +941,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8AAC6C3ACA3C4171AC4CA836941CDADE Ref B: TYO201100113011 Ref C: 2024-12-06T02:24:43Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:56 GMT" + "Fri, 06 Dec 2024 02:24:44 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -933,25 +960,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "b9cbd2b5-1e83-411a-93e4-11bea6cb75d8" + "ffc9df54-560c-4689-9619-33e031201ea2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -962,20 +989,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "16012ff5-2fb5-4857-b724-44ce7163dce1" + "a587bdae-2786-4ef2-930d-23fe498cce76" ], "x-ms-correlation-request-id": [ - "16012ff5-2fb5-4857-b724-44ce7163dce1" + "a587bdae-2786-4ef2-930d-23fe498cce76" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184258Z:16012ff5-2fb5-4857-b724-44ce7163dce1" + "JAPANEAST:20241206T022447Z:a587bdae-2786-4ef2-930d-23fe498cce76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -983,11 +1010,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 125B9FC2BAF0418CB0E207432B05BD82 Ref B: TYO201151001011 Ref C: 2024-12-06T02:24:46Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:58 GMT" + "Fri, 06 Dec 2024 02:24:47 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -996,25 +1029,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "4dc1ab07-386c-45bb-8362-7b100bdae447" + "8d5a7908-e8eb-4992-ae7d-070d34ebd560" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1025,20 +1058,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "10f74384-05e9-4ce7-a87c-5c2201061724" + "ea449b1d-75d4-4039-a572-acb5ec2c5479" ], "x-ms-correlation-request-id": [ - "10f74384-05e9-4ce7-a87c-5c2201061724" + "ea449b1d-75d4-4039-a572-acb5ec2c5479" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184300Z:10f74384-05e9-4ce7-a87c-5c2201061724" + "JAPANEAST:20241206T022451Z:ea449b1d-75d4-4039-a572-acb5ec2c5479" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1046,11 +1079,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: EF7E10CFAFB140299D80A86F45A4E1D3 Ref B: TYO201151004042 Ref C: 2024-12-06T02:24:49Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:59 GMT" + "Fri, 06 Dec 2024 02:24:51 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1059,25 +1098,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "9607d075-bb0a-4d09-8635-ff5f1bdb6e2b" + "4e4f6e4a-eb57-416d-80bb-3121a21415d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1088,20 +1127,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "b1c2be86-a6d4-4055-aa79-5de8a6911127" + "8d67532f-51d8-4eb4-ba71-851dd1f17a3b" ], "x-ms-correlation-request-id": [ - "b1c2be86-a6d4-4055-aa79-5de8a6911127" + "8d67532f-51d8-4eb4-ba71-851dd1f17a3b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184301Z:b1c2be86-a6d4-4055-aa79-5de8a6911127" + "JAPANEAST:20241206T022452Z:8d67532f-51d8-4eb4-ba71-851dd1f17a3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1109,11 +1148,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0D760090F16B4DF7A5D8B7C6CD2BB046 Ref B: TYO201151003036 Ref C: 2024-12-06T02:24:51Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:00 GMT" + "Fri, 06 Dec 2024 02:24:51 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1122,25 +1167,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "9d39132d-9593-4b2e-bc2b-20fe8d0327f0" + "d4bb359e-0649-4f3e-b9d4-fccccf96e71c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1151,20 +1196,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "9ecdf653-1b06-461b-908c-8d3ee87741ea" + "b0cb5b6b-6799-41f3-9698-6c0220dd3d98" ], "x-ms-correlation-request-id": [ - "9ecdf653-1b06-461b-908c-8d3ee87741ea" + "b0cb5b6b-6799-41f3-9698-6c0220dd3d98" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184303Z:9ecdf653-1b06-461b-908c-8d3ee87741ea" + "JAPANEAST:20241206T022455Z:b0cb5b6b-6799-41f3-9698-6c0220dd3d98" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1172,11 +1217,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 586C3B38048B4D1C8078D54CE65A17A6 Ref B: TYO201151004034 Ref C: 2024-12-06T02:24:54Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:03 GMT" + "Fri, 06 Dec 2024 02:24:55 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1185,25 +1236,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "4e54d52c-2c15-4bf9-9faa-ea4d8084cde5" + "f2b1354b-989c-4e79-925f-aaeed1e94a30" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1214,20 +1265,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "7abb8b82-0f00-4196-8707-4391d4dc3ab2" + "9c5d160a-ddbe-431b-a8b5-81dd7b0e3283" ], "x-ms-correlation-request-id": [ - "7abb8b82-0f00-4196-8707-4391d4dc3ab2" + "9c5d160a-ddbe-431b-a8b5-81dd7b0e3283" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184305Z:7abb8b82-0f00-4196-8707-4391d4dc3ab2" + "JAPANEAST:20241206T022459Z:9c5d160a-ddbe-431b-a8b5-81dd7b0e3283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1235,11 +1286,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 8249FD9D169844A3BF42C0E7478EF456 Ref B: TYO201100116039 Ref C: 2024-12-06T02:24:57Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:04 GMT" + "Fri, 06 Dec 2024 02:24:58 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1248,25 +1305,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "200b116e-d4f5-45b7-bf54-83ccc78ecb79" + "196180ee-c259-4eb4-9ff9-a42b5c34fe65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1277,20 +1334,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "6969b0d8-e762-4e8c-8472-47ea4be53419" + "f42d138c-e3e2-4b82-a959-4f5bc38f6fac" ], "x-ms-correlation-request-id": [ - "6969b0d8-e762-4e8c-8472-47ea4be53419" + "f42d138c-e3e2-4b82-a959-4f5bc38f6fac" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184306Z:6969b0d8-e762-4e8c-8472-47ea4be53419" + "JAPANEAST:20241206T022503Z:f42d138c-e3e2-4b82-a959-4f5bc38f6fac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1298,11 +1355,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 7A2F94EB2E6C44CA82D1571E982408FD Ref B: TYO201151004052 Ref C: 2024-12-06T02:25:02Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:06 GMT" + "Fri, 06 Dec 2024 02:25:02 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1311,25 +1374,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "674ef2d4-ed94-4c03-94c5-1798557b3434" + "00e05476-98ac-4986-a73c-14ef77e641e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1340,20 +1403,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "56dad845-0376-41a2-9ca9-e1ad367749e5" + "0f85883b-7815-45c5-a2b8-35824168bc8a" ], "x-ms-correlation-request-id": [ - "56dad845-0376-41a2-9ca9-e1ad367749e5" + "0f85883b-7815-45c5-a2b8-35824168bc8a" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184308Z:56dad845-0376-41a2-9ca9-e1ad367749e5" + "JAPANEAST:20241206T022506Z:0f85883b-7815-45c5-a2b8-35824168bc8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1361,11 +1424,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 91E52F18D78C4730B36460A6482938DC Ref B: TYO201151003062 Ref C: 2024-12-06T02:25:05Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:07 GMT" + "Fri, 06 Dec 2024 02:25:05 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1374,25 +1443,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "2b5fcdec-5c9e-4cf5-a65e-4416876f1f74" + "da703d74-ecac-4870-86d2-36c4c6ecec75" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1403,20 +1472,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "a0b69b41-e856-4a28-8570-8de45be77c6b" + "80a97dd6-7a2a-43bc-bbde-70a5f224f29b" ], "x-ms-correlation-request-id": [ - "a0b69b41-e856-4a28-8570-8de45be77c6b" + "80a97dd6-7a2a-43bc-bbde-70a5f224f29b" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184310Z:a0b69b41-e856-4a28-8570-8de45be77c6b" + "JAPANWEST:20241206T022509Z:80a97dd6-7a2a-43bc-bbde-70a5f224f29b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1424,11 +1493,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: C4F6393047FB441EAB30F7B9891537BB Ref B: TYO201100113025 Ref C: 2024-12-06T02:25:08Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:09 GMT" + "Fri, 06 Dec 2024 02:25:09 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1437,25 +1512,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "1962e835-0087-4149-8e70-b48a0200c3e2" + "997653cc-bebc-424a-9b81-1e168985a9d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1466,20 +1541,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "3c4d6dbf-3eed-41c8-8cf2-5c44e3de0e49" + "aa6a684b-f90e-4357-b20d-0b6f769331ad" ], "x-ms-correlation-request-id": [ - "3c4d6dbf-3eed-41c8-8cf2-5c44e3de0e49" + "aa6a684b-f90e-4357-b20d-0b6f769331ad" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184311Z:3c4d6dbf-3eed-41c8-8cf2-5c44e3de0e49" + "JAPANEAST:20241206T022512Z:aa6a684b-f90e-4357-b20d-0b6f769331ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1487,11 +1562,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 911CB7238E0742A9B54EAADD29D819B7 Ref B: TYO201151001062 Ref C: 2024-12-06T02:25:11Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:11 GMT" + "Fri, 06 Dec 2024 02:25:12 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1500,25 +1581,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f772c68b-83d7-4060-b8c6-dedab95ee4fb" + "07398419-9027-4acb-aecd-5f34bd334e0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1529,20 +1610,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "57009db9-7fe2-484d-af1c-9c51212fb9c6" + "93b94397-c435-4fe6-9055-5da7aafddf64" ], "x-ms-correlation-request-id": [ - "57009db9-7fe2-484d-af1c-9c51212fb9c6" + "93b94397-c435-4fe6-9055-5da7aafddf64" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184312Z:57009db9-7fe2-484d-af1c-9c51212fb9c6" + "JAPANWEST:20241206T022516Z:93b94397-c435-4fe6-9055-5da7aafddf64" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1550,11 +1631,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 65197DB540964ED08586900FA220B4AE Ref B: TYO201100114011 Ref C: 2024-12-06T02:25:14Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:12 GMT" + "Fri, 06 Dec 2024 02:25:15 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1563,25 +1650,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "0b590170-2c8b-4c82-97b5-fffebd2a0a7e" + "f31a9a63-2fb6-4791-b542-1104a77c9fed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1592,20 +1679,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "627ba53f-639d-4115-a5b5-773abcf55254" + "83d787b1-6291-4f9c-ac54-9323bff50b75" ], "x-ms-correlation-request-id": [ - "627ba53f-639d-4115-a5b5-773abcf55254" + "83d787b1-6291-4f9c-ac54-9323bff50b75" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184314Z:627ba53f-639d-4115-a5b5-773abcf55254" + "JAPANEAST:20241206T022519Z:83d787b1-6291-4f9c-ac54-9323bff50b75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1613,11 +1700,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 174C3B204E75441F90A7B63955D531D8 Ref B: TYO201151001052 Ref C: 2024-12-06T02:25:18Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:13 GMT" + "Fri, 06 Dec 2024 02:25:19 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1626,25 +1719,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "71c7e1ae-26d0-4170-8a20-52cf5fb7faae" + "9a671c97-72c0-4648-ab0c-24a5e3fef65c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1655,20 +1748,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "292976bc-ec69-4353-a9b9-efda184fa30f" + "a2ba6e27-8e6b-4ff1-b436-076350f19045" ], "x-ms-correlation-request-id": [ - "292976bc-ec69-4353-a9b9-efda184fa30f" + "a2ba6e27-8e6b-4ff1-b436-076350f19045" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184315Z:292976bc-ec69-4353-a9b9-efda184fa30f" + "JAPANEAST:20241206T022522Z:a2ba6e27-8e6b-4ff1-b436-076350f19045" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1676,11 +1769,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D6D1E7EFD007490BBF1CF9354024B6FA Ref B: TYO201151003011 Ref C: 2024-12-06T02:25:21Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:15 GMT" + "Fri, 06 Dec 2024 02:25:21 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1689,25 +1788,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "3176d1fb-88b7-4ddc-9fb4-f8c908512be8" + "e733d557-f780-4a4f-897c-7191a6ddabe8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1718,20 +1817,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1098" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16498" ], "x-ms-request-id": [ - "6e52ec93-1791-4ff3-a465-f8d2bc0b32df" + "d5d5d1d9-543e-4d16-bba9-3ee0fd666afd" ], "x-ms-correlation-request-id": [ - "6e52ec93-1791-4ff3-a465-f8d2bc0b32df" + "d5d5d1d9-543e-4d16-bba9-3ee0fd666afd" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184317Z:6e52ec93-1791-4ff3-a465-f8d2bc0b32df" + "JAPANEAST:20241206T022525Z:d5d5d1d9-543e-4d16-bba9-3ee0fd666afd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1739,11 +1838,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0FA3AC670851497192B49F85D5FB128C Ref B: TYO201151004036 Ref C: 2024-12-06T02:25:24Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:17 GMT" + "Fri, 06 Dec 2024 02:25:25 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1752,25 +1857,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "053fcdc3-1ac1-406a-8107-f185a2de8dfa" + "3135afae-e60c-4679-a285-e738435d9127" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1781,20 +1886,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "0adace01-9e9f-49e9-a8b8-1ed054782ca3" + "9a8cca07-a1e9-4728-9d69-25a39f2d1fa7" ], "x-ms-correlation-request-id": [ - "0adace01-9e9f-49e9-a8b8-1ed054782ca3" + "9a8cca07-a1e9-4728-9d69-25a39f2d1fa7" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184329Z:0adace01-9e9f-49e9-a8b8-1ed054782ca3" + "JAPANWEST:20241206T022538Z:9a8cca07-a1e9-4728-9d69-25a39f2d1fa7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1802,11 +1907,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 12A2C012B29C4479A547DC1225B679C3 Ref B: TYO201100113021 Ref C: 2024-12-06T02:25:37Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:29 GMT" + "Fri, 06 Dec 2024 02:25:37 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1815,25 +1926,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "3324d950-888d-413f-a7bd-081de299262f" + "1072d21b-851c-436e-9237-e4b08206dab9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1844,20 +1955,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "50b57a5d-3194-482f-8e0a-5d174b1558da" + "38de4584-1704-4e94-8b2e-668799a408d5" ], "x-ms-correlation-request-id": [ - "50b57a5d-3194-482f-8e0a-5d174b1558da" + "38de4584-1704-4e94-8b2e-668799a408d5" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184331Z:50b57a5d-3194-482f-8e0a-5d174b1558da" + "JAPANEAST:20241206T022541Z:38de4584-1704-4e94-8b2e-668799a408d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1865,11 +1976,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: DFFF71B65C614C9B9BF64E31EDD22D0A Ref B: TYO201151004025 Ref C: 2024-12-06T02:25:40Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:30 GMT" + "Fri, 06 Dec 2024 02:25:41 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1878,25 +1995,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f44e2e21-451d-4c07-b00b-07f4990b1f62" + "e0055647-b24b-4471-bd9f-6ce46240b691" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1907,20 +2024,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "b1c2a175-cae5-407a-a075-2e638472b703" + "7eaefaba-673f-4079-b180-ab1318187b52" ], "x-ms-correlation-request-id": [ - "b1c2a175-cae5-407a-a075-2e638472b703" + "7eaefaba-673f-4079-b180-ab1318187b52" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184333Z:b1c2a175-cae5-407a-a075-2e638472b703" + "JAPANEAST:20241206T022545Z:7eaefaba-673f-4079-b180-ab1318187b52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1928,11 +2045,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D79FDDA1385D4894A83FDC1AFEA324FD Ref B: TYO201100117047 Ref C: 2024-12-06T02:25:43Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:32 GMT" + "Fri, 06 Dec 2024 02:25:45 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1941,25 +2064,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "e4205570-0232-47a7-ad86-3521126f089e" + "52aac64b-6d4d-4311-9876-f3387cd001d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1970,20 +2093,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "525050f7-3413-47be-bb4f-3bc7c9d071f6" + "77700af1-52a6-4402-8086-3aa3ebc259e7" ], "x-ms-correlation-request-id": [ - "525050f7-3413-47be-bb4f-3bc7c9d071f6" + "77700af1-52a6-4402-8086-3aa3ebc259e7" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184334Z:525050f7-3413-47be-bb4f-3bc7c9d071f6" + "JAPANEAST:20241206T022548Z:77700af1-52a6-4402-8086-3aa3ebc259e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1991,11 +2114,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: C8ECD2E3146F4585BA1D39BA62D55E65 Ref B: TYO201151002009 Ref C: 2024-12-06T02:25:47Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:33 GMT" + "Fri, 06 Dec 2024 02:25:48 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2004,25 +2133,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c7a46133-cb91-40fb-bfd9-1d4933f0c202" + "7294b6b1-b1a1-4346-be10-a37b7c3eae5d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2033,20 +2162,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "cfc26da3-50a3-4e19-a612-bd542e910429" + "ce8acfad-02a7-49c8-9e03-38e0f828ff79" ], "x-ms-correlation-request-id": [ - "cfc26da3-50a3-4e19-a612-bd542e910429" + "ce8acfad-02a7-49c8-9e03-38e0f828ff79" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184336Z:cfc26da3-50a3-4e19-a612-bd542e910429" + "JAPANEAST:20241206T022551Z:ce8acfad-02a7-49c8-9e03-38e0f828ff79" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2054,11 +2183,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: F69A84AEED5D40459E984835C06C35DE Ref B: TYO201100115009 Ref C: 2024-12-06T02:25:50Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:36 GMT" + "Fri, 06 Dec 2024 02:25:50 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2067,25 +2202,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "3fff71fe-4719-41a7-bd26-9685193c2319" + "db4f6219-24a4-41fd-925c-2d14f7817937" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2096,20 +2231,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "6487250d-b184-4263-804c-a96be5677ccf" + "bff07e16-634c-40a2-8a96-72d4a30b9bbd" ], "x-ms-correlation-request-id": [ - "6487250d-b184-4263-804c-a96be5677ccf" + "bff07e16-634c-40a2-8a96-72d4a30b9bbd" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184338Z:6487250d-b184-4263-804c-a96be5677ccf" + "JAPANEAST:20241206T022554Z:bff07e16-634c-40a2-8a96-72d4a30b9bbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2117,11 +2252,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 9C7372A526E146D79BC448FDCA8DBAEC Ref B: TYO201100117047 Ref C: 2024-12-06T02:25:53Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:37 GMT" + "Fri, 06 Dec 2024 02:25:54 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2130,25 +2271,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "fad70670-a6c6-4848-94bd-fc86d751023a" + "21ca0650-97ac-47e2-81ba-3f7bc916bbcf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2159,20 +2300,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "6982e8e6-083f-40e6-90e9-e723ef6ea813" + "8faf4781-bdc4-4079-a4b4-ca46487341ba" ], "x-ms-correlation-request-id": [ - "6982e8e6-083f-40e6-90e9-e723ef6ea813" + "8faf4781-bdc4-4079-a4b4-ca46487341ba" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184339Z:6982e8e6-083f-40e6-90e9-e723ef6ea813" + "JAPANEAST:20241206T022557Z:8faf4781-bdc4-4079-a4b4-ca46487341ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2180,11 +2321,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 7EEE68E8857E4F8A8E3B689AD24DAF24 Ref B: TYO201151003029 Ref C: 2024-12-06T02:25:56Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:39 GMT" + "Fri, 06 Dec 2024 02:25:57 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2193,25 +2340,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDk/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "1c975625-c1b1-47cd-bf6e-94c413c5256d" + "7f437aee-3d1d-454c-9850-7929595bb1a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2222,20 +2369,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "64eade55-ba4e-4df4-a451-aa5075bdedc2" + "ce6ce2d4-0ca0-4f4e-8941-96e9a2c91ade" ], "x-ms-correlation-request-id": [ - "64eade55-ba4e-4df4-a451-aa5075bdedc2" + "ce6ce2d4-0ca0-4f4e-8941-96e9a2c91ade" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184341Z:64eade55-ba4e-4df4-a451-aa5075bdedc2" + "JAPANEAST:20241206T022600Z:ce6ce2d4-0ca0-4f4e-8941-96e9a2c91ade" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2243,11 +2390,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B7B23EDEE3D44E9DAF04471025E683E2 Ref B: TYO201151003034 Ref C: 2024-12-06T02:25:59Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:40 GMT" + "Fri, 06 Dec 2024 02:26:00 GMT" ], "Content-Length": [ - "1562" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2256,25 +2409,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998\",\r\n \"name\": \"ps6998\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6153\",\r\n \"etag\": \"AAAADHxV4Dk=\",\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\": \"ps6998.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\": \"ps6998\",\r\n \"endpoint\": \"sb://iothub-ns-ps6998-24619133-fc39feb4dd.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:40:15.99Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249\",\r\n \"name\": \"ps1249\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps8739\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps1249.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\": \"ps1249\",\r\n \"endpoint\": \"sb://iothub-ns-ps1249-63332201-19f2219c65.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:22:24.8333333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/IotHubKeys/iothubowner/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvSW90SHViS2V5cy9pb3RodWJvd25lci9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAy", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/IotHubKeys/iothubowner/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvSW90SHViS2V5cy9pb3RodWJvd25lci9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDIxLTA3LTAy", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "f44836af-378a-48fe-aeef-d433d979a83b" + "1423a254-a704-4d14-9677-3d1eebb71d00" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2285,20 +2438,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "ba2a770a-200d-4723-b72a-79fadd956bfa" + "07ec9503-f839-4ef6-9b8f-db5daa9d9652" ], "x-ms-correlation-request-id": [ - "ba2a770a-200d-4723-b72a-79fadd956bfa" + "07ec9503-f839-4ef6-9b8f-db5daa9d9652" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184250Z:ba2a770a-200d-4723-b72a-79fadd956bfa" + "JAPANEAST:20241206T022432Z:07ec9503-f839-4ef6-9b8f-db5daa9d9652" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2306,8 +2459,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: C736AE8511074A5EAF1D5FB8BA64A7AB Ref B: TYO201151001052 Ref C: 2024-12-06T02:24:32Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:50 GMT" + "Fri, 06 Dec 2024 02:24:32 GMT" ], "Content-Length": [ "203" @@ -2323,21 +2482,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "36a89988-499a-4407-a5f7-2f091d039855" + "a02e6a17-627d-4596-accf-d5972fd4b868" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2348,20 +2507,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "05f9c3d4-016a-4485-82f4-9f59bc76c5f9" + "2928e0a8-3ea0-4bd8-bb6f-1151517dd34f" ], "x-ms-correlation-request-id": [ - "05f9c3d4-016a-4485-82f4-9f59bc76c5f9" + "2928e0a8-3ea0-4bd8-bb6f-1151517dd34f" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184251Z:05f9c3d4-016a-4485-82f4-9f59bc76c5f9" + "JAPANWEST:20241206T022435Z:2928e0a8-3ea0-4bd8-bb6f-1151517dd34f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2369,8 +2528,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 99D48C49CF314BF7A0B47DBD8FF415C9 Ref B: TYO201100114025 Ref C: 2024-12-06T02:24:34Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:51 GMT" + "Fri, 06 Dec 2024 02:24:34 GMT" ], "Content-Length": [ "905" @@ -2386,21 +2551,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "551e7985-5778-4032-9ca1-a050cd962113" + "782897e0-372c-4c54-9ab2-6a3d486e1930" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2411,20 +2576,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "d725826e-7f07-4530-b058-c6a20e6850a9" + "cdffffac-9774-4d1e-97b1-888bb3334cd4" ], "x-ms-correlation-request-id": [ - "d725826e-7f07-4530-b058-c6a20e6850a9" + "cdffffac-9774-4d1e-97b1-888bb3334cd4" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184253Z:d725826e-7f07-4530-b058-c6a20e6850a9" + "JAPANEAST:20241206T022439Z:cdffffac-9774-4d1e-97b1-888bb3334cd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2432,8 +2597,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 5517F1D272C04B4181DB57079EF6406D Ref B: TYO201151005009 Ref C: 2024-12-06T02:24:38Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:53 GMT" + "Fri, 06 Dec 2024 02:24:38 GMT" ], "Content-Length": [ "905" @@ -2449,21 +2620,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "5c12e51d-32c1-466e-b116-393a72f00ed5" + "be3ad5ac-feb0-4f89-a08e-0a41a04ba116" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2474,20 +2645,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "18819457-56c0-4612-bac8-6d7a58961014" + "cf5e0499-78a3-4cba-b222-aea9b1954fc3" ], "x-ms-correlation-request-id": [ - "18819457-56c0-4612-bac8-6d7a58961014" + "cf5e0499-78a3-4cba-b222-aea9b1954fc3" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184255Z:18819457-56c0-4612-bac8-6d7a58961014" + "JAPANEAST:20241206T022442Z:cf5e0499-78a3-4cba-b222-aea9b1954fc3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2495,8 +2666,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 3F4322E60036417890C6249FE012A805 Ref B: TYO201151005060 Ref C: 2024-12-06T02:24:41Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:55 GMT" + "Fri, 06 Dec 2024 02:24:41 GMT" ], "Content-Length": [ "905" @@ -2512,21 +2689,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "fc01f4af-1d33-4cb2-b8d4-db06c09a0c2b" + "8bb19cc8-ede1-4949-9ef3-a1c0a3ec0c3f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2537,20 +2714,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "bf0a6584-9343-4e0a-9734-9690324afe29" + "fcdf2401-917d-4957-a861-00347179828c" ], "x-ms-correlation-request-id": [ - "bf0a6584-9343-4e0a-9734-9690324afe29" + "fcdf2401-917d-4957-a861-00347179828c" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184257Z:bf0a6584-9343-4e0a-9734-9690324afe29" + "JAPANWEST:20241206T022445Z:fcdf2401-917d-4957-a861-00347179828c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2558,8 +2735,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 2682521E5BDA42DF91F36F48C20ED012 Ref B: TYO201100113011 Ref C: 2024-12-06T02:24:45Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:57 GMT" + "Fri, 06 Dec 2024 02:24:44 GMT" ], "Content-Length": [ "905" @@ -2575,21 +2758,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "b9cbd2b5-1e83-411a-93e4-11bea6cb75d8" + "ffc9df54-560c-4689-9619-33e031201ea2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2600,20 +2783,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "3a4e1f5e-d725-4bc5-8ef9-d348aa32e8c8" + "c27fa3dc-6012-4bc7-9560-1bdc69cb08c4" ], "x-ms-correlation-request-id": [ - "3a4e1f5e-d725-4bc5-8ef9-d348aa32e8c8" + "c27fa3dc-6012-4bc7-9560-1bdc69cb08c4" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184259Z:3a4e1f5e-d725-4bc5-8ef9-d348aa32e8c8" + "JAPANEAST:20241206T022448Z:c27fa3dc-6012-4bc7-9560-1bdc69cb08c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2621,8 +2804,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: EB720CCB0F5C4B348AA95B9A71A9BE2B Ref B: TYO201151001011 Ref C: 2024-12-06T02:24:47Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:42:58 GMT" + "Fri, 06 Dec 2024 02:24:48 GMT" ], "Content-Length": [ "905" @@ -2638,21 +2827,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "9607d075-bb0a-4d09-8635-ff5f1bdb6e2b" + "4e4f6e4a-eb57-416d-80bb-3121a21415d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2663,20 +2852,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "152f89d6-1e93-439b-9d9f-7acbdf00767d" + "6ea2ef3a-a5b6-46cc-8fb4-cb3e6a0eb3aa" ], "x-ms-correlation-request-id": [ - "152f89d6-1e93-439b-9d9f-7acbdf00767d" + "6ea2ef3a-a5b6-46cc-8fb4-cb3e6a0eb3aa" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184302Z:152f89d6-1e93-439b-9d9f-7acbdf00767d" + "JAPANEAST:20241206T022453Z:6ea2ef3a-a5b6-46cc-8fb4-cb3e6a0eb3aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2684,8 +2873,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 7C4D00182CBD47F88223844EF0B23CC2 Ref B: TYO201151003036 Ref C: 2024-12-06T02:24:52Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:01 GMT" + "Fri, 06 Dec 2024 02:24:52 GMT" ], "Content-Length": [ "905" @@ -2701,21 +2896,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "9d39132d-9593-4b2e-bc2b-20fe8d0327f0" + "d4bb359e-0649-4f3e-b9d4-fccccf96e71c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2726,20 +2921,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "b5001cc2-53e1-4d92-8bde-efee781eb502" + "ef9cde58-7dc2-4fa2-bd1b-4f0e75e70642" ], "x-ms-correlation-request-id": [ - "b5001cc2-53e1-4d92-8bde-efee781eb502" + "ef9cde58-7dc2-4fa2-bd1b-4f0e75e70642" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184303Z:b5001cc2-53e1-4d92-8bde-efee781eb502" + "JAPANEAST:20241206T022456Z:ef9cde58-7dc2-4fa2-bd1b-4f0e75e70642" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2747,8 +2942,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0A3D0123E6BF4A028B93D86F09515A71 Ref B: TYO201151004034 Ref C: 2024-12-06T02:24:55Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:03 GMT" + "Fri, 06 Dec 2024 02:24:56 GMT" ], "Content-Length": [ "905" @@ -2764,21 +2965,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "4e54d52c-2c15-4bf9-9faa-ea4d8084cde5" + "f2b1354b-989c-4e79-925f-aaeed1e94a30" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2789,20 +2990,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "ee2ce034-aa9e-43c2-b8af-17e0d9ae8d78" + "1d8704e0-b99b-4cc0-a815-2153a78fc7c0" ], "x-ms-correlation-request-id": [ - "ee2ce034-aa9e-43c2-b8af-17e0d9ae8d78" + "1d8704e0-b99b-4cc0-a815-2153a78fc7c0" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184305Z:ee2ce034-aa9e-43c2-b8af-17e0d9ae8d78" + "JAPANEAST:20241206T022500Z:1d8704e0-b99b-4cc0-a815-2153a78fc7c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2810,8 +3011,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 820A5C63C8344B22885C676D413657B8 Ref B: TYO201100116039 Ref C: 2024-12-06T02:24:59Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:04 GMT" + "Fri, 06 Dec 2024 02:24:59 GMT" ], "Content-Length": [ "905" @@ -2827,21 +3034,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "200b116e-d4f5-45b7-bf54-83ccc78ecb79" + "196180ee-c259-4eb4-9ff9-a42b5c34fe65" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2852,20 +3059,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "9a9512fc-8216-4e69-9a31-1b10e8c49023" + "5a708800-fd39-49ea-a3da-9dcc0638c956" ], "x-ms-correlation-request-id": [ - "9a9512fc-8216-4e69-9a31-1b10e8c49023" + "5a708800-fd39-49ea-a3da-9dcc0638c956" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184306Z:9a9512fc-8216-4e69-9a31-1b10e8c49023" + "JAPANEAST:20241206T022504Z:5a708800-fd39-49ea-a3da-9dcc0638c956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2873,8 +3080,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 56B47C8CC9D94F31A59CA309D1145DC1 Ref B: TYO201151004052 Ref C: 2024-12-06T02:25:03Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:06 GMT" + "Fri, 06 Dec 2024 02:25:03 GMT" ], "Content-Length": [ "905" @@ -2890,21 +3103,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "674ef2d4-ed94-4c03-94c5-1798557b3434" + "00e05476-98ac-4986-a73c-14ef77e641e0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2915,20 +3128,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "798" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11998" ], "x-ms-request-id": [ - "bb5ac0a4-8e22-46d5-b423-95de98961a52" + "f13fd367-ab0b-4bfd-bbbc-08dad52f1700" ], "x-ms-correlation-request-id": [ - "bb5ac0a4-8e22-46d5-b423-95de98961a52" + "f13fd367-ab0b-4bfd-bbbc-08dad52f1700" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184308Z:bb5ac0a4-8e22-46d5-b423-95de98961a52" + "JAPANEAST:20241206T022506Z:f13fd367-ab0b-4bfd-bbbc-08dad52f1700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2936,8 +3149,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: F4DF745788D24F76AF6F7BEF80178C2F Ref B: TYO201151003062 Ref C: 2024-12-06T02:25:06Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:08 GMT" + "Fri, 06 Dec 2024 02:25:05 GMT" ], "Content-Length": [ "905" @@ -2953,21 +3172,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "2b5fcdec-5c9e-4cf5-a65e-4416876f1f74" + "da703d74-ecac-4870-86d2-36c4c6ecec75" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -2978,20 +3197,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "83a616ae-3698-4100-b7d7-c0e361f26f21" + "175b8a1a-158b-4ff4-a710-a721a8d2fb7e" ], "x-ms-correlation-request-id": [ - "83a616ae-3698-4100-b7d7-c0e361f26f21" + "175b8a1a-158b-4ff4-a710-a721a8d2fb7e" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184310Z:83a616ae-3698-4100-b7d7-c0e361f26f21" + "JAPANWEST:20241206T022510Z:175b8a1a-158b-4ff4-a710-a721a8d2fb7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2999,8 +3218,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 79319541F6CF4C46B3245D4986331A00 Ref B: TYO201100113025 Ref C: 2024-12-06T02:25:09Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:09 GMT" + "Fri, 06 Dec 2024 02:25:10 GMT" ], "Content-Length": [ "905" @@ -3016,21 +3241,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "1962e835-0087-4149-8e70-b48a0200c3e2" + "997653cc-bebc-424a-9b81-1e168985a9d8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3041,20 +3266,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "f97adf9f-6583-46ed-b49b-7a695f469b36" + "87b3d09b-7b4e-4d6c-9f25-8804a46859d1" ], "x-ms-correlation-request-id": [ - "f97adf9f-6583-46ed-b49b-7a695f469b36" + "87b3d09b-7b4e-4d6c-9f25-8804a46859d1" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184311Z:f97adf9f-6583-46ed-b49b-7a695f469b36" + "JAPANEAST:20241206T022513Z:87b3d09b-7b4e-4d6c-9f25-8804a46859d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3062,8 +3287,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 4B268C8687CE4C5A8C308D93F97F5BA6 Ref B: TYO201151001062 Ref C: 2024-12-06T02:25:12Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:11 GMT" + "Fri, 06 Dec 2024 02:25:12 GMT" ], "Content-Length": [ "905" @@ -3079,21 +3310,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "f772c68b-83d7-4060-b8c6-dedab95ee4fb" + "07398419-9027-4acb-aecd-5f34bd334e0c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3104,20 +3335,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "b674ba30-9fc0-4db4-b3f2-1b7e62cfc663" + "9c874674-9b81-475c-907b-53bf307d26a4" ], "x-ms-correlation-request-id": [ - "b674ba30-9fc0-4db4-b3f2-1b7e62cfc663" + "9c874674-9b81-475c-907b-53bf307d26a4" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184313Z:b674ba30-9fc0-4db4-b3f2-1b7e62cfc663" + "JAPANWEST:20241206T022516Z:9c874674-9b81-475c-907b-53bf307d26a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3125,8 +3356,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 673C7A5F57464040937686120764C815 Ref B: TYO201100114011 Ref C: 2024-12-06T02:25:16Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:12 GMT" + "Fri, 06 Dec 2024 02:25:15 GMT" ], "Content-Length": [ "905" @@ -3142,21 +3379,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "0b590170-2c8b-4c82-97b5-fffebd2a0a7e" + "f31a9a63-2fb6-4791-b542-1104a77c9fed" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3167,20 +3404,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "8d12af2f-c1ac-456c-8d4f-b3dfdfb84a7b" + "747e1f22-2cea-4b2a-8a79-63f4d124dc5c" ], "x-ms-correlation-request-id": [ - "8d12af2f-c1ac-456c-8d4f-b3dfdfb84a7b" + "747e1f22-2cea-4b2a-8a79-63f4d124dc5c" ], "x-ms-routing-request-id": [ - "WESTUS:20230216T184314Z:8d12af2f-c1ac-456c-8d4f-b3dfdfb84a7b" + "JAPANEAST:20241206T022519Z:747e1f22-2cea-4b2a-8a79-63f4d124dc5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3188,8 +3425,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 9B7EEB9AC4DC48439D5B188B772B6824 Ref B: TYO201151001052 Ref C: 2024-12-06T02:25:19Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:13 GMT" + "Fri, 06 Dec 2024 02:25:19 GMT" ], "Content-Length": [ "905" @@ -3205,21 +3448,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "71c7e1ae-26d0-4170-8a20-52cf5fb7faae" + "9a671c97-72c0-4648-ab0c-24a5e3fef65c" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3230,20 +3473,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "8208e76b-eb03-4a31-b05c-975d45ad82d1" + "7ac30249-da92-4208-bced-5f70543d5e16" ], "x-ms-correlation-request-id": [ - "8208e76b-eb03-4a31-b05c-975d45ad82d1" + "7ac30249-da92-4208-bced-5f70543d5e16" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184316Z:8208e76b-eb03-4a31-b05c-975d45ad82d1" + "JAPANEAST:20241206T022523Z:7ac30249-da92-4208-bced-5f70543d5e16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3251,8 +3494,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6DE760A7FB4149188AF653C069075686 Ref B: TYO201151003011 Ref C: 2024-12-06T02:25:22Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:15 GMT" + "Fri, 06 Dec 2024 02:25:22 GMT" ], "Content-Length": [ "905" @@ -3268,21 +3517,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "3176d1fb-88b7-4ddc-9fb4-f8c908512be8" + "e733d557-f780-4a4f-897c-7191a6ddabe8" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3293,20 +3542,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "ed30295e-c159-49a1-84f3-3cdfc79a7dea" + "f7575b33-a869-4ae7-9244-97c9ac23b19e" ], "x-ms-correlation-request-id": [ - "ed30295e-c159-49a1-84f3-3cdfc79a7dea" + "f7575b33-a869-4ae7-9244-97c9ac23b19e" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184318Z:ed30295e-c159-49a1-84f3-3cdfc79a7dea" + "JAPANEAST:20241206T022525Z:f7575b33-a869-4ae7-9244-97c9ac23b19e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3314,8 +3563,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 7A98D6A19EEB4E3A92BC4B2649D610BF Ref B: TYO201151004036 Ref C: 2024-12-06T02:25:25Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:18 GMT" + "Fri, 06 Dec 2024 02:25:25 GMT" ], "Content-Length": [ "905" @@ -3331,21 +3586,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "053fcdc3-1ac1-406a-8107-f185a2de8dfa" + "3135afae-e60c-4679-a285-e738435d9127" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3356,20 +3611,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "33877262-1483-419c-9773-de254b50186d" + "805a8975-ef5e-48af-affc-855b6cdf25e8" ], "x-ms-correlation-request-id": [ - "33877262-1483-419c-9773-de254b50186d" + "805a8975-ef5e-48af-affc-855b6cdf25e8" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184329Z:33877262-1483-419c-9773-de254b50186d" + "JAPANWEST:20241206T022539Z:805a8975-ef5e-48af-affc-855b6cdf25e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3377,8 +3632,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: BAA40C5D653F406196C36B1020402FD3 Ref B: TYO201100113021 Ref C: 2024-12-06T02:25:38Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:29 GMT" + "Fri, 06 Dec 2024 02:25:38 GMT" ], "Content-Length": [ "905" @@ -3394,21 +3655,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "3324d950-888d-413f-a7bd-081de299262f" + "1072d21b-851c-436e-9237-e4b08206dab9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3419,20 +3680,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "14a91f46-cab1-467f-929a-7ac7cbaa00a8" + "bd273c79-585a-46c4-93d4-3171a6078665" ], "x-ms-correlation-request-id": [ - "14a91f46-cab1-467f-929a-7ac7cbaa00a8" + "bd273c79-585a-46c4-93d4-3171a6078665" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184331Z:14a91f46-cab1-467f-929a-7ac7cbaa00a8" + "JAPANEAST:20241206T022542Z:bd273c79-585a-46c4-93d4-3171a6078665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3440,8 +3701,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 2B576499B6CC4553889728932A048B81 Ref B: TYO201151004025 Ref C: 2024-12-06T02:25:41Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:31 GMT" + "Fri, 06 Dec 2024 02:25:42 GMT" ], "Content-Length": [ "905" @@ -3457,21 +3724,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "f44e2e21-451d-4c07-b00b-07f4990b1f62" + "e0055647-b24b-4471-bd9f-6ce46240b691" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3482,20 +3749,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "d80bd2d7-d7fe-4a83-ad72-5291bb8882d0" + "e7638235-d583-4ebc-8938-5562533aa446" ], "x-ms-correlation-request-id": [ - "d80bd2d7-d7fe-4a83-ad72-5291bb8882d0" + "e7638235-d583-4ebc-8938-5562533aa446" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184333Z:d80bd2d7-d7fe-4a83-ad72-5291bb8882d0" + "JAPANEAST:20241206T022546Z:e7638235-d583-4ebc-8938-5562533aa446" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3503,8 +3770,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 29E47D89E95E448BB297B596DFB31488 Ref B: TYO201100117047 Ref C: 2024-12-06T02:25:45Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:32 GMT" + "Fri, 06 Dec 2024 02:25:45 GMT" ], "Content-Length": [ "905" @@ -3520,21 +3793,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "e4205570-0232-47a7-ad86-3521126f089e" + "52aac64b-6d4d-4311-9876-f3387cd001d7" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3545,20 +3818,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "db28e000-d64a-4356-a718-db0be0a3b3bd" + "b99f0982-30e3-4459-b9e9-40c1f75d9dc5" ], "x-ms-correlation-request-id": [ - "db28e000-d64a-4356-a718-db0be0a3b3bd" + "b99f0982-30e3-4459-b9e9-40c1f75d9dc5" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184335Z:db28e000-d64a-4356-a718-db0be0a3b3bd" + "JAPANEAST:20241206T022548Z:b99f0982-30e3-4459-b9e9-40c1f75d9dc5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3566,8 +3839,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6377C9DA1A42468C8646D5F93401E0E0 Ref B: TYO201151002009 Ref C: 2024-12-06T02:25:48Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:34 GMT" + "Fri, 06 Dec 2024 02:25:48 GMT" ], "Content-Length": [ "905" @@ -3583,21 +3862,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "c7a46133-cb91-40fb-bfd9-1d4933f0c202" + "7294b6b1-b1a1-4346-be10-a37b7c3eae5d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3608,20 +3887,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "2f16320e-b9cd-4197-8bf0-249c71a84006" + "e9fa7af0-2ef2-465e-82ed-c6fc7e2f3cf1" ], "x-ms-correlation-request-id": [ - "2f16320e-b9cd-4197-8bf0-249c71a84006" + "e9fa7af0-2ef2-465e-82ed-c6fc7e2f3cf1" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184336Z:2f16320e-b9cd-4197-8bf0-249c71a84006" + "JAPANEAST:20241206T022551Z:e9fa7af0-2ef2-465e-82ed-c6fc7e2f3cf1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3629,8 +3908,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 461F21A6C4A14AD9A376341FFE3F2CEB Ref B: TYO201100115009 Ref C: 2024-12-06T02:25:51Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:36 GMT" + "Fri, 06 Dec 2024 02:25:51 GMT" ], "Content-Length": [ "905" @@ -3646,21 +3931,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "3fff71fe-4719-41a7-bd26-9685193c2319" + "db4f6219-24a4-41fd-925c-2d14f7817937" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3671,20 +3956,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "c2786022-b389-436e-bda4-ff22d2e4f733" + "4851c4f1-e5a4-4386-ba4a-b89a61337248" ], "x-ms-correlation-request-id": [ - "c2786022-b389-436e-bda4-ff22d2e4f733" + "4851c4f1-e5a4-4386-ba4a-b89a61337248" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184338Z:c2786022-b389-436e-bda4-ff22d2e4f733" + "JAPANEAST:20241206T022554Z:4851c4f1-e5a4-4386-ba4a-b89a61337248" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3692,8 +3977,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 15CAEED06FA343B5B491201BBF888D42 Ref B: TYO201100117047 Ref C: 2024-12-06T02:25:54Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:37 GMT" + "Fri, 06 Dec 2024 02:25:54 GMT" ], "Content-Length": [ "905" @@ -3709,21 +4000,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "fad70670-a6c6-4848-94bd-fc86d751023a" + "21ca0650-97ac-47e2-81ba-3f7bc916bbcf" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3734,20 +4025,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "e8370f69-d763-4a3c-b336-e133b58cb828" + "c56e2042-0120-4910-af28-ad865e8e37d2" ], "x-ms-correlation-request-id": [ - "e8370f69-d763-4a3c-b336-e133b58cb828" + "c56e2042-0120-4910-af28-ad865e8e37d2" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184340Z:e8370f69-d763-4a3c-b336-e133b58cb828" + "JAPANEAST:20241206T022558Z:c56e2042-0120-4910-af28-ad865e8e37d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3755,8 +4046,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: C4D1F6F7BE8A41C2BCF6896CB8CA0E3C Ref B: TYO201151003029 Ref C: 2024-12-06T02:25:57Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:40 GMT" + "Fri, 06 Dec 2024 02:25:57 GMT" ], "Content-Length": [ "905" @@ -3772,21 +4069,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6153/providers/Microsoft.Devices/IotHubs/ps6998/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjE1My9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY5OTgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps8739/providers/Microsoft.Devices/IotHubs/ps1249/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzODczOS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEyNDkvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "1c975625-c1b1-47cd-bf6e-94c413c5256d" + "7f437aee-3d1d-454c-9850-7929595bb1a1" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -3797,20 +4094,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "798" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11998" ], "x-ms-request-id": [ - "fbd193e8-2370-4db4-9e4f-1184a918f9a7" + "6f6b8de6-27f1-4557-8e40-4457a5a65669" ], "x-ms-correlation-request-id": [ - "fbd193e8-2370-4db4-9e4f-1184a918f9a7" + "6f6b8de6-27f1-4557-8e40-4457a5a65669" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184341Z:fbd193e8-2370-4db4-9e4f-1184a918f9a7" + "JAPANEAST:20241206T022601Z:6f6b8de6-27f1-4557-8e40-4457a5a65669" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3818,8 +4115,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: F1D108FB2E0940A2ADEB6716D8D6816E Ref B: TYO201151003034 Ref C: 2024-12-06T02:26:00Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:40 GMT" + "Fri, 06 Dec 2024 02:26:01 GMT" ], "Content-Length": [ "905" @@ -3837,15 +4140,15 @@ ], "Names": { "Test-AzureRmIotHubModuleLifecycle": [ - "ps6998", - "ps6153", - "ps1636", - "ps7699", - "ps8888", - "ps2091" + "ps1249", + "ps8739", + "ps5338", + "ps7883", + "ps7600", + "ps5546" ] }, "Variables": { - "SubscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1" + "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f" } } \ No newline at end of file diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPTracingTests/TestAzureIotHubTracing.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPTracingTests/TestAzureIotHubTracing.json index fdc575ec4fe6..5fa52a2277d5 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPTracingTests/TestAzureIotHubTracing.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubDPTracingTests/TestAzureIotHubTracing.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "7670a9e9-4bf6-457c-952b-2bb19e2472b9" + "8566bc09-58e5-4be5-a788-c7d46d6d978f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.68" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ] }, "RequestBody": "", @@ -27,16 +27,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "3f9199bb-7a94-4d61-bc34-8032d6e966c0" + "775f255f-8b46-4124-b84b-74bd46fb978a" ], "x-ms-correlation-request-id": [ - "3f9199bb-7a94-4d61-bc34-8032d6e966c0" + "775f255f-8b46-4124-b84b-74bd46fb978a" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184344Z:3f9199bb-7a94-4d61-bc34-8032d6e966c0" + "JAPANEAST:20241206T022635Z:775f255f-8b46-4124-b84b-74bd46fb978a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,38 +47,44 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D58A1267F68C4068B859A8702B66549E Ref B: TYO201100116053 Ref C: 2024-12-06T02:26:35Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:44 GMT" + "Fri, 06 Dec 2024 02:26:34 GMT" + ], + "Content-Length": [ + "10031" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "9626" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\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 \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia Central 2\",\r\n \"Australia Central\"\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-15-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-07-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\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\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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/a386d5ea-ea90-441a-8263-d816368c84a1/resourcegroups/ps6245?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlZ3JvdXBzL3BzNjI0NT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/ps4815?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlZ3JvdXBzL3BzNDgxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "80118fd1-aa26-49f0-92f7-8703447f54a1" + "0a78154d-d049-4fac-9830-f42ce7c8d0de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.68" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -93,16 +102,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "3ea19a0f-20bc-4f3d-9c3a-20aa3e8523d3" + "8f202b05-1f96-4ae8-bf95-2f6fe0dbe63e" ], "x-ms-correlation-request-id": [ - "3ea19a0f-20bc-4f3d-9c3a-20aa3e8523d3" + "8f202b05-1f96-4ae8-bf95-2f6fe0dbe63e" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184345Z:3ea19a0f-20bc-4f3d-9c3a-20aa3e8523d3" + "JAPANEAST:20241206T022637Z:8f202b05-1f96-4ae8-bf95-2f6fe0dbe63e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,8 +122,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 10D346AC7F214296B162A6F77EFBA349 Ref B: TYO201151004025 Ref C: 2024-12-06T02:26:35Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:44 GMT" + "Fri, 06 Dec 2024 02:26:37 GMT" ], "Content-Length": [ "166" @@ -123,25 +141,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245\",\r\n \"name\": \"ps6245\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815\",\r\n \"name\": \"ps4815\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "PUT", "RequestHeaders": { "x-ms-client-request-id": [ - "c14c2abf-8e3e-4b6a-ab63-4b65cbe9a132" + "dcb8ec41-7996-485c-b2bb-90eb910a51cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -158,23 +176,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYmZkZWRkYzUtZGExMi00MmEwLTg2OWItZTZhNjMzNDk1MWIzO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "4999" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfNWY2MTFjMDQtYjM3Ni00MjlhLWIzMWEtNjkwOTllZWEwZTcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690488280008746&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=WG5wQd3qao97Szo8GqLKQocQWblJFgiuFXqhGh2ZB9iL7FBYeU8FdO4e-x4QJ8qX83hUaQ2wwTJKgYvEROgqoLCTBZs_f0jYopgaJS7yG0eV4U4GPbv9UsYBsU-UnyLM5m5vgiDWX-WYtTizHUw3HMc8uvyQvXMz-T2lla2U69GIZ2PZ3jXwqs6a1OXDogC-M6dRg_o_wii2631zmmBLJHLq_mStARDJv0liFo81SyUNz0fqzDY0scFjK-IrQGZHQ3umBBhwxAJBb039AlFvuZOELqulCwOYu3j__zwfAPPXqcSz49t_0zR1l6KFg2lfwbePM8mjHbfndhfQnodDLA&h=Uqnl_MCmWJO1c66X5S_ROfg55BDmXA3ZrPPVt0MsGzA" + ], "x-ms-request-id": [ - "dc7a36c3-e58d-4444-b912-4dd93f9917bc" + "ee8dd296-1485-470b-8dc3-fad566a38059" ], "x-ms-correlation-request-id": [ - "dc7a36c3-e58d-4444-b912-4dd93f9917bc" + "ee8dd296-1485-470b-8dc3-fad566a38059" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184350Z:dc7a36c3-e58d-4444-b912-4dd93f9917bc" + "JAPANEAST:20241206T022708Z:ee8dd296-1485-470b-8dc3-fad566a38059" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -182,8 +197,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D6B2BBAF6B21499F86A529681A13F0DE Ref B: TYO201151001052 Ref C: 2024-12-06T02:26:38Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:43:49 GMT" + "Fri, 06 Dec 2024 02:27:07 GMT" ], "Content-Length": [ "464" @@ -195,22 +216,22 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468\",\r\n \"name\": \"ps5468\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6245\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950\",\r\n \"name\": \"ps9950\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps4815\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYmZkZWRkYzUtZGExMi00MmEwLTg2OWItZTZhNjMzNDk1MWIzO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZlltWmtaV1JrWXpVdFpHRXhNaTAwTW1Fd0xUZzJPV0l0WlRaaE5qTXpORGsxTVdJek8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfNWY2MTFjMDQtYjM3Ni00MjlhLWIzMWEtNjkwOTllZWEwZTcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690488280008746&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=WG5wQd3qao97Szo8GqLKQocQWblJFgiuFXqhGh2ZB9iL7FBYeU8FdO4e-x4QJ8qX83hUaQ2wwTJKgYvEROgqoLCTBZs_f0jYopgaJS7yG0eV4U4GPbv9UsYBsU-UnyLM5m5vgiDWX-WYtTizHUw3HMc8uvyQvXMz-T2lla2U69GIZ2PZ3jXwqs6a1OXDogC-M6dRg_o_wii2631zmmBLJHLq_mStARDJv0liFo81SyUNz0fqzDY0scFjK-IrQGZHQ3umBBhwxAJBb039AlFvuZOELqulCwOYu3j__zwfAPPXqcSz49t_0zR1l6KFg2lfwbePM8mjHbfndhfQnodDLA&h=Uqnl_MCmWJO1c66X5S_ROfg55BDmXA3ZrPPVt0MsGzA", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTldZMk1URmpNRFF0WWpNM05pMDBNamxoTFdJek1XRXROamt3T1RsbFpXRXdaVGN4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbyZ0PTYzODY5MDQ4ODI4MDAwODc0NiZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUZkFXSGl6ZFhRTFJEZDQ4SjVBQUFCWWVMTnpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EVXdIaGNOTWpRd09USXlNVEl3TkRBeldoY05NalV3TXpJeE1USXdOREF6V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUwzQ3BVWWp1eG9vSlNTcndLMTlGanpoQk9DNnJwTTJueEVrOFp3cHN3am1RU3M0MzcxbEQ5Y2pwem9pMVY2Nml6ck9BUU81ZFI0VDdDQkFkeENfVDFMYTdCX0dDMEJMVG9FZkRiT01MdWlqNWVKS2tHeTc0M0JZbU5vNUZYTWNtTzJmMlB5WkE4UThGTWtCell3Y3BVbENCdDBvZnZqbUZqYjBvMTQtbF93a1Y4Y1ZxNk5BNXJqNXZ6WVJYcmNCQkR4MERYWnp4MGV5LURhbEQ4Qkk1RWZ4emwwc0ZuQS1xcXRmaTJ5NnRocU1sTlBXdUdxaVlGTm1ra281Y2FHczNhN2hReV9teDNYZENEeTJhV3EwWVhJcWRpeVlDQTRNR0FfdkxRdGpDVWNDNEVuSGFMblBtLTlPR0ZoS1pIUVoyaFFFRklZbm5DTnZzU1JWYUhCSWF0a0NBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlEVHpGUVMwbEpUbFJEUVRBeExrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTFMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUIwR0ExVWREZ1FXQkJSNTM5bkUzcE9hWXFDMDlZWTVzSW5vTWsyVC1EQU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUjYxaG1GS0hsc2NYWWVZUGp6Uy0taUJVSVdIVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGUTF6a0xqMmw3cmx5ck00ajJsOHJ0SmtIaXRJeG5Va0xreWVMUnJWeFpQa2ZWMV9BQmpybXJLVkh3a3MxVFQ1dnYxOTBaMXJTc3pKOEYzQk1iYXB1cVprN1RHX2VIcVJWS25rTllyd1hFQW45OVZVTFdsb05ubXNLYm5paTVxZ0EyNkt2WWtOY3J4SjRMXzlwQ20zbVQ0N0FfbXZIa3pLbm92Z3k0WExkdnFSUEwxUUdDX0l0dzRZNFFDYjExdEVkRGFiaEZZeDJoWTB6aE0zdm9INHBXXzQyTmJ1RzN4d05MRmVBMkxUaE9zR2NmXzRGOGJ6UTZQbV9fdW8tWHJuQkUxM0VSaW1nTDg2TS16OWg2VzJiUVVjS1hxQWZfUmhLanY1YWk5R0VuSVREMmFvWEJPOHR1ODVEZWx2VHZ1SDEyaG4yczJ4RWVZTk1VUllYTkN6WWMmcz1XRzV3UWQzcWFvOTdTem84R3FMS1FvY1FXYmxKRmdpdUZYcWhHaDJaQjlpTDdGQlllVThGZE80ZS14NFFKOHFYODNoVWFRMnd3VEpLZ1l2RVJPZ3FvTENUQlpzX2YwallvcGdhSlM3eUcwZVY0VTRHUGJ2OVVzWUJzVS1VbnlMTTVtNXZnaURXWC1XWXRUaXpIVXczSE1jOHV2eVF2WE16LVQybGxhMlU2OUdJWjJQWjNqWHdxczZhMU9YRG9nQy1NNmRSZ19vX3dpaTI2MzF6bW1CTEpITHFfbVN0QVJESnYwbGlGbzgxU3lVTnowZnF6RFkwc2NGakstSXJRR1pIUTN1bUJCaHd4QUpCYjAzOUFsRnZ1Wk9FTHF1bEN3T1l1M2pfX3p3ZkFQUFhxY1N6NDl0XzB6UjFsNktGZzJsZndiZVBNOG1qSGJmbmRoZlFub2RETEEmaD1VcW5sX01DbVdKTzFjNjZYNVNfUk9mZzU1QkRtWEEzWnJQUFZ0ME1zR3pB", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c14c2abf-8e3e-4b6a-ab63-4b65cbe9a132" + "dcb8ec41-7996-485c-b2bb-90eb910a51cd" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -221,20 +242,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "caf1546c-af97-4c84-a0f0-09e1417ff5bf" + "bf96d2af-d209-4bd2-aceb-6b504ed9d535" ], "x-ms-correlation-request-id": [ - "caf1546c-af97-4c84-a0f0-09e1417ff5bf" + "bf96d2af-d209-4bd2-aceb-6b504ed9d535" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184420Z:caf1546c-af97-4c84-a0f0-09e1417ff5bf" + "JAPANEAST:20241206T022738Z:bf96d2af-d209-4bd2-aceb-6b504ed9d535" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -242,8 +263,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 783B8EA853324DB0A240CAC63077CB80 Ref B: TYO201151001052 Ref C: 2024-12-06T02:27:38Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:44:19 GMT" + "Fri, 06 Dec 2024 02:27:38 GMT" ], "Content-Length": [ "20" @@ -259,18 +286,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYmZkZWRkYzUtZGExMi00MmEwLTg2OWItZTZhNjMzNDk1MWIzO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZlltWmtaV1JrWXpVdFpHRXhNaTAwTW1Fd0xUZzJPV0l0WlRaaE5qTXpORGsxTVdJek8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfNWY2MTFjMDQtYjM3Ni00MjlhLWIzMWEtNjkwOTllZWEwZTcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690488280008746&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=WG5wQd3qao97Szo8GqLKQocQWblJFgiuFXqhGh2ZB9iL7FBYeU8FdO4e-x4QJ8qX83hUaQ2wwTJKgYvEROgqoLCTBZs_f0jYopgaJS7yG0eV4U4GPbv9UsYBsU-UnyLM5m5vgiDWX-WYtTizHUw3HMc8uvyQvXMz-T2lla2U69GIZ2PZ3jXwqs6a1OXDogC-M6dRg_o_wii2631zmmBLJHLq_mStARDJv0liFo81SyUNz0fqzDY0scFjK-IrQGZHQ3umBBhwxAJBb039AlFvuZOELqulCwOYu3j__zwfAPPXqcSz49t_0zR1l6KFg2lfwbePM8mjHbfndhfQnodDLA&h=Uqnl_MCmWJO1c66X5S_ROfg55BDmXA3ZrPPVt0MsGzA", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTldZMk1URmpNRFF0WWpNM05pMDBNamxoTFdJek1XRXROamt3T1RsbFpXRXdaVGN4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbyZ0PTYzODY5MDQ4ODI4MDAwODc0NiZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUZkFXSGl6ZFhRTFJEZDQ4SjVBQUFCWWVMTnpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EVXdIaGNOTWpRd09USXlNVEl3TkRBeldoY05NalV3TXpJeE1USXdOREF6V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUwzQ3BVWWp1eG9vSlNTcndLMTlGanpoQk9DNnJwTTJueEVrOFp3cHN3am1RU3M0MzcxbEQ5Y2pwem9pMVY2Nml6ck9BUU81ZFI0VDdDQkFkeENfVDFMYTdCX0dDMEJMVG9FZkRiT01MdWlqNWVKS2tHeTc0M0JZbU5vNUZYTWNtTzJmMlB5WkE4UThGTWtCell3Y3BVbENCdDBvZnZqbUZqYjBvMTQtbF93a1Y4Y1ZxNk5BNXJqNXZ6WVJYcmNCQkR4MERYWnp4MGV5LURhbEQ4Qkk1RWZ4emwwc0ZuQS1xcXRmaTJ5NnRocU1sTlBXdUdxaVlGTm1ra281Y2FHczNhN2hReV9teDNYZENEeTJhV3EwWVhJcWRpeVlDQTRNR0FfdkxRdGpDVWNDNEVuSGFMblBtLTlPR0ZoS1pIUVoyaFFFRklZbm5DTnZzU1JWYUhCSWF0a0NBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlEVHpGUVMwbEpUbFJEUVRBeExrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTFMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUIwR0ExVWREZ1FXQkJSNTM5bkUzcE9hWXFDMDlZWTVzSW5vTWsyVC1EQU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUjYxaG1GS0hsc2NYWWVZUGp6Uy0taUJVSVdIVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGUTF6a0xqMmw3cmx5ck00ajJsOHJ0SmtIaXRJeG5Va0xreWVMUnJWeFpQa2ZWMV9BQmpybXJLVkh3a3MxVFQ1dnYxOTBaMXJTc3pKOEYzQk1iYXB1cVprN1RHX2VIcVJWS25rTllyd1hFQW45OVZVTFdsb05ubXNLYm5paTVxZ0EyNkt2WWtOY3J4SjRMXzlwQ20zbVQ0N0FfbXZIa3pLbm92Z3k0WExkdnFSUEwxUUdDX0l0dzRZNFFDYjExdEVkRGFiaEZZeDJoWTB6aE0zdm9INHBXXzQyTmJ1RzN4d05MRmVBMkxUaE9zR2NmXzRGOGJ6UTZQbV9fdW8tWHJuQkUxM0VSaW1nTDg2TS16OWg2VzJiUVVjS1hxQWZfUmhLanY1YWk5R0VuSVREMmFvWEJPOHR1ODVEZWx2VHZ1SDEyaG4yczJ4RWVZTk1VUllYTkN6WWMmcz1XRzV3UWQzcWFvOTdTem84R3FMS1FvY1FXYmxKRmdpdUZYcWhHaDJaQjlpTDdGQlllVThGZE80ZS14NFFKOHFYODNoVWFRMnd3VEpLZ1l2RVJPZ3FvTENUQlpzX2YwallvcGdhSlM3eUcwZVY0VTRHUGJ2OVVzWUJzVS1VbnlMTTVtNXZnaURXWC1XWXRUaXpIVXczSE1jOHV2eVF2WE16LVQybGxhMlU2OUdJWjJQWjNqWHdxczZhMU9YRG9nQy1NNmRSZ19vX3dpaTI2MzF6bW1CTEpITHFfbVN0QVJESnYwbGlGbzgxU3lVTnowZnF6RFkwc2NGakstSXJRR1pIUTN1bUJCaHd4QUpCYjAzOUFsRnZ1Wk9FTHF1bEN3T1l1M2pfX3p3ZkFQUFhxY1N6NDl0XzB6UjFsNktGZzJsZndiZVBNOG1qSGJmbmRoZlFub2RETEEmaD1VcW5sX01DbVdKTzFjNjZYNVNfUk9mZzU1QkRtWEEzWnJQUFZ0ME1zR3pB", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c14c2abf-8e3e-4b6a-ab63-4b65cbe9a132" + "dcb8ec41-7996-485c-b2bb-90eb910a51cd" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -281,20 +308,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "49c5d237-cc0f-4a35-874e-bb2828903bea" + "3414472c-7f0c-4098-8e8b-af65b64d9a21" ], "x-ms-correlation-request-id": [ - "49c5d237-cc0f-4a35-874e-bb2828903bea" + "3414472c-7f0c-4098-8e8b-af65b64d9a21" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184450Z:49c5d237-cc0f-4a35-874e-bb2828903bea" + "JAPANEAST:20241206T022809Z:3414472c-7f0c-4098-8e8b-af65b64d9a21" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -302,8 +329,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: CB3DDCEF08C7452F872E65FD0BD0B8CF Ref B: TYO201151001052 Ref C: 2024-12-06T02:28:08Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:44:50 GMT" + "Fri, 06 Dec 2024 02:28:08 GMT" ], "Content-Length": [ "20" @@ -319,18 +352,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYmZkZWRkYzUtZGExMi00MmEwLTg2OWItZTZhNjMzNDk1MWIzO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZlltWmtaV1JrWXpVdFpHRXhNaTAwTW1Fd0xUZzJPV0l0WlRaaE5qTXpORGsxTVdJek8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfNWY2MTFjMDQtYjM3Ni00MjlhLWIzMWEtNjkwOTllZWEwZTcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690488280008746&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=WG5wQd3qao97Szo8GqLKQocQWblJFgiuFXqhGh2ZB9iL7FBYeU8FdO4e-x4QJ8qX83hUaQ2wwTJKgYvEROgqoLCTBZs_f0jYopgaJS7yG0eV4U4GPbv9UsYBsU-UnyLM5m5vgiDWX-WYtTizHUw3HMc8uvyQvXMz-T2lla2U69GIZ2PZ3jXwqs6a1OXDogC-M6dRg_o_wii2631zmmBLJHLq_mStARDJv0liFo81SyUNz0fqzDY0scFjK-IrQGZHQ3umBBhwxAJBb039AlFvuZOELqulCwOYu3j__zwfAPPXqcSz49t_0zR1l6KFg2lfwbePM8mjHbfndhfQnodDLA&h=Uqnl_MCmWJO1c66X5S_ROfg55BDmXA3ZrPPVt0MsGzA", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTldZMk1URmpNRFF0WWpNM05pMDBNamxoTFdJek1XRXROamt3T1RsbFpXRXdaVGN4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbyZ0PTYzODY5MDQ4ODI4MDAwODc0NiZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUZkFXSGl6ZFhRTFJEZDQ4SjVBQUFCWWVMTnpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EVXdIaGNOTWpRd09USXlNVEl3TkRBeldoY05NalV3TXpJeE1USXdOREF6V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUwzQ3BVWWp1eG9vSlNTcndLMTlGanpoQk9DNnJwTTJueEVrOFp3cHN3am1RU3M0MzcxbEQ5Y2pwem9pMVY2Nml6ck9BUU81ZFI0VDdDQkFkeENfVDFMYTdCX0dDMEJMVG9FZkRiT01MdWlqNWVKS2tHeTc0M0JZbU5vNUZYTWNtTzJmMlB5WkE4UThGTWtCell3Y3BVbENCdDBvZnZqbUZqYjBvMTQtbF93a1Y4Y1ZxNk5BNXJqNXZ6WVJYcmNCQkR4MERYWnp4MGV5LURhbEQ4Qkk1RWZ4emwwc0ZuQS1xcXRmaTJ5NnRocU1sTlBXdUdxaVlGTm1ra281Y2FHczNhN2hReV9teDNYZENEeTJhV3EwWVhJcWRpeVlDQTRNR0FfdkxRdGpDVWNDNEVuSGFMblBtLTlPR0ZoS1pIUVoyaFFFRklZbm5DTnZzU1JWYUhCSWF0a0NBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlEVHpGUVMwbEpUbFJEUVRBeExrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTFMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUIwR0ExVWREZ1FXQkJSNTM5bkUzcE9hWXFDMDlZWTVzSW5vTWsyVC1EQU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUjYxaG1GS0hsc2NYWWVZUGp6Uy0taUJVSVdIVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGUTF6a0xqMmw3cmx5ck00ajJsOHJ0SmtIaXRJeG5Va0xreWVMUnJWeFpQa2ZWMV9BQmpybXJLVkh3a3MxVFQ1dnYxOTBaMXJTc3pKOEYzQk1iYXB1cVprN1RHX2VIcVJWS25rTllyd1hFQW45OVZVTFdsb05ubXNLYm5paTVxZ0EyNkt2WWtOY3J4SjRMXzlwQ20zbVQ0N0FfbXZIa3pLbm92Z3k0WExkdnFSUEwxUUdDX0l0dzRZNFFDYjExdEVkRGFiaEZZeDJoWTB6aE0zdm9INHBXXzQyTmJ1RzN4d05MRmVBMkxUaE9zR2NmXzRGOGJ6UTZQbV9fdW8tWHJuQkUxM0VSaW1nTDg2TS16OWg2VzJiUVVjS1hxQWZfUmhLanY1YWk5R0VuSVREMmFvWEJPOHR1ODVEZWx2VHZ1SDEyaG4yczJ4RWVZTk1VUllYTkN6WWMmcz1XRzV3UWQzcWFvOTdTem84R3FMS1FvY1FXYmxKRmdpdUZYcWhHaDJaQjlpTDdGQlllVThGZE80ZS14NFFKOHFYODNoVWFRMnd3VEpLZ1l2RVJPZ3FvTENUQlpzX2YwallvcGdhSlM3eUcwZVY0VTRHUGJ2OVVzWUJzVS1VbnlMTTVtNXZnaURXWC1XWXRUaXpIVXczSE1jOHV2eVF2WE16LVQybGxhMlU2OUdJWjJQWjNqWHdxczZhMU9YRG9nQy1NNmRSZ19vX3dpaTI2MzF6bW1CTEpITHFfbVN0QVJESnYwbGlGbzgxU3lVTnowZnF6RFkwc2NGakstSXJRR1pIUTN1bUJCaHd4QUpCYjAzOUFsRnZ1Wk9FTHF1bEN3T1l1M2pfX3p3ZkFQUFhxY1N6NDl0XzB6UjFsNktGZzJsZndiZVBNOG1qSGJmbmRoZlFub2RETEEmaD1VcW5sX01DbVdKTzFjNjZYNVNfUk9mZzU1QkRtWEEzWnJQUFZ0ME1zR3pB", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c14c2abf-8e3e-4b6a-ab63-4b65cbe9a132" + "dcb8ec41-7996-485c-b2bb-90eb910a51cd" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -341,20 +374,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "5aefcafe-1ba2-44f7-8dae-b6609d50712f" + "73c3f631-af58-4f50-8db0-a4a6398a3068" ], "x-ms-correlation-request-id": [ - "5aefcafe-1ba2-44f7-8dae-b6609d50712f" + "73c3f631-af58-4f50-8db0-a4a6398a3068" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184520Z:5aefcafe-1ba2-44f7-8dae-b6609d50712f" + "JAPANEAST:20241206T022839Z:73c3f631-af58-4f50-8db0-a4a6398a3068" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -362,8 +395,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: DF04B6F4996A4AC0B1FBAC50FD280987 Ref B: TYO201151001052 Ref C: 2024-12-06T02:28:39Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:20 GMT" + "Fri, 06 Dec 2024 02:28:39 GMT" ], "Content-Length": [ "20" @@ -379,18 +418,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYmZkZWRkYzUtZGExMi00MmEwLTg2OWItZTZhNjMzNDk1MWIzO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZlltWmtaV1JrWXpVdFpHRXhNaTAwTW1Fd0xUZzJPV0l0WlRaaE5qTXpORGsxTVdJek8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfNWY2MTFjMDQtYjM3Ni00MjlhLWIzMWEtNjkwOTllZWEwZTcx?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690488280008746&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=WG5wQd3qao97Szo8GqLKQocQWblJFgiuFXqhGh2ZB9iL7FBYeU8FdO4e-x4QJ8qX83hUaQ2wwTJKgYvEROgqoLCTBZs_f0jYopgaJS7yG0eV4U4GPbv9UsYBsU-UnyLM5m5vgiDWX-WYtTizHUw3HMc8uvyQvXMz-T2lla2U69GIZ2PZ3jXwqs6a1OXDogC-M6dRg_o_wii2631zmmBLJHLq_mStARDJv0liFo81SyUNz0fqzDY0scFjK-IrQGZHQ3umBBhwxAJBb039AlFvuZOELqulCwOYu3j__zwfAPPXqcSz49t_0zR1l6KFg2lfwbePM8mjHbfndhfQnodDLA&h=Uqnl_MCmWJO1c66X5S_ROfg55BDmXA3ZrPPVt0MsGzA", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTldZMk1URmpNRFF0WWpNM05pMDBNamxoTFdJek1XRXROamt3T1RsbFpXRXdaVGN4P2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbyZ0PTYzODY5MDQ4ODI4MDAwODc0NiZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUZkFXSGl6ZFhRTFJEZDQ4SjVBQUFCWWVMTnpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EVXdIaGNOTWpRd09USXlNVEl3TkRBeldoY05NalV3TXpJeE1USXdOREF6V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUwzQ3BVWWp1eG9vSlNTcndLMTlGanpoQk9DNnJwTTJueEVrOFp3cHN3am1RU3M0MzcxbEQ5Y2pwem9pMVY2Nml6ck9BUU81ZFI0VDdDQkFkeENfVDFMYTdCX0dDMEJMVG9FZkRiT01MdWlqNWVKS2tHeTc0M0JZbU5vNUZYTWNtTzJmMlB5WkE4UThGTWtCell3Y3BVbENCdDBvZnZqbUZqYjBvMTQtbF93a1Y4Y1ZxNk5BNXJqNXZ6WVJYcmNCQkR4MERYWnp4MGV5LURhbEQ4Qkk1RWZ4emwwc0ZuQS1xcXRmaTJ5NnRocU1sTlBXdUdxaVlGTm1ra281Y2FHczNhN2hReV9teDNYZENEeTJhV3EwWVhJcWRpeVlDQTRNR0FfdkxRdGpDVWNDNEVuSGFMblBtLTlPR0ZoS1pIUVoyaFFFRklZbm5DTnZzU1JWYUhCSWF0a0NBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlEVHpGUVMwbEpUbFJEUVRBeExrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTFMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUIwR0ExVWREZ1FXQkJSNTM5bkUzcE9hWXFDMDlZWTVzSW5vTWsyVC1EQU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUjYxaG1GS0hsc2NYWWVZUGp6Uy0taUJVSVdIVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGUTF6a0xqMmw3cmx5ck00ajJsOHJ0SmtIaXRJeG5Va0xreWVMUnJWeFpQa2ZWMV9BQmpybXJLVkh3a3MxVFQ1dnYxOTBaMXJTc3pKOEYzQk1iYXB1cVprN1RHX2VIcVJWS25rTllyd1hFQW45OVZVTFdsb05ubXNLYm5paTVxZ0EyNkt2WWtOY3J4SjRMXzlwQ20zbVQ0N0FfbXZIa3pLbm92Z3k0WExkdnFSUEwxUUdDX0l0dzRZNFFDYjExdEVkRGFiaEZZeDJoWTB6aE0zdm9INHBXXzQyTmJ1RzN4d05MRmVBMkxUaE9zR2NmXzRGOGJ6UTZQbV9fdW8tWHJuQkUxM0VSaW1nTDg2TS16OWg2VzJiUVVjS1hxQWZfUmhLanY1YWk5R0VuSVREMmFvWEJPOHR1ODVEZWx2VHZ1SDEyaG4yczJ4RWVZTk1VUllYTkN6WWMmcz1XRzV3UWQzcWFvOTdTem84R3FMS1FvY1FXYmxKRmdpdUZYcWhHaDJaQjlpTDdGQlllVThGZE80ZS14NFFKOHFYODNoVWFRMnd3VEpLZ1l2RVJPZ3FvTENUQlpzX2YwallvcGdhSlM3eUcwZVY0VTRHUGJ2OVVzWUJzVS1VbnlMTTVtNXZnaURXWC1XWXRUaXpIVXczSE1jOHV2eVF2WE16LVQybGxhMlU2OUdJWjJQWjNqWHdxczZhMU9YRG9nQy1NNmRSZ19vX3dpaTI2MzF6bW1CTEpITHFfbVN0QVJESnYwbGlGbzgxU3lVTnowZnF6RFkwc2NGakstSXJRR1pIUTN1bUJCaHd4QUpCYjAzOUFsRnZ1Wk9FTHF1bEN3T1l1M2pfX3p3ZkFQUFhxY1N6NDl0XzB6UjFsNktGZzJsZndiZVBNOG1qSGJmbmRoZlFub2RETEEmaD1VcW5sX01DbVdKTzFjNjZYNVNfUk9mZzU1QkRtWEEzWnJQUFZ0ME1zR3pB", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c14c2abf-8e3e-4b6a-ab63-4b65cbe9a132" + "dcb8ec41-7996-485c-b2bb-90eb910a51cd" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -401,20 +440,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "41299443-2de8-4f46-b3e8-fc3702cf941d" + "1727b7a7-6a6a-40ba-a8ff-493661d28a7b" ], "x-ms-correlation-request-id": [ - "41299443-2de8-4f46-b3e8-fc3702cf941d" + "1727b7a7-6a6a-40ba-a8ff-493661d28a7b" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184550Z:41299443-2de8-4f46-b3e8-fc3702cf941d" + "JAPANEAST:20241206T022910Z:1727b7a7-6a6a-40ba-a8ff-493661d28a7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -422,8 +461,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 77648E5244CF46088A094AE81BCA449C Ref B: TYO201151001052 Ref C: 2024-12-06T02:29:09Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:50 GMT" + "Fri, 06 Dec 2024 02:29:09 GMT" ], "Content-Length": [ "22" @@ -439,18 +484,18 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c14c2abf-8e3e-4b6a-ab63-4b65cbe9a132" + "dcb8ec41-7996-485c-b2bb-90eb910a51cd" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -461,20 +506,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "1098" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16498" ], "x-ms-request-id": [ - "3566fe84-922f-4e3d-9299-f342e2031c9f" + "5d8acd20-e303-4897-a58e-b142a3d1ff29" ], "x-ms-correlation-request-id": [ - "3566fe84-922f-4e3d-9299-f342e2031c9f" + "5d8acd20-e303-4897-a58e-b142a3d1ff29" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184551Z:3566fe84-922f-4e3d-9299-f342e2031c9f" + "JAPANEAST:20241206T022910Z:5d8acd20-e303-4897-a58e-b142a3d1ff29" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -482,11 +527,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: EB66C66333514151B4CE5CC2D5D0EAD3 Ref B: TYO201151001052 Ref C: 2024-12-06T02:29:10Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:50 GMT" + "Fri, 06 Dec 2024 02:29:10 GMT" ], "Content-Length": [ - "1579" + "1592" ], "Content-Type": [ "application/json; charset=utf-8" @@ -495,25 +546,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468\",\r\n \"name\": \"ps5468\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6245\",\r\n \"etag\": \"AAAADHxV504=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps5468.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\": \"ps5468\",\r\n \"endpoint\": \"sb://iothub-ns-ps5468-24619162-846d7d8750.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:43:48.9466667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950\",\r\n \"name\": \"ps9950\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps4815\",\r\n \"etag\": \"AAAAAAYAAAA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9950.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\": \"ps9950\",\r\n \"endpoint\": \"sb://iothub-ns-ps9950-58238763-0b8a366c4e.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:27:07.5933333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "c14c2abf-8e3e-4b6a-ab63-4b65cbe9a132" + "dcb8ec41-7996-485c-b2bb-90eb910a51cd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -524,20 +575,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "711d38da-e300-40ba-a8f4-2f8f3b6de003" + "edd2c186-b255-4e73-be18-e95b60525154" ], "x-ms-correlation-request-id": [ - "711d38da-e300-40ba-a8f4-2f8f3b6de003" + "edd2c186-b255-4e73-be18-e95b60525154" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184552Z:711d38da-e300-40ba-a8f4-2f8f3b6de003" + "JAPANEAST:20241206T022911Z:edd2c186-b255-4e73-be18-e95b60525154" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -545,11 +596,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 726CE276DAF8403394F5901806745244 Ref B: TYO201151001052 Ref C: 2024-12-06T02:29:10Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:51 GMT" + "Fri, 06 Dec 2024 02:29:11 GMT" ], "Content-Length": [ - "1579" + "1592" ], "Content-Type": [ "application/json; charset=utf-8" @@ -558,25 +615,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468\",\r\n \"name\": \"ps5468\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6245\",\r\n \"etag\": \"AAAADHxV504=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps5468.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\": \"ps5468\",\r\n \"endpoint\": \"sb://iothub-ns-ps5468-24619162-846d7d8750.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:43:48.9466667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950\",\r\n \"name\": \"ps9950\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps4815\",\r\n \"etag\": \"AAAAAAYAAAA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9950.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\": \"ps9950\",\r\n \"endpoint\": \"sb://iothub-ns-ps9950-58238763-0b8a366c4e.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:27:07.5933333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "48751011-373f-40c5-90f9-954bfb7a30a9" + "931126b3-7f0e-454e-8d45-3973882113ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -587,20 +644,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "8895d7fb-19f2-4f30-a369-7d1e0e5ab1e0" + "dc1bcc7a-c3ac-4ffb-9ef0-2facd1b09fd8" ], "x-ms-correlation-request-id": [ - "8895d7fb-19f2-4f30-a369-7d1e0e5ab1e0" + "dc1bcc7a-c3ac-4ffb-9ef0-2facd1b09fd8" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184553Z:8895d7fb-19f2-4f30-a369-7d1e0e5ab1e0" + "JAPANEAST:20241206T022913Z:dc1bcc7a-c3ac-4ffb-9ef0-2facd1b09fd8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -608,11 +665,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 010A6ED0210B413092E0DD452FDD052C Ref B: TYO201151003036 Ref C: 2024-12-06T02:29:12Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:53 GMT" + "Fri, 06 Dec 2024 02:29:13 GMT" ], "Content-Length": [ - "1579" + "1592" ], "Content-Type": [ "application/json; charset=utf-8" @@ -621,25 +684,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468\",\r\n \"name\": \"ps5468\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6245\",\r\n \"etag\": \"AAAADHxV504=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps5468.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\": \"ps5468\",\r\n \"endpoint\": \"sb://iothub-ns-ps5468-24619162-846d7d8750.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:43:48.9466667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950\",\r\n \"name\": \"ps9950\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps4815\",\r\n \"etag\": \"AAAAAAYAAAA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9950.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\": \"ps9950\",\r\n \"endpoint\": \"sb://iothub-ns-ps9950-58238763-0b8a366c4e.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:27:07.5933333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "d1c39a50-c53d-4a0e-a13b-5fc2295e76e6" + "4361bee9-949d-4fa6-ac0e-ef45ea71925a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -650,20 +713,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "92d858cf-330c-4969-8ad0-00ea4cad0f76" + "5de4b818-4923-4f89-9442-2cb1148b33ed" ], "x-ms-correlation-request-id": [ - "92d858cf-330c-4969-8ad0-00ea4cad0f76" + "5de4b818-4923-4f89-9442-2cb1148b33ed" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184554Z:92d858cf-330c-4969-8ad0-00ea4cad0f76" + "JAPANEAST:20241206T022915Z:5de4b818-4923-4f89-9442-2cb1148b33ed" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -671,11 +734,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: E83C98CF767F454CB094BDB4E5BAA8E2 Ref B: TYO201100116023 Ref C: 2024-12-06T02:29:15Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:54 GMT" + "Fri, 06 Dec 2024 02:29:14 GMT" ], "Content-Length": [ - "1579" + "1592" ], "Content-Type": [ "application/json; charset=utf-8" @@ -684,25 +753,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468\",\r\n \"name\": \"ps5468\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6245\",\r\n \"etag\": \"AAAADHxV504=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps5468.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\": \"ps5468\",\r\n \"endpoint\": \"sb://iothub-ns-ps5468-24619162-846d7d8750.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:43:48.9466667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950\",\r\n \"name\": \"ps9950\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps4815\",\r\n \"etag\": \"AAAAAAYAAAA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9950.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\": \"ps9950\",\r\n \"endpoint\": \"sb://iothub-ns-ps9950-58238763-0b8a366c4e.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:27:07.5933333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f2f36e75-c23d-4a4a-97c2-df54b6b45087" + "6357e970-a357-4c0a-86d8-f2dd6129f285" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -713,20 +782,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "b241602e-70a6-40be-8b30-13183acb9d25" + "6fb8377c-b67d-4326-b5db-9d1dd3a2de08" ], "x-ms-correlation-request-id": [ - "b241602e-70a6-40be-8b30-13183acb9d25" + "6fb8377c-b67d-4326-b5db-9d1dd3a2de08" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184557Z:b241602e-70a6-40be-8b30-13183acb9d25" + "JAPANEAST:20241206T022918Z:6fb8377c-b67d-4326-b5db-9d1dd3a2de08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -734,11 +803,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: E66437BE1209460D91FD2771BA74C5CC Ref B: TYO201100117023 Ref C: 2024-12-06T02:29:17Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:56 GMT" + "Fri, 06 Dec 2024 02:29:18 GMT" ], "Content-Length": [ - "1579" + "1592" ], "Content-Type": [ "application/json; charset=utf-8" @@ -747,25 +822,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468\",\r\n \"name\": \"ps5468\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6245\",\r\n \"etag\": \"AAAADHxV504=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps5468.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\": \"ps5468\",\r\n \"endpoint\": \"sb://iothub-ns-ps5468-24619162-846d7d8750.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:43:48.9466667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950\",\r\n \"name\": \"ps9950\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps4815\",\r\n \"etag\": \"AAAAAAYAAAA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9950.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\": \"ps9950\",\r\n \"endpoint\": \"sb://iothub-ns-ps9950-58238763-0b8a366c4e.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:27:07.5933333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0Njg/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTA/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "f99b7d58-d65b-4bee-bfcc-3d440f7adebf" + "79b93291-9b76-4a98-98e8-e5f1d17ffaba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -776,20 +851,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "4426f14b-956f-43e6-b4a6-509ed456231e" + "c2f09441-763d-4563-9115-ff70c8c2960d" ], "x-ms-correlation-request-id": [ - "4426f14b-956f-43e6-b4a6-509ed456231e" + "c2f09441-763d-4563-9115-ff70c8c2960d" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184558Z:4426f14b-956f-43e6-b4a6-509ed456231e" + "JAPANEAST:20241206T022921Z:c2f09441-763d-4563-9115-ff70c8c2960d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -797,11 +872,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 1F7E97DA77714D0D99800DB03B3C6E94 Ref B: TYO201100116047 Ref C: 2024-12-06T02:29:20Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:57 GMT" + "Fri, 06 Dec 2024 02:29:21 GMT" ], "Content-Length": [ - "1579" + "1592" ], "Content-Type": [ "application/json; charset=utf-8" @@ -810,25 +891,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468\",\r\n \"name\": \"ps5468\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps6245\",\r\n \"etag\": \"AAAADHxV504=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps5468.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\": \"ps5468\",\r\n \"endpoint\": \"sb://iothub-ns-ps5468-24619162-846d7d8750.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\": \"Sanitized\",\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 \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2023-02-16T18:43:48.9466667Z\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950\",\r\n \"name\": \"ps9950\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps4815\",\r\n \"etag\": \"AAAAAAYAAAA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps9950.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\": \"ps9950\",\r\n \"endpoint\": \"sb://iothub-ns-ps9950-58238763-0b8a366c4e.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:27:07.5933333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NjgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTAvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "48751011-373f-40c5-90f9-954bfb7a30a9" + "931126b3-7f0e-454e-8d45-3973882113ce" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -839,20 +920,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "f03944ab-4286-4d50-8e0a-c0b7511f2036" + "989ce69c-13ea-4a18-997e-353d508eb75e" ], "x-ms-correlation-request-id": [ - "f03944ab-4286-4d50-8e0a-c0b7511f2036" + "989ce69c-13ea-4a18-997e-353d508eb75e" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184553Z:f03944ab-4286-4d50-8e0a-c0b7511f2036" + "JAPANEAST:20241206T022913Z:989ce69c-13ea-4a18-997e-353d508eb75e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -860,8 +941,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 0597256423554C50AE400EC072ACA20A Ref B: TYO201151003036 Ref C: 2024-12-06T02:29:13Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:53 GMT" + "Fri, 06 Dec 2024 02:29:13 GMT" ], "Content-Length": [ "905" @@ -877,21 +964,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NjgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTAvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "d1c39a50-c53d-4a0e-a13b-5fc2295e76e6" + "4361bee9-949d-4fa6-ac0e-ef45ea71925a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -902,20 +989,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "aed813a1-5f36-43e6-9e22-6289faf99bc7" + "b39c25db-11f6-4ad7-976c-d537788f54de" ], "x-ms-correlation-request-id": [ - "aed813a1-5f36-43e6-9e22-6289faf99bc7" + "b39c25db-11f6-4ad7-976c-d537788f54de" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184555Z:aed813a1-5f36-43e6-9e22-6289faf99bc7" + "JAPANEAST:20241206T022916Z:b39c25db-11f6-4ad7-976c-d537788f54de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -923,8 +1010,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: E0C23E9B93B24439AF498E7E894974D0 Ref B: TYO201100116023 Ref C: 2024-12-06T02:29:16Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:54 GMT" + "Fri, 06 Dec 2024 02:29:15 GMT" ], "Content-Length": [ "905" @@ -940,21 +1033,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NjgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTAvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "f2f36e75-c23d-4a4a-97c2-df54b6b45087" + "6357e970-a357-4c0a-86d8-f2dd6129f285" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -965,20 +1058,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "026c0a33-cc86-4e35-a919-18399fab1f42" + "556d1ad1-24ab-4ec9-9e8d-4e9599bc3f26" ], "x-ms-correlation-request-id": [ - "026c0a33-cc86-4e35-a919-18399fab1f42" + "556d1ad1-24ab-4ec9-9e8d-4e9599bc3f26" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184557Z:026c0a33-cc86-4e35-a919-18399fab1f42" + "JAPANEAST:20241206T022919Z:556d1ad1-24ab-4ec9-9e8d-4e9599bc3f26" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -986,8 +1079,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: BC587D53811B456FB17D557A27D7C58F Ref B: TYO201100117023 Ref C: 2024-12-06T02:29:19Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:57 GMT" + "Fri, 06 Dec 2024 02:29:19 GMT" ], "Content-Length": [ "905" @@ -1003,21 +1102,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps6245/providers/Microsoft.Devices/IotHubs/ps5468/listkeys?api-version=2021-07-02", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzNjI0NS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0NjgvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps4815/providers/Microsoft.Devices/IotHubs/ps9950/listkeys?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzNDgxNS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczk5NTAvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "f99b7d58-d65b-4bee-bfcc-3d440f7adebf" + "79b93291-9b76-4a98-98e8-e5f1d17ffaba" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.55902", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.25302", - "Microsoft.Azure.Management.IotHub.IotHubClient/4.2.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, "RequestBody": "", @@ -1028,20 +1127,20 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "1193de54-b235-42c8-b701-700770457417" + "7e1cf224-d5c9-48d6-b552-26d912cea7ec" ], "x-ms-correlation-request-id": [ - "1193de54-b235-42c8-b701-700770457417" + "7e1cf224-d5c9-48d6-b552-26d912cea7ec" ], "x-ms-routing-request-id": [ - "WESTCENTRALUS:20230216T184559Z:1193de54-b235-42c8-b701-700770457417" + "JAPANEAST:20241206T022922Z:7e1cf224-d5c9-48d6-b552-26d912cea7ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1049,8 +1148,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 171A9329A9CE4084904F6253AD7E4B17 Ref B: TYO201100116047 Ref C: 2024-12-06T02:29:21Z" + ], "Date": [ - "Thu, 16 Feb 2023 18:45:58 GMT" + "Fri, 06 Dec 2024 02:29:21 GMT" ], "Content-Length": [ "905" @@ -1068,12 +1173,12 @@ ], "Names": { "Test-AzureRmIotHubTracing": [ - "ps5468", - "ps6245", - "ps5528" + "ps9950", + "ps4815", + "ps6843" ] }, "Variables": { - "SubscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1" + "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f" } } \ No newline at end of file diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubRoutingTests/TestAzureIotHubRoutingLifeCycle.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubRoutingTests/TestAzureIotHubRoutingLifeCycle.json index 3c3654a4c4c3..06a3fcc8d99e 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubRoutingTests/TestAzureIotHubRoutingLifeCycle.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubRoutingTests/TestAzureIotHubRoutingLifeCycle.json @@ -1,24 +1,24 @@ { "Entries": [ { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3fb6baa7-3d10-4803-a27f-9de4289f8609" + "203b49b9-7dc3-4c86-b8a3-7414085397cb" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.47" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -27,16 +27,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "fcf41f8f-81bc-4846-bacf-891a484b6cf4" + "69d047d1-9613-473e-a524-87dc625288e6" ], "x-ms-correlation-request-id": [ - "fcf41f8f-81bc-4846-bacf-891a484b6cf4" + "69d047d1-9613-473e-a524-87dc625288e6" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T155640Z:fcf41f8f-81bc-4846-bacf-891a484b6cf4" + "JAPANEAST:20241206T022943Z:69d047d1-9613-473e-a524-87dc625288e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -44,39 +47,44 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 9683A2DF07D84B8D8BAB974F16E0B7F0 Ref B: TYO201100115033 Ref C: 2024-12-06T02:29:43Z" + ], "Date": [ - "Mon, 18 Oct 2021 15:56:39 GMT" + "Fri, 06 Dec 2024 02:29:42 GMT" + ], + "Content-Length": [ + "10031" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ], - "Content-Length": [ - "8553" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\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 \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\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 \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Germany North\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia Central 2\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-02-01-preview\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2018-12-01-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 ],\r\n \"apiVersions\": [\r\n \"2021-02-01-preview\",\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 \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-15-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-07-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\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\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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/a386d5ea-ea90-441a-8263-d816368c84a1/resourcegroups/ps2457?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlZ3JvdXBzL3BzMjQ1Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/ps3891?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlZ3JvdXBzL3BzMzg5MT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "23caf3d6-e198-4a45-8ac6-5dd2846beb98" + "9a23e189-4b47-4361-a711-655b6dd85a84" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.47" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -85,6 +93,7 @@ "31" ] }, + "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -93,16 +102,19 @@ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "db2879ea-8c20-4563-94aa-4418c8b617ab" + "3ba84d47-4a00-47b3-8f41-9b7ebd16c8f7" ], "x-ms-correlation-request-id": [ - "db2879ea-8c20-4563-94aa-4418c8b617ab" + "3ba84d47-4a00-47b3-8f41-9b7ebd16c8f7" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T155642Z:db2879ea-8c20-4563-94aa-4418c8b617ab" + "JAPANEAST:20241206T022946Z:3ba84d47-4a00-47b3-8f41-9b7ebd16c8f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -110,8 +122,14 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: AD4A9E39C339498AB39A4C128914D97E Ref B: TYO201100117037 Ref C: 2024-12-06T02:29:43Z" + ], "Date": [ - "Mon, 18 Oct 2021 15:56:42 GMT" + "Fri, 06 Dec 2024 02:29:46 GMT" ], "Content-Length": [ "166" @@ -123,26 +141,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457\",\r\n \"name\": \"ps2457\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps3891\",\r\n \"name\": \"ps3891\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps3891/providers/Microsoft.Devices/IotHubs/ps7184?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzMzg5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczcxODQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "40979beb-6bdb-4f5e-aceb-ce2bccc59c2d" + "36d6fa64-1bac-493d-98a5-7452f8340b3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,6 +168,7 @@ "87" ] }, + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -158,23 +176,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWRmOGRhNjItZWNjZi00NDU1LWIyMzAtNDYyMzk3NDVlYTFhO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "4999" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfMzA2ZDc1NDQtYjI1NS00OTYyLWI2ZmYtMzI5NmE4YmY1MzA0?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690490165515374&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=OL0X5ELQdTMQfojBGx1RrAzp5INW1yzQoXY-MqpLGXs11iCpEMb2o8OQdT5uz30yuZZzKqI4reHMzKYAnz4B-975TqRb8_7QugayA96-9B8kN2qS-9jmgLtQ-cEZfRplp-t3ly200emMaREDxbi1FqcoE8frBxMSy1NhQQFQOyA2y8oqG3RMYDkIKhnEojS_sc1xbmMuQH63UCaMC3_6MnB01gH-zrWQX_GWqs1JhQG5x5sXMk0KwqXnqA-S0pgxJwbQPC58XZ8YovxtahvcCXt4xUQ2JkXuliqKbv7g4LOkcj2YEjJuDq96FJRLKmYUHFodN3GCOCBRoDaRuhYl7Q&h=gf4bdhGBehzmcSPICZP1x56nWY2p68nI4yUsDP_we8o" + ], "x-ms-request-id": [ - "16773d80-9f6b-471f-a8bc-27fb8152abb1" + "620e1c2c-ae65-4138-a976-a9b75a5602c4" ], "x-ms-correlation-request-id": [ - "16773d80-9f6b-471f-a8bc-27fb8152abb1" + "620e1c2c-ae65-4138-a976-a9b75a5602c4" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T155646Z:16773d80-9f6b-471f-a8bc-27fb8152abb1" + "JAPANEAST:20241206T023016Z:620e1c2c-ae65-4138-a976-a9b75a5602c4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -182,11 +197,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: BE146C300A1E4BF29FFF3BA8D34FCB9D Ref B: TYO201151002060 Ref C: 2024-12-06T02:29:47Z" + ], "Date": [ - "Mon, 18 Oct 2021 15:56:45 GMT" + "Fri, 06 Dec 2024 02:30:16 GMT" ], "Content-Length": [ - "621" + "464" ], "Content-Type": [ "application/json; charset=utf-8" @@ -195,34 +216,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps3891/providers/Microsoft.Devices/IotHubs/ps7184\",\r\n \"name\": \"ps7184\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps3891\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriPgE=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfMzA2ZDc1NDQtYjI1NS00OTYyLWI2ZmYtMzI5NmE4YmY1MzA0?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690490165515374&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=OL0X5ELQdTMQfojBGx1RrAzp5INW1yzQoXY-MqpLGXs11iCpEMb2o8OQdT5uz30yuZZzKqI4reHMzKYAnz4B-975TqRb8_7QugayA96-9B8kN2qS-9jmgLtQ-cEZfRplp-t3ly200emMaREDxbi1FqcoE8frBxMSy1NhQQFQOyA2y8oqG3RMYDkIKhnEojS_sc1xbmMuQH63UCaMC3_6MnB01gH-zrWQX_GWqs1JhQG5x5sXMk0KwqXnqA-S0pgxJwbQPC58XZ8YovxtahvcCXt4xUQ2JkXuliqKbv7g4LOkcj2YEjJuDq96FJRLKmYUHFodN3GCOCBRoDaRuhYl7Q&h=gf4bdhGBehzmcSPICZP1x56nWY2p68nI4yUsDP_we8o", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTXpBMlpEYzFORFF0WWpJMU5TMDBPVFl5TFdJMlptWXRNekk1Tm1FNFltWTFNekEwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbyZ0PTYzODY5MDQ5MDE2NTUxNTM3NCZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUZkFXSGl6ZFhRTFJEZDQ4SjVBQUFCWWVMTnpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EVXdIaGNOTWpRd09USXlNVEl3TkRBeldoY05NalV3TXpJeE1USXdOREF6V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUwzQ3BVWWp1eG9vSlNTcndLMTlGanpoQk9DNnJwTTJueEVrOFp3cHN3am1RU3M0MzcxbEQ5Y2pwem9pMVY2Nml6ck9BUU81ZFI0VDdDQkFkeENfVDFMYTdCX0dDMEJMVG9FZkRiT01MdWlqNWVKS2tHeTc0M0JZbU5vNUZYTWNtTzJmMlB5WkE4UThGTWtCell3Y3BVbENCdDBvZnZqbUZqYjBvMTQtbF93a1Y4Y1ZxNk5BNXJqNXZ6WVJYcmNCQkR4MERYWnp4MGV5LURhbEQ4Qkk1RWZ4emwwc0ZuQS1xcXRmaTJ5NnRocU1sTlBXdUdxaVlGTm1ra281Y2FHczNhN2hReV9teDNYZENEeTJhV3EwWVhJcWRpeVlDQTRNR0FfdkxRdGpDVWNDNEVuSGFMblBtLTlPR0ZoS1pIUVoyaFFFRklZbm5DTnZzU1JWYUhCSWF0a0NBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlEVHpGUVMwbEpUbFJEUVRBeExrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTFMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUIwR0ExVWREZ1FXQkJSNTM5bkUzcE9hWXFDMDlZWTVzSW5vTWsyVC1EQU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUjYxaG1GS0hsc2NYWWVZUGp6Uy0taUJVSVdIVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGUTF6a0xqMmw3cmx5ck00ajJsOHJ0SmtIaXRJeG5Va0xreWVMUnJWeFpQa2ZWMV9BQmpybXJLVkh3a3MxVFQ1dnYxOTBaMXJTc3pKOEYzQk1iYXB1cVprN1RHX2VIcVJWS25rTllyd1hFQW45OVZVTFdsb05ubXNLYm5paTVxZ0EyNkt2WWtOY3J4SjRMXzlwQ20zbVQ0N0FfbXZIa3pLbm92Z3k0WExkdnFSUEwxUUdDX0l0dzRZNFFDYjExdEVkRGFiaEZZeDJoWTB6aE0zdm9INHBXXzQyTmJ1RzN4d05MRmVBMkxUaE9zR2NmXzRGOGJ6UTZQbV9fdW8tWHJuQkUxM0VSaW1nTDg2TS16OWg2VzJiUVVjS1hxQWZfUmhLanY1YWk5R0VuSVREMmFvWEJPOHR1ODVEZWx2VHZ1SDEyaG4yczJ4RWVZTk1VUllYTkN6WWMmcz1PTDBYNUVMUWRUTVFmb2pCR3gxUnJBenA1SU5XMXl6UW9YWS1NcXBMR1hzMTFpQ3BFTWIybzhPUWRUNXV6MzB5dVpaektxSTRyZUhNektZQW56NEItOTc1VHFSYjhfN1F1Z2F5QTk2LTlCOGtOMnFTLTlqbWdMdFEtY0VaZlJwbHAtdDNseTIwMGVtTWFSRUR4YmkxRnFjb0U4ZnJCeE1TeTFOaFFRRlFPeUEyeThvcUczUk1ZRGtJS2huRW9qU19zYzF4Ym1NdVFINjNVQ2FNQzNfNk1uQjAxZ0gtenJXUVhfR1dxczFKaFFHNXg1c1hNazBLd3FYbnFBLVMwcGd4SndiUVBDNThYWjhZb3Z4dGFodmNDWHQ0eFVRMkprWHVsaXFLYnY3ZzRMT2tjajJZRWpKdURxOTZGSlJMS21ZVUhGb2ROM0dDT0NCUm9EYVJ1aFlsN1EmaD1nZjRiZGhHQmVoem1jU1BJQ1pQMXg1Nm5XWTJwNjhuSTR5VXNEUF93ZThv", + "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "b1e53516-e943-49e4-b428-f3202d831c7b" - ], - "Accept-Language": [ - "en-US" + "36d6fa64-1bac-493d-98a5-7452f8340b3d" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1754" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -230,23 +242,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDg4MTM3ZWItNDI2NC00M2I5LTg4MTItNzZkMGIyOWJiNGQ4O3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "1099" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4998" + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "73adbb1c-c159-4138-93d2-8383b3144ad5" + "27ce983f-ddb4-4862-a0bc-48ae48702e9a" ], "x-ms-correlation-request-id": [ - "73adbb1c-c159-4138-93d2-8383b3144ad5" + "27ce983f-ddb4-4862-a0bc-48ae48702e9a" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T160038Z:73adbb1c-c159-4138-93d2-8383b3144ad5" + "JAPANEAST:20241206T023047Z:27ce983f-ddb4-4862-a0bc-48ae48702e9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -254,11 +263,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: EEC6F0F8D0C54D9D92F142F2C7C1B80A Ref B: TYO201151002060 Ref C: 2024-12-06T02:30:46Z" + ], "Date": [ - "Mon, 18 Oct 2021 16:00:38 GMT" + "Fri, 06 Dec 2024 02:30:47 GMT" ], "Content-Length": [ - "4278" + "20" ], "Content-Type": [ "application/json; charset=utf-8" @@ -267,34 +282,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriPgE=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\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": 201 + "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriRPA=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"name\": \"ps42\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container1\",\r\n \"encoding\": \"json\"\r\n }\r\n ]\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfMzA2ZDc1NDQtYjI1NS00OTYyLWI2ZmYtMzI5NmE4YmY1MzA0?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690490165515374&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=OL0X5ELQdTMQfojBGx1RrAzp5INW1yzQoXY-MqpLGXs11iCpEMb2o8OQdT5uz30yuZZzKqI4reHMzKYAnz4B-975TqRb8_7QugayA96-9B8kN2qS-9jmgLtQ-cEZfRplp-t3ly200emMaREDxbi1FqcoE8frBxMSy1NhQQFQOyA2y8oqG3RMYDkIKhnEojS_sc1xbmMuQH63UCaMC3_6MnB01gH-zrWQX_GWqs1JhQG5x5sXMk0KwqXnqA-S0pgxJwbQPC58XZ8YovxtahvcCXt4xUQ2JkXuliqKbv7g4LOkcj2YEjJuDq96FJRLKmYUHFodN3GCOCBRoDaRuhYl7Q&h=gf4bdhGBehzmcSPICZP1x56nWY2p68nI4yUsDP_we8o", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTXpBMlpEYzFORFF0WWpJMU5TMDBPVFl5TFdJMlptWXRNekk1Tm1FNFltWTFNekEwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbyZ0PTYzODY5MDQ5MDE2NTUxNTM3NCZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUZkFXSGl6ZFhRTFJEZDQ4SjVBQUFCWWVMTnpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EVXdIaGNOTWpRd09USXlNVEl3TkRBeldoY05NalV3TXpJeE1USXdOREF6V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUwzQ3BVWWp1eG9vSlNTcndLMTlGanpoQk9DNnJwTTJueEVrOFp3cHN3am1RU3M0MzcxbEQ5Y2pwem9pMVY2Nml6ck9BUU81ZFI0VDdDQkFkeENfVDFMYTdCX0dDMEJMVG9FZkRiT01MdWlqNWVKS2tHeTc0M0JZbU5vNUZYTWNtTzJmMlB5WkE4UThGTWtCell3Y3BVbENCdDBvZnZqbUZqYjBvMTQtbF93a1Y4Y1ZxNk5BNXJqNXZ6WVJYcmNCQkR4MERYWnp4MGV5LURhbEQ4Qkk1RWZ4emwwc0ZuQS1xcXRmaTJ5NnRocU1sTlBXdUdxaVlGTm1ra281Y2FHczNhN2hReV9teDNYZENEeTJhV3EwWVhJcWRpeVlDQTRNR0FfdkxRdGpDVWNDNEVuSGFMblBtLTlPR0ZoS1pIUVoyaFFFRklZbm5DTnZzU1JWYUhCSWF0a0NBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlEVHpGUVMwbEpUbFJEUVRBeExrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTFMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUIwR0ExVWREZ1FXQkJSNTM5bkUzcE9hWXFDMDlZWTVzSW5vTWsyVC1EQU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUjYxaG1GS0hsc2NYWWVZUGp6Uy0taUJVSVdIVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGUTF6a0xqMmw3cmx5ck00ajJsOHJ0SmtIaXRJeG5Va0xreWVMUnJWeFpQa2ZWMV9BQmpybXJLVkh3a3MxVFQ1dnYxOTBaMXJTc3pKOEYzQk1iYXB1cVprN1RHX2VIcVJWS25rTllyd1hFQW45OVZVTFdsb05ubXNLYm5paTVxZ0EyNkt2WWtOY3J4SjRMXzlwQ20zbVQ0N0FfbXZIa3pLbm92Z3k0WExkdnFSUEwxUUdDX0l0dzRZNFFDYjExdEVkRGFiaEZZeDJoWTB6aE0zdm9INHBXXzQyTmJ1RzN4d05MRmVBMkxUaE9zR2NmXzRGOGJ6UTZQbV9fdW8tWHJuQkUxM0VSaW1nTDg2TS16OWg2VzJiUVVjS1hxQWZfUmhLanY1YWk5R0VuSVREMmFvWEJPOHR1ODVEZWx2VHZ1SDEyaG4yczJ4RWVZTk1VUllYTkN6WWMmcz1PTDBYNUVMUWRUTVFmb2pCR3gxUnJBenA1SU5XMXl6UW9YWS1NcXBMR1hzMTFpQ3BFTWIybzhPUWRUNXV6MzB5dVpaektxSTRyZUhNektZQW56NEItOTc1VHFSYjhfN1F1Z2F5QTk2LTlCOGtOMnFTLTlqbWdMdFEtY0VaZlJwbHAtdDNseTIwMGVtTWFSRUR4YmkxRnFjb0U4ZnJCeE1TeTFOaFFRRlFPeUEyeThvcUczUk1ZRGtJS2huRW9qU19zYzF4Ym1NdVFINjNVQ2FNQzNfNk1uQjAxZ0gtenJXUVhfR1dxczFKaFFHNXg1c1hNazBLd3FYbnFBLVMwcGd4SndiUVBDNThYWjhZb3Z4dGFodmNDWHQ0eFVRMkprWHVsaXFLYnY3ZzRMT2tjajJZRWpKdURxOTZGSlJMS21ZVUhGb2ROM0dDT0NCUm9EYVJ1aFlsN1EmaD1nZjRiZGhHQmVoem1jU1BJQ1pQMXg1Nm5XWTJwNjhuSTR5VXNEUF93ZThv", + "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "d79dd05f-81db-48dd-bff2-9b1d2ef3ea68" - ], - "Accept-Language": [ - "en-US" + "36d6fa64-1bac-493d-98a5-7452f8340b3d" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "2388" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -302,23 +308,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDVkOWVlZWQtYTVlNS00ZDQ4LWE1ZGQtNzVjMGQ1NTEwMTNjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "1099" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4997" + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "9e8e7bc4-df11-4959-b13d-03425be4b272" + "d5f1d66d-9d59-40bd-a4a0-c07dececf713" ], "x-ms-correlation-request-id": [ - "9e8e7bc4-df11-4959-b13d-03425be4b272" + "d5f1d66d-9d59-40bd-a4a0-c07dececf713" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T160115Z:9e8e7bc4-df11-4959-b13d-03425be4b272" + "JAPANEAST:20241206T023117Z:d5f1d66d-9d59-40bd-a4a0-c07dececf713" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -326,11 +329,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: F6FD4829E57646E0A20BC79CB77F46C9 Ref B: TYO201151002060 Ref C: 2024-12-06T02:31:17Z" + ], "Date": [ - "Mon, 18 Oct 2021 16:01:14 GMT" + "Fri, 06 Dec 2024 02:31:17 GMT" ], "Content-Length": [ - "4937" + "20" ], "Content-Type": [ "application/json; charset=utf-8" @@ -339,34 +348,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriRPA=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"cosmosDBSqlCollections\": []\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": 201 + "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriRv8=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps42\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"name\": \"ps8544\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container2\"\r\n }\r\n ]\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfMzA2ZDc1NDQtYjI1NS00OTYyLWI2ZmYtMzI5NmE4YmY1MzA0?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690490165515374&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=OL0X5ELQdTMQfojBGx1RrAzp5INW1yzQoXY-MqpLGXs11iCpEMb2o8OQdT5uz30yuZZzKqI4reHMzKYAnz4B-975TqRb8_7QugayA96-9B8kN2qS-9jmgLtQ-cEZfRplp-t3ly200emMaREDxbi1FqcoE8frBxMSy1NhQQFQOyA2y8oqG3RMYDkIKhnEojS_sc1xbmMuQH63UCaMC3_6MnB01gH-zrWQX_GWqs1JhQG5x5sXMk0KwqXnqA-S0pgxJwbQPC58XZ8YovxtahvcCXt4xUQ2JkXuliqKbv7g4LOkcj2YEjJuDq96FJRLKmYUHFodN3GCOCBRoDaRuhYl7Q&h=gf4bdhGBehzmcSPICZP1x56nWY2p68nI4yUsDP_we8o", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTXpBMlpEYzFORFF0WWpJMU5TMDBPVFl5TFdJMlptWXRNekk1Tm1FNFltWTFNekEwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbyZ0PTYzODY5MDQ5MDE2NTUxNTM3NCZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUZkFXSGl6ZFhRTFJEZDQ4SjVBQUFCWWVMTnpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EVXdIaGNOTWpRd09USXlNVEl3TkRBeldoY05NalV3TXpJeE1USXdOREF6V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUwzQ3BVWWp1eG9vSlNTcndLMTlGanpoQk9DNnJwTTJueEVrOFp3cHN3am1RU3M0MzcxbEQ5Y2pwem9pMVY2Nml6ck9BUU81ZFI0VDdDQkFkeENfVDFMYTdCX0dDMEJMVG9FZkRiT01MdWlqNWVKS2tHeTc0M0JZbU5vNUZYTWNtTzJmMlB5WkE4UThGTWtCell3Y3BVbENCdDBvZnZqbUZqYjBvMTQtbF93a1Y4Y1ZxNk5BNXJqNXZ6WVJYcmNCQkR4MERYWnp4MGV5LURhbEQ4Qkk1RWZ4emwwc0ZuQS1xcXRmaTJ5NnRocU1sTlBXdUdxaVlGTm1ra281Y2FHczNhN2hReV9teDNYZENEeTJhV3EwWVhJcWRpeVlDQTRNR0FfdkxRdGpDVWNDNEVuSGFMblBtLTlPR0ZoS1pIUVoyaFFFRklZbm5DTnZzU1JWYUhCSWF0a0NBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlEVHpGUVMwbEpUbFJEUVRBeExrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTFMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUIwR0ExVWREZ1FXQkJSNTM5bkUzcE9hWXFDMDlZWTVzSW5vTWsyVC1EQU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUjYxaG1GS0hsc2NYWWVZUGp6Uy0taUJVSVdIVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGUTF6a0xqMmw3cmx5ck00ajJsOHJ0SmtIaXRJeG5Va0xreWVMUnJWeFpQa2ZWMV9BQmpybXJLVkh3a3MxVFQ1dnYxOTBaMXJTc3pKOEYzQk1iYXB1cVprN1RHX2VIcVJWS25rTllyd1hFQW45OVZVTFdsb05ubXNLYm5paTVxZ0EyNkt2WWtOY3J4SjRMXzlwQ20zbVQ0N0FfbXZIa3pLbm92Z3k0WExkdnFSUEwxUUdDX0l0dzRZNFFDYjExdEVkRGFiaEZZeDJoWTB6aE0zdm9INHBXXzQyTmJ1RzN4d05MRmVBMkxUaE9zR2NmXzRGOGJ6UTZQbV9fdW8tWHJuQkUxM0VSaW1nTDg2TS16OWg2VzJiUVVjS1hxQWZfUmhLanY1YWk5R0VuSVREMmFvWEJPOHR1ODVEZWx2VHZ1SDEyaG4yczJ4RWVZTk1VUllYTkN6WWMmcz1PTDBYNUVMUWRUTVFmb2pCR3gxUnJBenA1SU5XMXl6UW9YWS1NcXBMR1hzMTFpQ3BFTWIybzhPUWRUNXV6MzB5dVpaektxSTRyZUhNektZQW56NEItOTc1VHFSYjhfN1F1Z2F5QTk2LTlCOGtOMnFTLTlqbWdMdFEtY0VaZlJwbHAtdDNseTIwMGVtTWFSRUR4YmkxRnFjb0U4ZnJCeE1TeTFOaFFRRlFPeUEyeThvcUczUk1ZRGtJS2huRW9qU19zYzF4Ym1NdVFINjNVQ2FNQzNfNk1uQjAxZ0gtenJXUVhfR1dxczFKaFFHNXg1c1hNazBLd3FYbnFBLVMwcGd4SndiUVBDNThYWjhZb3Z4dGFodmNDWHQ0eFVRMkprWHVsaXFLYnY3ZzRMT2tjajJZRWpKdURxOTZGSlJMS21ZVUhGb2ROM0dDT0NCUm9EYVJ1aFlsN1EmaD1nZjRiZGhHQmVoem1jU1BJQ1pQMXg1Nm5XWTJwNjhuSTR5VXNEUF93ZThv", + "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "2a81cfa9-2cc9-4eea-8600-ecbb91ac0f57" - ], - "Accept-Language": [ - "en-US" + "36d6fa64-1bac-493d-98a5-7452f8340b3d" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "3138" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -374,23 +374,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzIyZDVkYTgtOGVkOS00YmFjLTk0NjAtNGVhMjE1YjRkMDkwO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "1099" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4996" + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "9ab90dbc-7319-4778-8eae-42019add0921" + "6f3522c9-e560-4003-8cd4-181e6725956e" ], "x-ms-correlation-request-id": [ - "9ab90dbc-7319-4778-8eae-42019add0921" + "6f3522c9-e560-4003-8cd4-181e6725956e" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T160149Z:9ab90dbc-7319-4778-8eae-42019add0921" + "JAPANEAST:20241206T023148Z:6f3522c9-e560-4003-8cd4-181e6725956e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -398,11 +395,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: D67F96DFD90B44898A58661251599AAB Ref B: TYO201151002060 Ref C: 2024-12-06T02:31:47Z" + ], "Date": [ - "Mon, 18 Oct 2021 16:01:49 GMT" + "Fri, 06 Dec 2024 02:31:47 GMT" ], "Content-Length": [ - "5630" + "20" ], "Content-Type": [ "application/json; charset=utf-8" @@ -411,34 +414,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriRv8=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"cosmosDBSqlCollections\": []\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": 201 + "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriR4k=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps42\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\"\r\n },\r\n {\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps8544\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\"\r\n }\r\n ]\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps5888\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus2/operationResults/b3NfaWhfMzA2ZDc1NDQtYjI1NS00OTYyLWI2ZmYtMzI5NmE4YmY1MzA0?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690490165515374&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=OL0X5ELQdTMQfojBGx1RrAzp5INW1yzQoXY-MqpLGXs11iCpEMb2o8OQdT5uz30yuZZzKqI4reHMzKYAnz4B-975TqRb8_7QugayA96-9B8kN2qS-9jmgLtQ-cEZfRplp-t3ly200emMaREDxbi1FqcoE8frBxMSy1NhQQFQOyA2y8oqG3RMYDkIKhnEojS_sc1xbmMuQH63UCaMC3_6MnB01gH-zrWQX_GWqs1JhQG5x5sXMk0KwqXnqA-S0pgxJwbQPC58XZ8YovxtahvcCXt4xUQ2JkXuliqKbv7g4LOkcj2YEjJuDq96FJRLKmYUHFodN3GCOCBRoDaRuhYl7Q&h=gf4bdhGBehzmcSPICZP1x56nWY2p68nI4yUsDP_we8o", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmTXpBMlpEYzFORFF0WWpJMU5TMDBPVFl5TFdJMlptWXRNekk1Tm1FNFltWTFNekEwP2FwaS12ZXJzaW9uPTIwMjEtMDctMDImb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbyZ0PTYzODY5MDQ5MDE2NTUxNTM3NCZjPU1JSUhoekNDQm0tZ0F3SUJBZ0lUZkFXSGl6ZFhRTFJEZDQ4SjVBQUFCWWVMTnpBTkJna3Foa2lHOXcwQkFRc0ZBREJFTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUjBKTU1STXdFUVlLQ1pJbWlaUHlMR1FCR1JZRFFVMUZNUmd3RmdZRFZRUURFdzlCVFVVZ1NXNW1jbUVnUTBFZ01EVXdIaGNOTWpRd09USXlNVEl3TkRBeldoY05NalV3TXpJeE1USXdOREF6V2pCQU1UNHdQQVlEVlFRREV6VmhjM2x1WTI5d1pYSmhkR2x2Ym5OcFoyNXBibWRqWlhKMGFXWnBZMkYwWlM1dFlXNWhaMlZ0Wlc1MExtRjZkWEpsTG1OdmJUQ0NBU0l3RFFZSktvWklodmNOQVFFQkJRQURnZ0VQQURDQ0FRb0NnZ0VCQUwzQ3BVWWp1eG9vSlNTcndLMTlGanpoQk9DNnJwTTJueEVrOFp3cHN3am1RU3M0MzcxbEQ5Y2pwem9pMVY2Nml6ck9BUU81ZFI0VDdDQkFkeENfVDFMYTdCX0dDMEJMVG9FZkRiT01MdWlqNWVKS2tHeTc0M0JZbU5vNUZYTWNtTzJmMlB5WkE4UThGTWtCell3Y3BVbENCdDBvZnZqbUZqYjBvMTQtbF93a1Y4Y1ZxNk5BNXJqNXZ6WVJYcmNCQkR4MERYWnp4MGV5LURhbEQ4Qkk1RWZ4emwwc0ZuQS1xcXRmaTJ5NnRocU1sTlBXdUdxaVlGTm1ra281Y2FHczNhN2hReV9teDNYZENEeTJhV3EwWVhJcWRpeVlDQTRNR0FfdkxRdGpDVWNDNEVuSGFMblBtLTlPR0ZoS1pIUVoyaFFFRklZbm5DTnZzU1JWYUhCSWF0a0NBd0VBQWFPQ0JIUXdnZ1J3TUNjR0NTc0dBUVFCZ2pjVkNnUWFNQmd3Q2dZSUt3WUJCUVVIQXdFd0NnWUlLd1lCQlFVSEF3SXdQUVlKS3dZQkJBR0NOeFVIQkRBd0xnWW1Ld1lCQkFHQ054VUlocERqRFlUVnRIaUU4WXMtaFp2ZEZzNmRFb0ZnaGZtUlM0V3NtVFFDQVdRQ0FRY3dnZ0hMQmdnckJnRUZCUWNCQVFTQ0FiMHdnZ0c1TUdNR0NDc0dBUVVGQnpBQ2hsZG9kSFJ3T2k4dlkzSnNMbTFwWTNKdmMyOW1kQzVqYjIwdmNHdHBhVzVtY21FdlEyVnlkSE12UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXd4TG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNRk1HQ0NzR0FRVUZCekFDaGtkb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyRnBZUzlEVHpGUVMwbEpUbFJEUVRBeExrRk5SUzVIUWt4ZlFVMUZKVEl3U1c1bWNtRWxNakJEUVNVeU1EQTFMbU55ZERCVEJnZ3JCZ0VGQlFjd0FvWkhhSFIwY0RvdkwyTnliRE11WVcxbExtZGliQzloYVdFdlEwOHhVRXRKU1U1VVEwRXdNUzVCVFVVdVIwSk1YMEZOUlNVeU1FbHVabkpoSlRJd1EwRWxNakF3TlM1amNuUXdVd1lJS3dZQkJRVUhNQUtHUjJoMGRIQTZMeTlqY213MExtRnRaUzVuWW13dllXbGhMME5QTVZCTFNVbE9WRU5CTURFdVFVMUZMa2RDVEY5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0owTUIwR0ExVWREZ1FXQkJSNTM5bkUzcE9hWXFDMDlZWTVzSW5vTWsyVC1EQU9CZ05WSFE4QkFmOEVCQU1DQmFBd2dnRW1CZ05WSFI4RWdnRWRNSUlCR1RDQ0FSV2dnZ0VSb0lJQkRZWV9hSFIwY0RvdkwyTnliQzV0YVdOeWIzTnZablF1WTI5dEwzQnJhV2x1Wm5KaEwwTlNUQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTVM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNaTVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc015NWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTkM1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc01JR2RCZ05WSFNBRWdaVXdnWkl3REFZS0t3WUJCQUdDTjNzQkFUQm1CZ29yQmdFRUFZSTNld0lDTUZnd1ZnWUlLd1lCQlFVSEFnSXdTaDVJQURNQU13QmxBREFBTVFBNUFESUFNUUF0QURRQVpBQTJBRFFBTFFBMEFHWUFPQUJqQUMwQVlRQXdBRFVBTlFBdEFEVUFZZ0JrQUdFQVpnQm1BR1FBTlFCbEFETUFNd0JrTUF3R0Npc0dBUVFCZ2pkN0F3RXdEQVlLS3dZQkJBR0NOM3NFQWpBZkJnTlZIU01FR0RBV2dCUjYxaG1GS0hsc2NYWWVZUGp6Uy0taUJVSVdIVEFkQmdOVkhTVUVGakFVQmdnckJnRUZCUWNEQVFZSUt3WUJCUVVIQXdJd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFGUTF6a0xqMmw3cmx5ck00ajJsOHJ0SmtIaXRJeG5Va0xreWVMUnJWeFpQa2ZWMV9BQmpybXJLVkh3a3MxVFQ1dnYxOTBaMXJTc3pKOEYzQk1iYXB1cVprN1RHX2VIcVJWS25rTllyd1hFQW45OVZVTFdsb05ubXNLYm5paTVxZ0EyNkt2WWtOY3J4SjRMXzlwQ20zbVQ0N0FfbXZIa3pLbm92Z3k0WExkdnFSUEwxUUdDX0l0dzRZNFFDYjExdEVkRGFiaEZZeDJoWTB6aE0zdm9INHBXXzQyTmJ1RzN4d05MRmVBMkxUaE9zR2NmXzRGOGJ6UTZQbV9fdW8tWHJuQkUxM0VSaW1nTDg2TS16OWg2VzJiUVVjS1hxQWZfUmhLanY1YWk5R0VuSVREMmFvWEJPOHR1ODVEZWx2VHZ1SDEyaG4yczJ4RWVZTk1VUllYTkN6WWMmcz1PTDBYNUVMUWRUTVFmb2pCR3gxUnJBenA1SU5XMXl6UW9YWS1NcXBMR1hzMTFpQ3BFTWIybzhPUWRUNXV6MzB5dVpaektxSTRyZUhNektZQW56NEItOTc1VHFSYjhfN1F1Z2F5QTk2LTlCOGtOMnFTLTlqbWdMdFEtY0VaZlJwbHAtdDNseTIwMGVtTWFSRUR4YmkxRnFjb0U4ZnJCeE1TeTFOaFFRRlFPeUEyeThvcUczUk1ZRGtJS2huRW9qU19zYzF4Ym1NdVFINjNVQ2FNQzNfNk1uQjAxZ0gtenJXUVhfR1dxczFKaFFHNXg1c1hNazBLd3FYbnFBLVMwcGd4SndiUVBDNThYWjhZb3Z4dGFodmNDWHQ0eFVRMkprWHVsaXFLYnY3ZzRMT2tjajJZRWpKdURxOTZGSlJMS21ZVUhGb2ROM0dDT0NCUm9EYVJ1aFlsN1EmaD1nZjRiZGhHQmVoem1jU1BJQ1pQMXg1Nm5XWTJwNjhuSTR5VXNEUF93ZThv", + "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "e9e8c6bc-9f0b-4175-9bf5-d25b96c2ac8c" - ], - "Accept-Language": [ - "en-US" + "36d6fa64-1bac-493d-98a5-7452f8340b3d" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "3528" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -446,23 +440,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2RlODNjMTAtMGE4My00OTk0LTk4ZmMtYTM3ZGVlYzYxYjdhO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "1099" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4995" + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "427ecb86-3fe4-462a-ade8-de647674bebd" + "9d68cb5d-078a-41be-b80c-568c4fd369ff" ], "x-ms-correlation-request-id": [ - "427ecb86-3fe4-462a-ade8-de647674bebd" + "9d68cb5d-078a-41be-b80c-568c4fd369ff" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T160225Z:427ecb86-3fe4-462a-ade8-de647674bebd" + "JAPANEAST:20241206T023218Z:9d68cb5d-078a-41be-b80c-568c4fd369ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -470,11 +461,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: E2217EDF9C71478F9DEEE2F134AADCC5 Ref B: TYO201151002060 Ref C: 2024-12-06T02:32:18Z" + ], "Date": [ - "Mon, 18 Oct 2021 16:02:25 GMT" + "Fri, 06 Dec 2024 02:32:18 GMT" ], "Content-Length": [ - "5736" + "22" ], "Content-Type": [ "application/json; charset=utf-8" @@ -483,34 +480,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriR4k=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps5888\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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": 201 + "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriSBM=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps42\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\"\r\n },\r\n {\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps8544\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\"\r\n }\r\n ]\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps3891/providers/Microsoft.Devices/IotHubs/ps7184?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzMzg5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczcxODQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "6b3c23e2-133b-4ae6-b042-a4e2c9f9d12b" - ], - "Accept-Language": [ - "en-US" + "36d6fa64-1bac-493d-98a5-7452f8340b3d" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "3527" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -518,23 +506,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDc5NTZmNDQtMjhhMi00MDRiLWI3NWItN2U5YmQwYmQ2ZDNiO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "1098" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4994" + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16498" ], "x-ms-request-id": [ - "4383bfa1-8821-47d5-85f0-226716d523a5" + "311a9efc-1a38-41b3-a363-d081c323e383" ], "x-ms-correlation-request-id": [ - "4383bfa1-8821-47d5-85f0-226716d523a5" + "311a9efc-1a38-41b3-a363-d081c323e383" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T160331Z:4383bfa1-8821-47d5-85f0-226716d523a5" + "JAPANEAST:20241206T023219Z:311a9efc-1a38-41b3-a363-d081c323e383" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -542,11 +527,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: B02089CE943C492BBF67EEEBC40EDF1F Ref B: TYO201151002060 Ref C: 2024-12-06T02:32:18Z" + ], "Date": [ - "Mon, 18 Oct 2021 16:03:31 GMT" + "Fri, 06 Dec 2024 02:32:19 GMT" ], "Content-Length": [ - "5735" + "1592" ], "Content-Type": [ "application/json; charset=utf-8" @@ -555,34 +546,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSBM=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps3891/providers/Microsoft.Devices/IotHubs/ps7184\",\r\n \"name\": \"ps7184\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps3891\",\r\n \"etag\": \"AAAAAAYAAAA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps7184.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\": \"ps7184\",\r\n \"endpoint\": \"sb://iothub-ns-ps7184-58238803-c6e99a8507.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:30:16.1466667Z\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriSLU=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps42\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\"\r\n },\r\n {\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps8544\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\"\r\n }\r\n ]\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\",\r\n \"ps8544\"\r\n ]\r\n }\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps3891/providers/Microsoft.Devices/IotHubs/ps7184?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzMzg5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczcxODQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", + "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "aabc73f9-3b22-4d06-874e-10796a1fec75" + "36d6fa64-1bac-493d-98a5-7452f8340b3d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "3550" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -590,23 +575,20 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNjRiYTNkOTgtN2U1YS00NDViLTlhNTItOGM1OTVhNzZhNzhlO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "x-ms-ratelimit-remaining-subscription-reads": [ + "1099" ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4993" + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "44087a8e-d42c-4e3c-9411-4d82576b86dc" + "d7be3518-cc47-4826-8f93-61353e305b7f" ], "x-ms-correlation-request-id": [ - "44087a8e-d42c-4e3c-9411-4d82576b86dc" + "d7be3518-cc47-4826-8f93-61353e305b7f" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T160406Z:44087a8e-d42c-4e3c-9411-4d82576b86dc" + "JAPANEAST:20241206T023220Z:d7be3518-cc47-4826-8f93-61353e305b7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -614,11 +596,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: CE9BC43A66DC4A658F5F80558843F745 Ref B: TYO201151002060 Ref C: 2024-12-06T02:32:19Z" + ], "Date": [ - "Mon, 18 Oct 2021 16:04:05 GMT" + "Fri, 06 Dec 2024 02:32:20 GMT" ], "Content-Length": [ - "5744" + "1592" ], "Content-Type": [ "application/json; charset=utf-8" @@ -627,34 +615,34 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSLU=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\",\r\n \"ps8544\"\r\n ]\r\n }\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": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps3891/providers/Microsoft.Devices/IotHubs/ps7184\",\r\n \"name\": \"ps7184\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps3891\",\r\n \"etag\": \"AAAAAAYAAAA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps7184.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\": \"ps7184\",\r\n \"endpoint\": \"sb://iothub-ns-ps7184-58238803-c6e99a8507.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:30:16.1466667Z\"\r\n }\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriSOw=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps42\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\"\r\n },\r\n {\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps8544\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\"\r\n }\r\n ]\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": []\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Storage/checkNameAvailability?api-version=2023-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAyMy0wNS0wMQ==", + "RequestMethod": "POST", "RequestHeaders": { "x-ms-client-request-id": [ - "73476821-1450-4d6c-abfe-8718ea105ee5" + "87718323-a4da-4507-9fd7-1cfeaba6df0a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Storage.StorageManagementClient/8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "3377" + "72" ] }, + "RequestBody": "{\r\n \"name\": \"ps6261\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -662,143 +650,74 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZmQ4MjNkNWQtNjk4Yy00MWQwLWJlYWItMWUzYzcxNzExMTAzO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4992" - ], "x-ms-request-id": [ - "aac123de-018a-4d29-a3d8-3cd66b0ba558" - ], - "x-ms-correlation-request-id": [ - "aac123de-018a-4d29-a3d8-3cd66b0ba558" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160440Z:aac123de-018a-4d29-a3d8-3cd66b0ba558" + "1d366d67-9ed6-499a-81d8-6070b72c4004" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:04:40 GMT" - ], - "Content-Length": [ - "5678" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSOw=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [],\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": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriSU4=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"name\": \"ps8544\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\"\r\n }\r\n ]\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": []\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "23e488fe-42db-4548-a854-94555a62d138" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "2596" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjZiMGU1NTctMDUwNS00MGY3LWFjMDYtMjQwNWE0YjhlNDg0O3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4991" + "x-ms-ratelimit-remaining-subscription-reads": [ + "1099" ], - "x-ms-request-id": [ - "00c3b256-d02d-4157-8e30-046165edf65b" + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-correlation-request-id": [ - "00c3b256-d02d-4157-8e30-046165edf65b" + "07bb63d8-c2ed-438e-b05d-a25504baf895" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T160514Z:00c3b256-d02d-4157-8e30-046165edf65b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "JAPANWEST:20241206T023221Z:07bb63d8-c2ed-438e-b05d-a25504baf895" ], "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 6E56FB7DAEA5476684CB9111B474F18D Ref B: TYO201100114031 Ref C: 2024-12-06T02:32:21Z" + ], "Date": [ - "Mon, 18 Oct 2021 16:05:13 GMT" + "Fri, 06 Dec 2024 02:32:21 GMT" ], "Content-Length": [ - "4987" + "22" ], "Content-Type": [ - "application/json; charset=utf-8" + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSU4=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [],\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": 201 + "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps3891/providers/Microsoft.Storage/storageAccounts/ps6261?api-version=2023-05-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzMzg5MS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzNjI2MT9hcGktdmVyc2lvbj0yMDIzLTA1LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriSY4=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": []\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fa7cf709-c2bd-4d2b-978e-2ca14dac4918" + "87718323-a4da-4507-9fd7-1cfeaba6df0a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Storage.StorageManagementClient/8.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1804" + "98" ] }, + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"westus\"\r\n}", "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -806,23 +725,17 @@ "Pragma": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYmFmOWExZDQtNTE5MS00MDg2LTkxZTUtMjk3ZTU3MmNlMTY2O3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4990" + "x-ms-failure-cause": [ + "gateway" ], "x-ms-request-id": [ - "f89b1255-297f-48e0-a57e-e0d2de081fc5" + "e99be6ae-46e4-4cb7-945f-228501e188bc" ], "x-ms-correlation-request-id": [ - "f89b1255-297f-48e0-a57e-e0d2de081fc5" + "e99be6ae-46e4-4cb7-945f-228501e188bc" ], "x-ms-routing-request-id": [ - "WESTUS2:20211018T160548Z:f89b1255-297f-48e0-a57e-e0d2de081fc5" + "JAPANWEST:20241206T023222Z:e99be6ae-46e4-4cb7-945f-228501e188bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -830,11 +743,17 @@ "X-Content-Type-Options": [ "nosniff" ], + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: C041F5ACAA36452AAC3FB3A1EB2E30EC Ref B: TYO201100114031 Ref C: 2024-12-06T02:32:22Z" + ], "Date": [ - "Mon, 18 Oct 2021 16:05:48 GMT" + "Fri, 06 Dec 2024 02:32:21 GMT" ], "Content-Length": [ - "4295" + "2142" ], "Content-Type": [ "application/json; charset=utf-8" @@ -843,5197 +762,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSY4=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [],\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": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriSfM=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"DeviceMessages\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": false\r\n }\r\n ],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": []\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6159c68e-e947-4491-bb07-839370e98212" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1998" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNjQxZDc4NGUtMWZmNi00ODQ3LWI4NzAtMTNiMWI1NjhmY2I2O3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4989" - ], - "x-ms-request-id": [ - "e5af1718-3576-4644-92ec-e15ed0245014" - ], - "x-ms-correlation-request-id": [ - "e5af1718-3576-4644-92ec-e15ed0245014" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160623Z:e5af1718-3576-4644-92ec-e15ed0245014" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:22 GMT" - ], - "Content-Length": [ - "4383" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSfM=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"DeviceMessages\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": false\r\n }\r\n ],\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": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriSqY=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": []\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fe697905-135f-4897-bc7b-666de219c003" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1999" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYmY5YmRhOGUtYjdlMi00MTZhLTk0YzMtNjMyNTRiMmIzMzQxO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4988" - ], - "x-ms-request-id": [ - "ae1b1a8d-b911-4586-979f-522e29e73798" - ], - "x-ms-correlation-request-id": [ - "ae1b1a8d-b911-4586-979f-522e29e73798" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160658Z:ae1b1a8d-b911-4586-979f-522e29e73798" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:57 GMT" - ], - "Content-Length": [ - "4403" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSqY=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriS0o=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": []\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d145ac99-18fd-4496-bd27-a445d6045239" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1804" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDBjN2ZhYWYtYjUyMC00MjJkLThmOWItMDljNzk0MmI3MTJiO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4987" - ], - "x-ms-request-id": [ - "283e7fa2-46b5-4c17-a68b-2bb814718f54" - ], - "x-ms-correlation-request-id": [ - "283e7fa2-46b5-4c17-a68b-2bb814718f54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160733Z:283e7fa2-46b5-4c17-a68b-2bb814718f54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:07:32 GMT" - ], - "Content-Length": [ - "4295" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriS0o=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [],\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": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFriTBA=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\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 \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\r\n },\r\n \"enrichments\": []\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 \"capacity\": 1\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {}\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "58a05336-f261-41f9-9ee1-1b70867db043" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1410" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDljMGU5ZTQtZWQ4Mi00M2VlLThmOTktNjIzOWIwMTIwOGNlO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4986" - ], - "x-ms-request-id": [ - "f2e8babb-d401-40d6-9c20-3d1dc5d0446b" - ], - "x-ms-correlation-request-id": [ - "f2e8babb-d401-40d6-9c20-3d1dc5d0446b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160807Z:f2e8babb-d401-40d6-9c20-3d1dc5d0446b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:08:06 GMT" - ], - "Content-Length": [ - "3975" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriTBA=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"secondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"secondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"F/wc3jOevB631tUG5uBVOF2Pc5EPMjM0h6cRTQmLYEk=\",\r\n \"secondaryKey\": \"JiGz2LsE+6NSEMOiPZMtyqcSGKYYvWVFSTedaxeVR7A=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"wNL+S0cNvzi7m++zLKtf+VJzZyv6rnzPStJOk85h3/U=\",\r\n \"secondaryKey\": \"X0Rgl5cl0/0rmleM0TwSeARD6wI6PJakGQHc7LKHW9Q=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"1ptJ4b2AmNp/Al3gkL4H9GI8wKOZW1csyy7iROKosRM=\",\r\n \"secondaryKey\": \"PDNwSAi/XKKNNXKmq2s5mM1qf5uMbPqtwIVa8hyNgqM=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps1011-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-b140a8a5-98bd-4d5b-8e1c-ebd5351e09f6-iothub\",\r\n \"PrimaryKey\": \"WxxhbW/63DIjTKnf3jTFxJUpryznn0j/9D9aNNCpfB8=\",\r\n \"SecondaryKey\": \"sA7/Ad/HG7ihgbI+HNkx2woJmFsTCMJ4j7yAOvdARNU=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-1c4ad12e-a3af-430a-a101-f7ca0da2745f-iothub\",\r\n \"PrimaryKey\": \"zkD/0D+/ZDx/UvFWfS3sOJv94CXrlkEKAzFUUKtn7BI=\",\r\n \"SecondaryKey\": \"LxAUfTHd44Vki8Y9eFqb/TsNh2NEvbBURiPQIXM0s6o=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"40dh804nc1Uru018xn1FHVv+181lQLszQXqqs84hW7w=\",\r\n \"SecondaryKey\": \"H84M1lplTklImvnBfnxFAwZrhMdXkRVnPVoRgoUpmXM=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"3eHyCxVJ+r+JXcXvBOf+WqcUeXUw4Ysi83+phpEW2JU=\",\r\n \"SecondaryKey\": \"SV/hlnno+hsIlSKq/Vvdi0alBbRpYuxxrbV57JNVzOE=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\",\r\n \"ModifiedTime\": \"Mon, 18 Oct 2021 15:58:13 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"enrichments\": [],\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": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWRmOGRhNjItZWNjZi00NDU1LWIyMzAtNDYyMzk3NDVlYTFhO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk5XUm1PR1JoTmpJdFpXTmpaaTAwTkRVMUxXSXlNekF0TkRZeU16azNORFZsWVRGaE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "40979beb-6bdb-4f5e-aceb-ce2bccc59c2d" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "eb773e6a-4451-4f99-95ca-4ea8ea37f11c" - ], - "x-ms-correlation-request-id": [ - "eb773e6a-4451-4f99-95ca-4ea8ea37f11c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155716Z:eb773e6a-4451-4f99-95ca-4ea8ea37f11c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:57:15 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWRmOGRhNjItZWNjZi00NDU1LWIyMzAtNDYyMzk3NDVlYTFhO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk5XUm1PR1JoTmpJdFpXTmpaaTAwTkRVMUxXSXlNekF0TkRZeU16azNORFZsWVRGaE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "40979beb-6bdb-4f5e-aceb-ce2bccc59c2d" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "e8e3de11-fa20-41f7-b0fd-40f3c9e6a7c9" - ], - "x-ms-correlation-request-id": [ - "e8e3de11-fa20-41f7-b0fd-40f3c9e6a7c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155746Z:e8e3de11-fa20-41f7-b0fd-40f3c9e6a7c9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:57:46 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWRmOGRhNjItZWNjZi00NDU1LWIyMzAtNDYyMzk3NDVlYTFhO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk5XUm1PR1JoTmpJdFpXTmpaaTAwTkRVMUxXSXlNekF0TkRZeU16azNORFZsWVRGaE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "40979beb-6bdb-4f5e-aceb-ce2bccc59c2d" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "7c1c4141-b333-46cb-a923-00377ef47e87" - ], - "x-ms-correlation-request-id": [ - "7c1c4141-b333-46cb-a923-00377ef47e87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155816Z:7c1c4141-b333-46cb-a923-00377ef47e87" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:58:15 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWRmOGRhNjItZWNjZi00NDU1LWIyMzAtNDYyMzk3NDVlYTFhO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk5XUm1PR1JoTmpJdFpXTmpaaTAwTkRVMUxXSXlNekF0TkRZeU16azNORFZsWVRGaE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "40979beb-6bdb-4f5e-aceb-ce2bccc59c2d" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "a2ff3123-05af-4141-80a9-efbbec329a20" - ], - "x-ms-correlation-request-id": [ - "a2ff3123-05af-4141-80a9-efbbec329a20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155846Z:a2ff3123-05af-4141-80a9-efbbec329a20" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:58:46 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "40979beb-6bdb-4f5e-aceb-ce2bccc59c2d" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "ec74c196-54ad-4cf2-b2e1-02d307fb39d1" - ], - "x-ms-correlation-request-id": [ - "ec74c196-54ad-4cf2-b2e1-02d307fb39d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155847Z:ec74c196-54ad-4cf2-b2e1-02d307fb39d1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:58:46 GMT" - ], - "Content-Length": [ - "1500" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriPgE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "40979beb-6bdb-4f5e-aceb-ce2bccc59c2d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "0e732f7f-3552-4d66-8ea6-820bbf69458c" - ], - "x-ms-correlation-request-id": [ - "0e732f7f-3552-4d66-8ea6-820bbf69458c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155847Z:0e732f7f-3552-4d66-8ea6-820bbf69458c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:58:47 GMT" - ], - "Content-Length": [ - "1500" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriPgE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d53c4887-de09-4fe5-8055-972a3f7d7175" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "fc64703d-171d-4931-a3cd-bc9ab309c03e" - ], - "x-ms-correlation-request-id": [ - "fc64703d-171d-4931-a3cd-bc9ab309c03e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160034Z:fc64703d-171d-4931-a3cd-bc9ab309c03e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:00:33 GMT" - ], - "Content-Length": [ - "1500" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriPgE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b1e53516-e943-49e4-b428-f3202d831c7b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-request-id": [ - "c3c81734-fe6c-4b4e-8f21-9f38a789b260" - ], - "x-ms-correlation-request-id": [ - "c3c81734-fe6c-4b4e-8f21-9f38a789b260" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160035Z:c3c81734-fe6c-4b4e-8f21-9f38a789b260" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:00:34 GMT" - ], - "Content-Length": [ - "1500" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriPgE=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b1e53516-e943-49e4-b428-f3202d831c7b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-request-id": [ - "9966c695-2310-4578-bd54-3d8ede4e742b" - ], - "x-ms-correlation-request-id": [ - "9966c695-2310-4578-bd54-3d8ede4e742b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160109Z:9966c695-2310-4578-bd54-3d8ede4e742b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:01:08 GMT" - ], - "Content-Length": [ - "1785" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriRPA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b1e53516-e943-49e4-b428-f3202d831c7b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-request-id": [ - "a7065bb0-220c-497a-bed8-43e1514116f2" - ], - "x-ms-correlation-request-id": [ - "a7065bb0-220c-497a-bed8-43e1514116f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160110Z:a7065bb0-220c-497a-bed8-43e1514116f2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:01:09 GMT" - ], - "Content-Length": [ - "1785" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriRPA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d79dd05f-81db-48dd-bff2-9b1d2ef3ea68" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-request-id": [ - "7c40413b-4681-4c47-9c6c-4f8193dad97f" - ], - "x-ms-correlation-request-id": [ - "7c40413b-4681-4c47-9c6c-4f8193dad97f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160110Z:7c40413b-4681-4c47-9c6c-4f8193dad97f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:01:09 GMT" - ], - "Content-Length": [ - "1785" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriRPA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d79dd05f-81db-48dd-bff2-9b1d2ef3ea68" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "98c717ad-096d-45a5-93b4-fad01f2c8713" - ], - "x-ms-correlation-request-id": [ - "98c717ad-096d-45a5-93b4-fad01f2c8713" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160145Z:98c717ad-096d-45a5-93b4-fad01f2c8713" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:01:45 GMT" - ], - "Content-Length": [ - "2391" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriRv8=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d79dd05f-81db-48dd-bff2-9b1d2ef3ea68" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-request-id": [ - "43d310f6-bf3f-4cc4-8bb7-77c33aa0dd6c" - ], - "x-ms-correlation-request-id": [ - "43d310f6-bf3f-4cc4-8bb7-77c33aa0dd6c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160146Z:43d310f6-bf3f-4cc4-8bb7-77c33aa0dd6c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:01:45 GMT" - ], - "Content-Length": [ - "2391" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriRv8=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2a81cfa9-2cc9-4eea-8600-ecbb91ac0f57" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "40761d0b-4b50-4839-8180-39fed85145da" - ], - "x-ms-correlation-request-id": [ - "40761d0b-4b50-4839-8180-39fed85145da" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160146Z:40761d0b-4b50-4839-8180-39fed85145da" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:01:46 GMT" - ], - "Content-Length": [ - "2391" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriRv8=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2a81cfa9-2cc9-4eea-8600-ecbb91ac0f57" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-request-id": [ - "8028cbaa-d1c3-4cce-817f-9a9884910e84" - ], - "x-ms-correlation-request-id": [ - "8028cbaa-d1c3-4cce-817f-9a9884910e84" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160220Z:8028cbaa-d1c3-4cce-817f-9a9884910e84" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:02:20 GMT" - ], - "Content-Length": [ - "3000" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriR4k=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2a81cfa9-2cc9-4eea-8600-ecbb91ac0f57" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-request-id": [ - "97e3439f-7ef4-4041-8593-edbbb3c07a01" - ], - "x-ms-correlation-request-id": [ - "97e3439f-7ef4-4041-8593-edbbb3c07a01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160220Z:97e3439f-7ef4-4041-8593-edbbb3c07a01" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:02:20 GMT" - ], - "Content-Length": [ - "3000" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriR4k=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b0801359-0302-416d-9ca1-f340ddcbd936" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "70d8813d-0d5e-41c5-87eb-3567fca6931e" - ], - "x-ms-correlation-request-id": [ - "70d8813d-0d5e-41c5-87eb-3567fca6931e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160221Z:70d8813d-0d5e-41c5-87eb-3567fca6931e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:02:21 GMT" - ], - "Content-Length": [ - "3000" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriR4k=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "733270d3-a691-409b-ac74-d9b2ff031869" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-request-id": [ - "31dcf5ee-fb43-44c6-96a1-796cb43dc0af" - ], - "x-ms-correlation-request-id": [ - "31dcf5ee-fb43-44c6-96a1-796cb43dc0af" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160221Z:31dcf5ee-fb43-44c6-96a1-796cb43dc0af" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:02:21 GMT" - ], - "Content-Length": [ - "3000" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriR4k=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e9e8c6bc-9f0b-4175-9bf5-d25b96c2ac8c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-request-id": [ - "0da7ea4b-1596-4019-b1c9-e03d05efdb97" - ], - "x-ms-correlation-request-id": [ - "0da7ea4b-1596-4019-b1c9-e03d05efdb97" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160222Z:0da7ea4b-1596-4019-b1c9-e03d05efdb97" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:02:22 GMT" - ], - "Content-Length": [ - "3000" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriR4k=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e9e8c6bc-9f0b-4175-9bf5-d25b96c2ac8c" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-request-id": [ - "8e47669d-1144-40ea-bf7e-6a0d2f1a37f0" - ], - "x-ms-correlation-request-id": [ - "8e47669d-1144-40ea-bf7e-6a0d2f1a37f0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160326Z:8e47669d-1144-40ea-bf7e-6a0d2f1a37f0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:03:25 GMT" - ], - "Content-Length": [ - "3075" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSBM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps5888\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e9e8c6bc-9f0b-4175-9bf5-d25b96c2ac8c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-request-id": [ - "63af305c-4959-4a6d-b7da-fa8e803c6506" - ], - "x-ms-correlation-request-id": [ - "63af305c-4959-4a6d-b7da-fa8e803c6506" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160327Z:63af305c-4959-4a6d-b7da-fa8e803c6506" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:03:27 GMT" - ], - "Content-Length": [ - "3075" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSBM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps5888\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ee60eb90-e642-4100-80e5-d3e81d7a6018" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-request-id": [ - "2c6883f2-c910-4042-9dc5-07ed313b1f46" - ], - "x-ms-correlation-request-id": [ - "2c6883f2-c910-4042-9dc5-07ed313b1f46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160327Z:2c6883f2-c910-4042-9dc5-07ed313b1f46" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:03:27 GMT" - ], - "Content-Length": [ - "3075" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSBM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps5888\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d64dbc5f-1038-4bde-ab5f-8f74c67e64dc" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.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": [ - "4fc1389c-0309-4d60-bd4d-bffefb01427f" - ], - "x-ms-correlation-request-id": [ - "4fc1389c-0309-4d60-bd4d-bffefb01427f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160328Z:4fc1389c-0309-4d60-bd4d-bffefb01427f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:03:28 GMT" - ], - "Content-Length": [ - "3075" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSBM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps5888\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6b3c23e2-133b-4ae6-b042-a4e2c9f9d12b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.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": [ - "f2fd52e7-9282-4a62-aed5-6baab49f33b5" - ], - "x-ms-correlation-request-id": [ - "f2fd52e7-9282-4a62-aed5-6baab49f33b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160328Z:f2fd52e7-9282-4a62-aed5-6baab49f33b5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:03:28 GMT" - ], - "Content-Length": [ - "3075" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSBM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps5888\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6b3c23e2-133b-4ae6-b042-a4e2c9f9d12b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-request-id": [ - "251823fe-418b-42a4-b2c3-a31b30731c03" - ], - "x-ms-correlation-request-id": [ - "251823fe-418b-42a4-b2c3-a31b30731c03" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160402Z:251823fe-418b-42a4-b2c3-a31b30731c03" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:04:02 GMT" - ], - "Content-Length": [ - "3074" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSLU=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6b3c23e2-133b-4ae6-b042-a4e2c9f9d12b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "x-ms-request-id": [ - "68b8fa01-f267-4ea0-82ad-a4cab3e51d33" - ], - "x-ms-correlation-request-id": [ - "68b8fa01-f267-4ea0-82ad-a4cab3e51d33" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160402Z:68b8fa01-f267-4ea0-82ad-a4cab3e51d33" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:04:02 GMT" - ], - "Content-Length": [ - "3074" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSLU=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aabc73f9-3b22-4d06-874e-10796a1fec75" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "x-ms-request-id": [ - "11e73019-3e72-4c07-b636-95adc2dab20b" - ], - "x-ms-correlation-request-id": [ - "11e73019-3e72-4c07-b636-95adc2dab20b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160403Z:11e73019-3e72-4c07-b636-95adc2dab20b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:04:03 GMT" - ], - "Content-Length": [ - "3074" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSLU=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aabc73f9-3b22-4d06-874e-10796a1fec75" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], - "x-ms-request-id": [ - "bfa3f95b-4a69-4f78-8e49-c8f16c988e4a" - ], - "x-ms-correlation-request-id": [ - "bfa3f95b-4a69-4f78-8e49-c8f16c988e4a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160436Z:bfa3f95b-4a69-4f78-8e49-c8f16c988e4a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:04:36 GMT" - ], - "Content-Length": [ - "3083" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSOw=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\",\r\n \"ps8544\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aabc73f9-3b22-4d06-874e-10796a1fec75" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], - "x-ms-request-id": [ - "b7a3777c-925d-4288-900d-e44a3d232163" - ], - "x-ms-correlation-request-id": [ - "b7a3777c-925d-4288-900d-e44a3d232163" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160437Z:b7a3777c-925d-4288-900d-e44a3d232163" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:04:37 GMT" - ], - "Content-Length": [ - "3083" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSOw=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\",\r\n \"ps8544\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73476821-1450-4d6c-abfe-8718ea105ee5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], - "x-ms-request-id": [ - "c7f1b343-b743-4c78-a356-991dea0c0ac1" - ], - "x-ms-correlation-request-id": [ - "c7f1b343-b743-4c78-a356-991dea0c0ac1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160437Z:c7f1b343-b743-4c78-a356-991dea0c0ac1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:04:37 GMT" - ], - "Content-Length": [ - "3083" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSOw=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [\r\n {\r\n \"key\": \"ps8233\",\r\n \"value\": \"ps306\",\r\n \"endpointNames\": [\r\n \"ps42\",\r\n \"ps8544\"\r\n ]\r\n }\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73476821-1450-4d6c-abfe-8718ea105ee5" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], - "x-ms-request-id": [ - "c10f2cb3-5a15-403e-a728-6215476c088f" - ], - "x-ms-correlation-request-id": [ - "c10f2cb3-5a15-403e-a728-6215476c088f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160511Z:c10f2cb3-5a15-403e-a728-6215476c088f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:05:10 GMT" - ], - "Content-Length": [ - "3017" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSU4=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "23e488fe-42db-4548-a854-94555a62d138" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" - ], - "x-ms-request-id": [ - "2a442312-4a71-40e3-b752-c73e14a207b9" - ], - "x-ms-correlation-request-id": [ - "2a442312-4a71-40e3-b752-c73e14a207b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160511Z:2a442312-4a71-40e3-b752-c73e14a207b9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:05:11 GMT" - ], - "Content-Length": [ - "3017" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSU4=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"json\",\r\n \"name\": \"ps42\",\r\n \"id\": \"4280bb54-27f4-4803-b191-b560598c348e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n },\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "23e488fe-42db-4548-a854-94555a62d138" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" - ], - "x-ms-request-id": [ - "3b3d1e08-18b6-43ee-a500-58b703ba3e72" - ], - "x-ms-correlation-request-id": [ - "3b3d1e08-18b6-43ee-a500-58b703ba3e72" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160545Z:3b3d1e08-18b6-43ee-a500-58b703ba3e72" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:05:44 GMT" - ], - "Content-Length": [ - "2410" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSY4=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fa7cf709-c2bd-4d2b-978e-2ca14dac4918" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], - "x-ms-request-id": [ - "2a972792-8828-428a-8353-4e64a084a0fd" - ], - "x-ms-correlation-request-id": [ - "2a972792-8828-428a-8353-4e64a084a0fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160545Z:2a972792-8828-428a-8353-4e64a084a0fd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:05:45 GMT" - ], - "Content-Length": [ - "2410" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSY4=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"BlobEndpoint=https://ps828.blob.core.windows.net/;QueueEndpoint=https://ps828.queue.core.windows.net/;TableEndpoint=https://ps828.table.core.windows.net/;FileEndpoint=https://ps828.file.core.windows.net/;DefaultEndpointsProtocol=https;AccountName=ps828;AccountKey=****\",\r\n \"containerName\": \"container2\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}\",\r\n \"batchFrequencyInSeconds\": 300,\r\n \"maxChunkSizeInBytes\": 314572800,\r\n \"encoding\": \"avro\",\r\n \"name\": \"ps8544\",\r\n \"id\": \"919be0fc-67f5-4fe2-b8f0-56ef151d7657\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fa7cf709-c2bd-4d2b-978e-2ca14dac4918" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" - ], - "x-ms-request-id": [ - "41a88f21-a341-450b-8d38-51db74dec57e" - ], - "x-ms-correlation-request-id": [ - "41a88f21-a341-450b-8d38-51db74dec57e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160619Z:41a88f21-a341-450b-8d38-51db74dec57e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:19 GMT" - ], - "Content-Length": [ - "1802" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSfM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f051b814-4da2-4c4f-b3db-026b1ea5d18b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" - ], - "x-ms-request-id": [ - "04bd0172-eb63-42b5-b476-f735b8d74bd4" - ], - "x-ms-correlation-request-id": [ - "04bd0172-eb63-42b5-b476-f735b8d74bd4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160620Z:04bd0172-eb63-42b5-b476-f735b8d74bd4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:19 GMT" - ], - "Content-Length": [ - "1802" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSfM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eaf78ba2-4961-48aa-9aa8-3d79e4816cf7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" - ], - "x-ms-request-id": [ - "3c73ef3f-725f-44bb-8865-622d5198fe62" - ], - "x-ms-correlation-request-id": [ - "3c73ef3f-725f-44bb-8865-622d5198fe62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160620Z:3c73ef3f-725f-44bb-8865-622d5198fe62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:20 GMT" - ], - "Content-Length": [ - "1802" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSfM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6159c68e-e947-4491-bb07-839370e98212" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" - ], - "x-ms-request-id": [ - "ac6720ad-4e75-4652-8cd3-be06e9c2fe9a" - ], - "x-ms-correlation-request-id": [ - "ac6720ad-4e75-4652-8cd3-be06e9c2fe9a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160621Z:ac6720ad-4e75-4652-8cd3-be06e9c2fe9a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:20 GMT" - ], - "Content-Length": [ - "1802" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSfM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6159c68e-e947-4491-bb07-839370e98212" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" - ], - "x-ms-request-id": [ - "1124db68-65c4-409e-9eed-af6dd7bcc5e1" - ], - "x-ms-correlation-request-id": [ - "1124db68-65c4-409e-9eed-af6dd7bcc5e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160654Z:1124db68-65c4-409e-9eed-af6dd7bcc5e1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:53 GMT" - ], - "Content-Length": [ - "1890" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSqY=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"DeviceMessages\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": false\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6159c68e-e947-4491-bb07-839370e98212" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" - ], - "x-ms-request-id": [ - "ee877846-1eca-4621-b24d-a8bdf1226cbd" - ], - "x-ms-correlation-request-id": [ - "ee877846-1eca-4621-b24d-a8bdf1226cbd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160654Z:ee877846-1eca-4621-b24d-a8bdf1226cbd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:54 GMT" - ], - "Content-Length": [ - "1890" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSqY=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"DeviceMessages\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": false\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7585f68f-593a-44fd-b07d-9808b1e4bc19" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" - ], - "x-ms-request-id": [ - "d4d5f2da-6a4a-4be0-ad62-637f8990a14e" - ], - "x-ms-correlation-request-id": [ - "d4d5f2da-6a4a-4be0-ad62-637f8990a14e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160655Z:d4d5f2da-6a4a-4be0-ad62-637f8990a14e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:54 GMT" - ], - "Content-Length": [ - "1890" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSqY=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"DeviceMessages\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": false\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fe697905-135f-4897-bc7b-666de219c003" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" - ], - "x-ms-request-id": [ - "a37ebe74-ff7c-4610-b67e-cd4ee8f08aea" - ], - "x-ms-correlation-request-id": [ - "a37ebe74-ff7c-4610-b67e-cd4ee8f08aea" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160656Z:a37ebe74-ff7c-4610-b67e-cd4ee8f08aea" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:55 GMT" - ], - "Content-Length": [ - "1890" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriSqY=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"DeviceMessages\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": false\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fe697905-135f-4897-bc7b-666de219c003" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" - ], - "x-ms-request-id": [ - "c06ea3d3-b42b-4e14-b7b4-02cd40416f2d" - ], - "x-ms-correlation-request-id": [ - "c06ea3d3-b42b-4e14-b7b4-02cd40416f2d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160728Z:c06ea3d3-b42b-4e14-b7b4-02cd40416f2d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:07:28 GMT" - ], - "Content-Length": [ - "1910" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriS0o=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fe697905-135f-4897-bc7b-666de219c003" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" - ], - "x-ms-request-id": [ - "f5325d86-552e-40ef-8930-4b725528fbbc" - ], - "x-ms-correlation-request-id": [ - "f5325d86-552e-40ef-8930-4b725528fbbc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160729Z:f5325d86-552e-40ef-8930-4b725528fbbc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:07:29 GMT" - ], - "Content-Length": [ - "1910" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriS0o=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "16d06b9b-8a95-440c-a4ee-6575d06ddda3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" - ], - "x-ms-request-id": [ - "f0aaba51-b24b-4770-8e14-b965a9015273" - ], - "x-ms-correlation-request-id": [ - "f0aaba51-b24b-4770-8e14-b965a9015273" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160729Z:f0aaba51-b24b-4770-8e14-b965a9015273" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:07:29 GMT" - ], - "Content-Length": [ - "1910" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriS0o=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d145ac99-18fd-4496-bd27-a445d6045239" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" - ], - "x-ms-request-id": [ - "d4cf806e-82f5-4159-940a-3750fe818c5b" - ], - "x-ms-correlation-request-id": [ - "d4cf806e-82f5-4159-940a-3750fe818c5b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160731Z:d4cf806e-82f5-4159-940a-3750fe818c5b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:07:30 GMT" - ], - "Content-Length": [ - "1910" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriS0o=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"ps3444\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d145ac99-18fd-4496-bd27-a445d6045239" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" - ], - "x-ms-request-id": [ - "97317fdc-d8e8-4cdd-94a6-89b4637c3485" - ], - "x-ms-correlation-request-id": [ - "97317fdc-d8e8-4cdd-94a6-89b4637c3485" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160804Z:97317fdc-d8e8-4cdd-94a6-89b4637c3485" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:08:04 GMT" - ], - "Content-Length": [ - "1802" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriTBA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "58a05336-f261-41f9-9ee1-1b70867db043" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" - ], - "x-ms-request-id": [ - "faf454d3-fd13-467b-b5b4-bb90a1043057" - ], - "x-ms-correlation-request-id": [ - "faf454d3-fd13-467b-b5b4-bb90a1043057" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160804Z:faf454d3-fd13-467b-b5b4-bb90a1043057" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:08:04 GMT" - ], - "Content-Length": [ - "1802" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriTBA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net:5671/;SharedAccessKeyName=ps6831;SharedAccessKey=****;EntityPath=ps6710\",\r\n \"name\": \"ps9208\",\r\n \"id\": \"1bc02de6-16ea-4f86-bbb8-d05f128699cc\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ps2457\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "58a05336-f261-41f9-9ee1-1b70867db043" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" - ], - "x-ms-request-id": [ - "47fb956e-12a3-4a72-8925-f9fcadabbb20" - ], - "x-ms-correlation-request-id": [ - "47fb956e-12a3-4a72-8925-f9fcadabbb20" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160837Z:47fb956e-12a3-4a72-8925-f9fcadabbb20" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:08:37 GMT" - ], - "Content-Length": [ - "1517" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011\",\r\n \"name\": \"ps1011\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps2457\",\r\n \"etag\": \"AAAADFriTMQ=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps1011.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\": \"ps1011\",\r\n \"endpoint\": \"sb://iothub-ns-ps1011-15425435-313257d083.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 \"enrichments\": [],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Storage/checkNameAvailability?api-version=2021-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAyMS0wNi0wMQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"ps828\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6bc40b81-4aa1-4f68-a50a-8c4421489025" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/23.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "71" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "aa58bf15-5c2f-41ce-816f-2bf951a490f9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-correlation-request-id": [ - "754f263f-c018-47de-beac-9fead852eabc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155848Z:754f263f-c018-47de-beac-9fead852eabc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:58:47 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Storage/storageAccounts/ps828?api-version=2021-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzODI4P2FwaS12ZXJzaW9uPTIwMjEtMDYtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"westus\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6bc40b81-4aa1-4f68-a50a-8c4421489025" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/23.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "98" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Storage/locations/westus/asyncoperations/a1ac0368-1109-4aa1-a59b-f7ee8120e0c8?monitor=true&api-version=2021-06-01" - ], - "Retry-After": [ - "17" - ], - "x-ms-request-id": [ - "a1ac0368-1109-4aa1-a59b-f7ee8120e0c8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "d3b96293-6da0-4743-b538-dd8c6fc13a89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155851Z:d3b96293-6da0-4743-b538-dd8c6fc13a89" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:58:50 GMT" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Storage/locations/westus/asyncoperations/a1ac0368-1109-4aa1-a59b-f7ee8120e0c8?monitor=true&api-version=2021-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvd2VzdHVzL2FzeW5jb3BlcmF0aW9ucy9hMWFjMDM2OC0xMTA5LTRhYTEtYTU5Yi1mN2VlODEyMGUwYzg/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMDYtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6bc40b81-4aa1-4f68-a50a-8c4421489025" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/23.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "4382d439-c926-4922-9887-f0edf521ecb8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "b6b4c4fa-fc0c-4551-bb71-710e31e9ba8b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155911Z:b6b4c4fa-fc0c-4551-bb71-710e31e9ba8b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:59:11 GMT" - ], - "Content-Length": [ - "1385" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Storage/storageAccounts/ps828\",\r\n \"name\": \"ps828\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"keyCreationTime\": {\r\n \"key1\": \"2021-10-18T15:58:48.984565Z\",\r\n \"key2\": \"2021-10-18T15:58:48.984565Z\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"minimumTlsVersion\": \"TLS1_0\",\r\n \"allowBlobPublicAccess\": true,\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-10-18T15:58:49.0001673Z\"\r\n },\r\n \"blob\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-10-18T15:58:49.0001673Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-10-18T15:58:48.9064302Z\",\r\n \"primaryEndpoints\": {\r\n \"dfs\": \"https://ps828.dfs.core.windows.net/\",\r\n \"web\": \"https://ps828.z22.web.core.windows.net/\",\r\n \"blob\": \"https://ps828.blob.core.windows.net/\",\r\n \"queue\": \"https://ps828.queue.core.windows.net/\",\r\n \"table\": \"https://ps828.table.core.windows.net/\",\r\n \"file\": \"https://ps828.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Storage/storageAccounts/ps828?api-version=2021-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzODI4P2FwaS12ZXJzaW9uPTIwMjEtMDYtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6bc40b81-4aa1-4f68-a50a-8c4421489025" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/23.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c38a87f8-d90a-4965-b218-e8c000c793b4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "1100fbb3-bcd4-41d9-a5f3-2c5cef7b41cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155911Z:1100fbb3-bcd4-41d9-a5f3-2c5cef7b41cc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:59:11 GMT" - ], - "Content-Length": [ - "1385" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Storage/storageAccounts/ps828\",\r\n \"name\": \"ps828\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"keyCreationTime\": {\r\n \"key1\": \"2021-10-18T15:58:48.984565Z\",\r\n \"key2\": \"2021-10-18T15:58:48.984565Z\"\r\n },\r\n \"privateEndpointConnections\": [],\r\n \"minimumTlsVersion\": \"TLS1_0\",\r\n \"allowBlobPublicAccess\": true,\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-10-18T15:58:49.0001673Z\"\r\n },\r\n \"blob\": {\r\n \"keyType\": \"Account\",\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2021-10-18T15:58:49.0001673Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-10-18T15:58:48.9064302Z\",\r\n \"primaryEndpoints\": {\r\n \"dfs\": \"https://ps828.dfs.core.windows.net/\",\r\n \"web\": \"https://ps828.z22.web.core.windows.net/\",\r\n \"blob\": \"https://ps828.blob.core.windows.net/\",\r\n \"queue\": \"https://ps828.queue.core.windows.net/\",\r\n \"table\": \"https://ps828.table.core.windows.net/\",\r\n \"file\": \"https://ps828.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Storage/storageAccounts/ps828/listKeys?api-version=2021-06-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3BzODI4L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMjEtMDYtMDE=", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c6390b84-bafa-4dc5-a976-dc64431bc3cb" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Storage.StorageManagementClient/23.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "f47f0170-b77d-47c8-a40a-6c5fa76d8192" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "11999" - ], - "x-ms-correlation-request-id": [ - "31d0c785-c786-4bd7-86f7-d7e787ef5d73" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155911Z:31d0c785-c786-4bd7-86f7-d7e787ef5d73" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:59:11 GMT" - ], - "Content-Length": [ - "380" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"creationTime\": \"2021-10-18T15:58:48.984565Z\",\r\n \"keyName\": \"key1\",\r\n \"value\": \"lWBAvZGTsFGhxbRa250O4qiJHph8F5XtJzXklPcGxVFR2pN8/BpQGH84jOKjm/5PErpGrbuSb1vLgYU7IE+l3Q==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"creationTime\": \"2021-10-18T15:58:48.984565Z\",\r\n \"keyName\": \"key2\",\r\n \"value\": \"R3tc4Fgm2qk0waFAkFy1lzSKSf61ey9BdXDvkwA8JPnqFMKuvqoEK5RHERzvhb0LvWK1b7mujMOX1v9cHazfKA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834?api-version=2018-01-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI2ODM0P2FwaS12ZXJzaW9uPTIwMTgtMDEtMDEtcHJldmlldw==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US 2\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9fe450e3-71da-4b23-af23-1e6d5f675a1d" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "31" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "cf6f50ab-985b-4060-b753-67cfdccd14b5_M3DM2_M3DM2" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/DM2" - ], - "Server": [ - "Service-Bus-Resource-Provider/DM2", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "49" - ], - "x-ms-correlation-request-id": [ - "2028d9c3-a3a8-41e2-b395-1fdba74b88a2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155915Z:2028d9c3-a3a8-41e2-b395-1fdba74b88a2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:59:15 GMT" - ], - "Content-Length": [ - "664" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834\",\r\n \"name\": \"eventHub6834\",\r\n \"type\": \"Microsoft.EventHub/Namespaces\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"zoneRedundant\": false,\r\n \"isAutoInflateEnabled\": false,\r\n \"maximumThroughputUnits\": 0,\r\n \"kafkaEnabled\": true,\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"a386d5ea-ea90-441a-8263-d816368c84a1:eventhub6834\",\r\n \"createdAt\": \"2021-10-18T15:59:14.143Z\",\r\n \"updatedAt\": \"2021-10-18T15:59:14.143Z\",\r\n \"serviceBusEndpoint\": \"https://eventHub6834.servicebus.windows.net:443/\",\r\n \"status\": \"Activating\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834?api-version=2018-01-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI2ODM0P2FwaS12ZXJzaW9uPTIwMTgtMDEtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9fe450e3-71da-4b23-af23-1e6d5f675a1d" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "0ca890e7-15a8-4d41-a933-0ba7069051cc_M1DM2_M1DM2" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/DM2" - ], - "Server": [ - "Service-Bus-Resource-Provider/DM2", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-correlation-request-id": [ - "4ed780fc-240a-4d84-b787-f79bbc110d46" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T155945Z:4ed780fc-240a-4d84-b787-f79bbc110d46" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 15:59:45 GMT" - ], - "Content-Length": [ - "664" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834\",\r\n \"name\": \"eventHub6834\",\r\n \"type\": \"Microsoft.EventHub/Namespaces\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"zoneRedundant\": false,\r\n \"isAutoInflateEnabled\": false,\r\n \"maximumThroughputUnits\": 0,\r\n \"kafkaEnabled\": true,\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"a386d5ea-ea90-441a-8263-d816368c84a1:eventhub6834\",\r\n \"createdAt\": \"2021-10-18T15:59:14.143Z\",\r\n \"updatedAt\": \"2021-10-18T15:59:14.143Z\",\r\n \"serviceBusEndpoint\": \"https://eventHub6834.servicebus.windows.net:443/\",\r\n \"status\": \"Activating\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834?api-version=2018-01-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI2ODM0P2FwaS12ZXJzaW9uPTIwMTgtMDEtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9fe450e3-71da-4b23-af23-1e6d5f675a1d" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "b28774bc-bac5-49bd-9fa5-08d69b284eb7_M2DM2_M2DM2" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/DM2" - ], - "Server": [ - "Service-Bus-Resource-Provider/DM2", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "7d8beede-3366-48dc-8998-db1ce75beb62" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160015Z:7d8beede-3366-48dc-8998-db1ce75beb62" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:00:15 GMT" - ], - "Content-Length": [ - "661" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834\",\r\n \"name\": \"eventHub6834\",\r\n \"type\": \"Microsoft.EventHub/Namespaces\",\r\n \"location\": \"West US 2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"zoneRedundant\": false,\r\n \"isAutoInflateEnabled\": false,\r\n \"maximumThroughputUnits\": 0,\r\n \"kafkaEnabled\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"a386d5ea-ea90-441a-8263-d816368c84a1:eventhub6834\",\r\n \"createdAt\": \"2021-10-18T15:59:14.143Z\",\r\n \"updatedAt\": \"2021-10-18T16:00:02.71Z\",\r\n \"serviceBusEndpoint\": \"https://eventHub6834.servicebus.windows.net:443/\",\r\n \"status\": \"Active\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834/eventhubs/ps6710?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI2ODM0L2V2ZW50aHVicy9wczY3MTA/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"messageRetentionInDays\": 3,\r\n \"partitionCount\": 2\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c58ab1e1-26c5-43ca-a521-2896216f9565" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "87" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "2f56e027-3e8f-4bd3-a0d3-7fe896ef79df_M2DM2_M2DM2" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/DM2" - ], - "Server": [ - "Service-Bus-Resource-Provider/DM2", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "0c6f012c-035f-4d9c-bf0b-18318ce49089" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160033Z:0c6f012c-035f-4d9c-bf0b-18318ce49089" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:00:32 GMT" - ], - "Content-Length": [ - "421" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834/eventhubs/ps6710\",\r\n \"name\": \"ps6710\",\r\n \"type\": \"Microsoft.EventHub/Namespaces/EventHubs\",\r\n \"location\": \"West US 2\",\r\n \"properties\": {\r\n \"messageRetentionInDays\": 3,\r\n \"partitionCount\": 2,\r\n \"status\": \"Active\",\r\n \"createdAt\": \"2021-10-18T16:00:32.193Z\",\r\n \"updatedAt\": \"2021-10-18T16:00:32.54Z\",\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\"\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834/eventhubs/ps6710/authorizationRules/ps6831?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI2ODM0L2V2ZW50aHVicy9wczY3MTAvYXV0aG9yaXphdGlvblJ1bGVzL3BzNjgzMT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "286231da-ea9f-4645-b7a8-0d44336bd2b5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "83" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "05e72bc0-f6e2-49f9-8759-640b8f227724_M2DM2_M2DM2" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/DM2" - ], - "Server": [ - "Service-Bus-Resource-Provider/DM2", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "5f7a775d-81b6-4ac2-8ea2-2b824af63f24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160033Z:5f7a775d-81b6-4ac2-8ea2-2b824af63f24" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:00:32 GMT" - ], - "Content-Length": [ - "327" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834/eventhubs/ps6710/authorizationRules/ps6831\",\r\n \"name\": \"ps6831\",\r\n \"type\": \"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules\",\r\n \"location\": \"West US 2\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.EventHub/namespaces/eventHub6834/eventhubs/ps6710/authorizationRules/ps6831/listKeys?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI2ODM0L2V2ZW50aHVicy9wczY3MTAvYXV0aG9yaXphdGlvblJ1bGVzL3BzNjgzMS9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6dd769de-e450-4e79-bc65-0d0bcf515d44" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "4ce22cf5-11bf-45d9-959f-39d89a2c3341_M2DM2_M2DM2" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/DM2" - ], - "Server": [ - "Service-Bus-Resource-Provider/DM2", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "0b3b3c21-be39-49b2-99c4-0ad1c241755b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160034Z:0b3b3c21-be39-49b2-99c4-0ad1c241755b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:00:33 GMT" - ], - "Content-Length": [ - "514" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=;EntityPath=ps6710\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://eventhub6834.servicebus.windows.net/;SharedAccessKeyName=ps6831;SharedAccessKey=OKT2Au1jbnSE05kSPL3RjiYju65CzYqYO4N4iu4LOAM=;EntityPath=ps6710\",\r\n \"primaryKey\": \"FyMYBne3VQK9gsaXC+GAwrCyF9/ycSm/Bh3z4Yhnung=\",\r\n \"secondaryKey\": \"OKT2Au1jbnSE05kSPL3RjiYju65CzYqYO4N4iu4LOAM=\",\r\n \"keyName\": \"ps6831\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDg4MTM3ZWItNDI2NC00M2I5LTg4MTItNzZkMGIyOWJiNGQ4O3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk1EZzRNVE0zWldJdE5ESTJOQzAwTTJJNUxUZzRNVEl0Tnpaa01HSXlPV0ppTkdRNE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b1e53516-e943-49e4-b428-f3202d831c7b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "47f849ab-3d86-4f2d-b67e-d5d4965a6ae3" - ], - "x-ms-correlation-request-id": [ - "47f849ab-3d86-4f2d-b67e-d5d4965a6ae3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160108Z:47f849ab-3d86-4f2d-b67e-d5d4965a6ae3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:01:08 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDVkOWVlZWQtYTVlNS00ZDQ4LWE1ZGQtNzVjMGQ1NTEwMTNjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk5EVmtPV1ZsWldRdFlUVmxOUzAwWkRRNExXRTFaR1F0TnpWak1HUTFOVEV3TVROak8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d79dd05f-81db-48dd-bff2-9b1d2ef3ea68" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "2550c2ee-c3f9-476a-9e55-c162ce0c6d5f" - ], - "x-ms-correlation-request-id": [ - "2550c2ee-c3f9-476a-9e55-c162ce0c6d5f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160145Z:2550c2ee-c3f9-476a-9e55-c162ce0c6d5f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:01:44 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzIyZDVkYTgtOGVkOS00YmFjLTk0NjAtNGVhMjE1YjRkMDkwO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk56SXlaRFZrWVRndE9HVmtPUzAwWW1GakxUazBOakF0TkdWaE1qRTFZalJrTURrd08zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2a81cfa9-2cc9-4eea-8600-ecbb91ac0f57" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "c4e2bc80-106c-4a88-83ce-639702d3d099" - ], - "x-ms-correlation-request-id": [ - "c4e2bc80-106c-4a88-83ce-639702d3d099" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160219Z:c4e2bc80-106c-4a88-83ce-639702d3d099" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:02:18 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2RlODNjMTAtMGE4My00OTk0LTk4ZmMtYTM3ZGVlYzYxYjdhO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk4yUmxPRE5qTVRBdE1HRTRNeTAwT1RrMExUazRabU10WVRNM1pHVmxZell4WWpkaE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e9e8c6bc-9f0b-4175-9bf5-d25b96c2ac8c" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-request-id": [ - "68e6dba3-a50e-4479-8c50-f46de9e53983" - ], - "x-ms-correlation-request-id": [ - "68e6dba3-a50e-4479-8c50-f46de9e53983" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160255Z:68e6dba3-a50e-4479-8c50-f46de9e53983" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:02:55 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2RlODNjMTAtMGE4My00OTk0LTk4ZmMtYTM3ZGVlYzYxYjdhO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk4yUmxPRE5qTVRBdE1HRTRNeTAwT1RrMExUazRabU10WVRNM1pHVmxZell4WWpkaE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e9e8c6bc-9f0b-4175-9bf5-d25b96c2ac8c" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-request-id": [ - "52e719ff-c4bf-4e33-be0c-15d996a7768e" - ], - "x-ms-correlation-request-id": [ - "52e719ff-c4bf-4e33-be0c-15d996a7768e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160325Z:52e719ff-c4bf-4e33-be0c-15d996a7768e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:03:25 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDc5NTZmNDQtMjhhMi00MDRiLWI3NWItN2U5YmQwYmQ2ZDNiO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk1EYzVOVFptTkRRdE1qaGhNaTAwTURSaUxXSTNOV0l0TjJVNVltUXdZbVEyWkROaU8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6b3c23e2-133b-4ae6-b042-a4e2c9f9d12b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.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": [ - "58d7038c-76b1-4b7d-933f-3d3fea07147a" - ], - "x-ms-correlation-request-id": [ - "58d7038c-76b1-4b7d-933f-3d3fea07147a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160401Z:58d7038c-76b1-4b7d-933f-3d3fea07147a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:04:01 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNjRiYTNkOTgtN2U1YS00NDViLTlhNTItOGM1OTVhNzZhNzhlO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk5qUmlZVE5rT1RndE4yVTFZUzAwTkRWaUxUbGhOVEl0T0dNMU9UVmhOelpoTnpobE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aabc73f9-3b22-4d06-874e-10796a1fec75" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" - ], - "x-ms-request-id": [ - "9d6de7dd-d899-4f98-bb74-74e9b2d0406c" - ], - "x-ms-correlation-request-id": [ - "9d6de7dd-d899-4f98-bb74-74e9b2d0406c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160436Z:9d6de7dd-d899-4f98-bb74-74e9b2d0406c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:04:36 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZmQ4MjNkNWQtNjk4Yy00MWQwLWJlYWItMWUzYzcxNzExMTAzO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZlptUTRNak5rTldRdE5qazRZeTAwTVdRd0xXSmxZV0l0TVdVell6Y3hOekV4TVRBek8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73476821-1450-4d6c-abfe-8718ea105ee5" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" - ], - "x-ms-request-id": [ - "4c813052-2f44-4717-ab16-0ea95ac38ff4" - ], - "x-ms-correlation-request-id": [ - "4c813052-2f44-4717-ab16-0ea95ac38ff4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160510Z:4c813052-2f44-4717-ab16-0ea95ac38ff4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:05:10 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjZiMGU1NTctMDUwNS00MGY3LWFjMDYtMjQwNWE0YjhlNDg0O3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk1qWmlNR1UxTlRjdE1EVXdOUzAwTUdZM0xXRmpNRFl0TWpRd05XRTBZamhsTkRnME8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "23e488fe-42db-4548-a854-94555a62d138" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], - "x-ms-request-id": [ - "f764c61b-be38-46ed-b639-a1acd08794f9" - ], - "x-ms-correlation-request-id": [ - "f764c61b-be38-46ed-b639-a1acd08794f9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160544Z:f764c61b-be38-46ed-b639-a1acd08794f9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:05:44 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYmFmOWExZDQtNTE5MS00MDg2LTkxZTUtMjk3ZTU3MmNlMTY2O3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZlltRm1PV0V4WkRRdE5URTVNUzAwTURnMkxUa3haVFV0TWprM1pUVTNNbU5sTVRZMk8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fa7cf709-c2bd-4d2b-978e-2ca14dac4918" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" - ], - "x-ms-request-id": [ - "f35aa738-de32-4c3b-a007-5eb9295d09d7" - ], - "x-ms-correlation-request-id": [ - "f35aa738-de32-4c3b-a007-5eb9295d09d7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160619Z:f35aa738-de32-4c3b-a007-5eb9295d09d7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:18 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNjQxZDc4NGUtMWZmNi00ODQ3LWI4NzAtMTNiMWI1NjhmY2I2O3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk5qUXhaRGM0TkdVdE1XWm1OaTAwT0RRM0xXSTROekF0TVROaU1XSTFOamhtWTJJMk8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6159c68e-e947-4491-bb07-839370e98212" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "0c9acbfc-972a-4805-93bd-d53afcfc51bb" - ], - "x-ms-correlation-request-id": [ - "0c9acbfc-972a-4805-93bd-d53afcfc51bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160653Z:0c9acbfc-972a-4805-93bd-d53afcfc51bb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:06:53 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYmY5YmRhOGUtYjdlMi00MTZhLTk0YzMtNjMyNTRiMmIzMzQxO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZlltWTVZbVJoT0dVdFlqZGxNaTAwTVRaaExUazBZek10TmpNeU5UUmlNbUl6TXpReE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fe697905-135f-4897-bc7b-666de219c003" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" - ], - "x-ms-request-id": [ - "0257f894-0343-46fd-bd06-23b2a14bd242" - ], - "x-ms-correlation-request-id": [ - "0257f894-0343-46fd-bd06-23b2a14bd242" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160728Z:0257f894-0343-46fd-bd06-23b2a14bd242" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:07:28 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011/routing/routes/$testall?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTEvcm91dGluZy9yb3V0ZXMvJHRlc3RhbGw/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"routingSource\": \"TwinChangeEvents\",\r\n \"message\": {}\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "16d06b9b-8a95-440c-a4ee-6575d06ddda3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "61" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "b8e81d40-8124-4ca8-aba2-4be8dcd91b75" - ], - "x-ms-correlation-request-id": [ - "b8e81d40-8124-4ca8-aba2-4be8dcd91b75" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160730Z:b8e81d40-8124-4ca8-aba2-4be8dcd91b75" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:07:30 GMT" - ], - "Content-Length": [ - "136" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"routes\": [\r\n {\r\n \"properties\": {\r\n \"name\": \"ps3444\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"ps9208\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDBjN2ZhYWYtYjUyMC00MjJkLThmOWItMDljNzk0MmI3MTJiO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk5EQmpOMlpoWVdZdFlqVXlNQzAwTWpKa0xUaG1PV0l0TURsak56azBNbUkzTVRKaU8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d145ac99-18fd-4496-bd27-a445d6045239" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" - ], - "x-ms-request-id": [ - "0909c87b-a3e1-40ba-8210-ad59cf347933" - ], - "x-ms-correlation-request-id": [ - "0909c87b-a3e1-40ba-8210-ad59cf347933" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160803Z:0909c87b-a3e1-40ba-8210-ad59cf347933" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:08:02 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDljMGU5ZTQtZWQ4Mi00M2VlLThmOTktNjIzOWIwMTIwOGNlO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk5EbGpNR1U1WlRRdFpXUTRNaTAwTTJWbExUaG1PVGt0TmpJek9XSXdNVEl3T0dObE8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "58a05336-f261-41f9-9ee1-1b70867db043" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" - ], - "x-ms-request-id": [ - "152e62f8-4972-4fec-9717-2cd9cd05d725" - ], - "x-ms-correlation-request-id": [ - "152e62f8-4972-4fec-9717-2cd9cd05d725" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160837Z:152e62f8-4972-4fec-9717-2cd9cd05d725" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:08:36 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps2457/providers/Microsoft.Devices/IotHubs/ps1011?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzMjQ1Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczEwMTE/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d744ffe3-06b5-4a29-b9f5-e26c805a3c5a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzhjODdlNWYtZGNiMi00N2UzLTkwZmUtNzhkYWNhOGEwM2JjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other" - ], - "Retry-After": [ - "15" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzhjODdlNWYtZGNiMi00N2UzLTkwZmUtNzhkYWNhOGEwM2JjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "873161ec-4bee-480c-96b7-01adcf99252e" - ], - "x-ms-correlation-request-id": [ - "873161ec-4bee-480c-96b7-01adcf99252e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160838Z:873161ec-4bee-480c-96b7-01adcf99252e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:08:38 GMT" - ], - "Content-Length": [ - "4" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "null", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzhjODdlNWYtZGNiMi00N2UzLTkwZmUtNzhkYWNhOGEwM2JjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk56aGpPRGRsTldZdFpHTmlNaTAwTjJVekxUa3dabVV0Tnpoa1lXTmhPR0V3TTJKak8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVyJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d744ffe3-06b5-4a29-b9f5-e26c805a3c5a" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" - ], - "x-ms-request-id": [ - "b7637d40-b9b6-4294-889d-5bf6a08e93c1" - ], - "x-ms-correlation-request-id": [ - "b7637d40-b9b6-4294-889d-5bf6a08e93c1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160853Z:b7637d40-b9b6-4294-889d-5bf6a08e93c1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:08:53 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzhjODdlNWYtZGNiMi00N2UzLTkwZmUtNzhkYWNhOGEwM2JjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25SZXN1bHRzL2FXUTliM05mYVdoZk56aGpPRGRsTldZdFpHTmlNaTAwTjJVekxUa3dabVV0Tnpoa1lXTmhPR0V3TTJKak8zSmxaMmx2YmoxM1pYTjBkWE15P2FwaS12ZXJzaW9uPTIwMjAtMDMtMDEmb3BlcmF0aW9uU291cmNlPW90aGVy", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d744ffe3-06b5-4a29-b9f5-e26c805a3c5a" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzhjODdlNWYtZGNiMi00N2UzLTkwZmUtNzhkYWNhOGEwM2JjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other" - ], - "Retry-After": [ - "15" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" - ], - "x-ms-request-id": [ - "f960deac-3673-4692-9da1-bc1a4e7d925f" - ], - "x-ms-correlation-request-id": [ - "f960deac-3673-4692-9da1-bc1a4e7d925f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211018T160853Z:f960deac-3673-4692-9da1-bc1a4e7d925f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Mon, 18 Oct 2021 16:08:53 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"RequestDisallowedByPolicy\",\r\n \"target\": \"ps6261\",\r\n \"message\": \"Resource 'ps6261' was disallowed by policy. Policy identifiers: '[{\\\"policyAssignment\\\":{\\\"name\\\":\\\"[AzCliTools][SFI-ID4.2.1] Deny Storage Account Creation with Local Authentication\\\",\\\"id\\\":\\\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Authorization/policyAssignments/7504d183917b402eabb7801a\\\"},\\\"policyDefinition\\\":{\\\"name\\\":\\\"[AzCliTools][SFI-ID4.2.1] Deny Storage Account Creation with Local Authentication\\\",\\\"id\\\":\\\"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Authorization/policyDefinitions/[AzCliTools][SFI-ID4.2.1]\\\"}}]'.\",\r\n \"additionalInfo\": [\r\n {\r\n \"type\": \"PolicyViolation\",\r\n \"info\": {\r\n \"evaluationDetails\": {\r\n \"evaluatedExpressions\": [\r\n {\r\n \"result\": \"True\",\r\n \"expressionKind\": \"Field\",\r\n \"expression\": \"type\",\r\n \"path\": \"type\",\r\n \"expressionValue\": \"Microsoft.Storage/storageAccounts\",\r\n \"targetValue\": \"Microsoft.Storage/storageAccounts\",\r\n \"operator\": \"Equals\"\r\n },\r\n {\r\n \"result\": \"True\",\r\n \"expressionKind\": \"Field\",\r\n \"expression\": \"Microsoft.Storage/storageAccounts/allowSharedKeyAccess\",\r\n \"path\": \"properties.allowSharedKeyAccess\",\r\n \"expressionValue\": \"******\",\r\n \"targetValue\": \"False\",\r\n \"operator\": \"Exists\"\r\n },\r\n {\r\n \"result\": \"False\",\r\n \"expressionKind\": \"Value\",\r\n \"expression\": \"[resourceGroup().name]\",\r\n \"expressionValue\": \"ps3891\",\r\n \"targetValue\": \"rg-sfi-*\",\r\n \"operator\": \"Like\"\r\n }\r\n ]\r\n },\r\n \"policyDefinitionId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Authorization/policyDefinitions/[AzCliTools][SFI-ID4.2.1]\",\r\n \"policyDefinitionName\": \"[AzCliTools][SFI-ID4.2.1]\",\r\n \"policyDefinitionDisplayName\": \"[AzCliTools][SFI-ID4.2.1] Deny Storage Account Creation with Local Authentication\",\r\n \"policyDefinitionEffect\": \"deny\",\r\n \"policyAssignmentId\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Authorization/policyAssignments/7504d183917b402eabb7801a\",\r\n \"policyAssignmentName\": \"7504d183917b402eabb7801a\",\r\n \"policyAssignmentDisplayName\": \"[AzCliTools][SFI-ID4.2.1] Deny Storage Account Creation with Local Authentication\",\r\n \"policyAssignmentScope\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"policyAssignmentParameters\": {},\r\n \"policyExemptionIds\": []\r\n }\r\n }\r\n ]\r\n }\r\n}", + "StatusCode": 403 } ], "Names": { "Test-AzureRmIotHubRoutingLifecycle": [ - "ps1011", - "ps2457", - "eventHub6834", - "ps6710", - "ps6831", - "ps9208", - "ps42", - "ps8544", - "ps3444", - "ps8233", - "ps5888", - "ps306", - "ps828" + "ps7184", + "ps3891", + "eventHub6836", + "ps4275", + "ps3102", + "ps7720", + "ps1291", + "ps1983", + "ps9420", + "ps8699", + "ps2801", + "ps1232", + "ps6261" ] }, "Variables": { - "SubscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1" + "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f" } } \ No newline at end of file diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubTests/TestAzureIotHubCertificateLifeCycle.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubTests/TestAzureIotHubCertificateLifeCycle.json index b60c341f4656..8477be5b0235 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubTests/TestAzureIotHubCertificateLifeCycle.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubTests/TestAzureIotHubCertificateLifeCycle.json @@ -1,39 +1,45 @@ { "Entries": [ { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84853e61-c104-47cf-b550-aee97a098429" + "e8b6349d-afa4-4fc0-97c4-062e41c7ab11" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ] }, + "RequestBody": "", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "aff5bbf7-ed43-4e9b-89a3-6990a93aada5" + "4e551abd-056d-4fb8-9a67-d3fa9916d408" ], "x-ms-correlation-request-id": [ - "aff5bbf7-ed43-4e9b-89a3-6990a93aada5" + "4e551abd-056d-4fb8-9a67-d3fa9916d408" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T193820Z:aff5bbf7-ed43-4e9b-89a3-6990a93aada5" + "JAPANEAST:20241206T023547Z:4e551abd-056d-4fb8-9a67-d3fa9916d408" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -41,14 +47,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 04CC016D0974414B93F86ED65C94A546 Ref B: TYO201151001052 Ref C: 2024-12-06T02:35:47Z" ], "Date": [ - "Thu, 20 Dec 2018 19:38:20 GMT" + "Fri, 06 Dec 2024 02:35:46 GMT" ], "Content-Length": [ - "3084" + "10031" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,26 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices\",\r\n \"namespace\": \"Microsoft.Devices\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\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 \"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 \"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 \"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 \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\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\"\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 \"Central US 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 ],\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\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\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\",\r\n \"East US 2\",\r\n \"West US\",\r\n \"West US 2\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"West Central US\",\r\n \"UK West\"\r\n ],\r\n \"apiVersions\": [\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 \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-15-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-07-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\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\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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/ps4366?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzNDM2Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourcegroups/ps1847?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlZ3JvdXBzL3BzMTg0Nz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "63bc7c5d-0714-4a46-9fff-303f7fe754c3" + "37b942f4-9945-453a-9dcc-ab1db69e38b6" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ], "Content-Type": [ "application/json; charset=utf-8" @@ -85,21 +93,28 @@ "29" ] }, + "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "799" + ], + "x-ms-ratelimit-remaining-subscription-global-writes": [ + "11999" ], "x-ms-request-id": [ - "90c5b7f9-c9af-4bf9-ad27-f8460be1af04" + "f8c105bb-96ff-45c0-9b0b-3620484cb56e" ], "x-ms-correlation-request-id": [ - "90c5b7f9-c9af-4bf9-ad27-f8460be1af04" + "f8c105bb-96ff-45c0-9b0b-3620484cb56e" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T193821Z:90c5b7f9-c9af-4bf9-ad27-f8460be1af04" + "JAPANEAST:20241206T023550Z:f8c105bb-96ff-45c0-9b0b-3620484cb56e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -107,11 +122,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" + ], + "X-MSEdge-Ref": [ + "Ref A: 468551ECDBDB4DD5B79A5583B439A8CD Ref B: TYO201151003034 Ref C: 2024-12-06T02:35:47Z" ], "Date": [ - "Thu, 20 Dec 2018 19:38:21 GMT" + "Fri, 06 Dec 2024 02:35:50 GMT" ], "Content-Length": [ "165" @@ -123,26 +141,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366\",\r\n \"name\": \"ps4366\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps1847\",\r\n \"name\": \"ps1847\",\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/ps4366/providers/Microsoft.Devices/IotHubs/ps2008?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDg/YXBpLXZlcnNpb249MjAxOC0wNC0wMQ==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps1847/providers/Microsoft.Devices/IotHubs/ps5481?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzMTg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0ODE/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "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": [ - "f1ca8e55-c8e0-43aa-b362-6186e240def8" + "240b794f-1b53-4aff-88d9-ed24b3775810" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -151,24 +168,28 @@ "85" ] }, + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\"\r\n}", "ResponseHeaders": { - "Pragma": [ + "Cache-Control": [ "no-cache" ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYmNjYWQyZGItYjI3OC00NWEyLWIxYzMtNmIyMTFlZDVkYjgy?api-version=2018-04-01&operationSource=os_ih&asyncinfo" + "Pragma": [ + "no-cache" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "4999" ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfMzUyZTg1MDItMTEyZC00ZjI0LTljMzUtMTk3ZTI5ZWUyZGEy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690493832411940&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=p6NquuBdAZsqQCMz-K6tHA0IQKIJh-Lyxd78yOnistTmQJKJNGLmpJYaei7JLxfxlGA_xmWMQELBcehcqKzuFWvbO8QemLdKttioecl2Lks8urIDq3n6AhpemJ2rAofowWtKfQy6IzKyAvDT8Bll6wJmXgPbgPTt7eBd8JrHMhFN3yPA534BC2mlXHTYuWas3oDEFuQAMN_nLUW_YEc_y4kMerOsJvvEppieMpjr38iZ_qj4t9hdXMiy8oo75u4SvymrLVoKvI1e8Jj2E3TqG-x9_hJjzkAUe8duULplOIjZCe4B6CZ0eDA9bOXzfu1b4OpEx6PfiHVgyHCIw0cYqw&h=zlw7alT-hDJdJHGzYiGq7yGnXKNyHuW8bxiDnuJtiMA" + ], "x-ms-request-id": [ - "705730b7-0aca-4525-9210-f8d1e88cc49d" + "bfa2c683-8366-40ed-9b31-ea8acd5a4758" ], "x-ms-correlation-request-id": [ - "705730b7-0aca-4525-9210-f8d1e88cc49d" + "bfa2c683-8366-40ed-9b31-ea8acd5a4758" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T193825Z:705730b7-0aca-4525-9210-f8d1e88cc49d" + "JAPANEAST:20241206T023623Z:bfa2c683-8366-40ed-9b31-ea8acd5a4758" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -176,17 +197,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "Date": [ - "Thu, 20 Dec 2018 19:38:24 GMT" + "X-MSEdge-Ref": [ + "Ref A: 7C273614ED564851906040879BDA6F84 Ref B: TYO201100116047 Ref C: 2024-12-06T02:35:51Z" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Fri, 06 Dec 2024 02:36:22 GMT" ], "Content-Length": [ - "619" + "462" ], "Content-Type": [ "application/json; charset=utf-8" @@ -195,94 +216,46 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008\",\r\n \"name\": \"ps2008\",\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\": \"ps4366\",\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/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps1847/providers/Microsoft.Devices/IotHubs/ps5481\",\r\n \"name\": \"ps5481\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps1847\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"enableFileUploadNotifications\": false,\r\n \"features\": \"None\",\r\n \"allowedFqdnList\": []\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/b3NfaWhfYmNjYWQyZGItYjI3OC00NWEyLWIxYzMtNmIyMTFlZDVkYjgy?api-version=2018-04-01&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWW1OallXUXlaR0l0WWpJM09DMDBOV0V5TFdJeFl6TXRObUl5TVRGbFpEVmtZamd5P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDEmb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbw==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfMzUyZTg1MDItMTEyZC00ZjI0LTljMzUtMTk3ZTI5ZWUyZGEy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690493832411940&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=p6NquuBdAZsqQCMz-K6tHA0IQKIJh-Lyxd78yOnistTmQJKJNGLmpJYaei7JLxfxlGA_xmWMQELBcehcqKzuFWvbO8QemLdKttioecl2Lks8urIDq3n6AhpemJ2rAofowWtKfQy6IzKyAvDT8Bll6wJmXgPbgPTt7eBd8JrHMhFN3yPA534BC2mlXHTYuWas3oDEFuQAMN_nLUW_YEc_y4kMerOsJvvEppieMpjr38iZ_qj4t9hdXMiy8oo75u4SvymrLVoKvI1e8Jj2E3TqG-x9_hJjzkAUe8duULplOIjZCe4B6CZ0eDA9bOXzfu1b4OpEx6PfiHVgyHCIw0cYqw&h=zlw7alT-hDJdJHGzYiGq7yGnXKNyHuW8bxiDnuJtiMA", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZNelV5WlRnMU1ESXRNVEV5WkMwMFpqSTBMVGxqTXpVdE1UazNaVEk1WldVeVpHRXk/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDkzODMyNDExOTQwJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPXA2TnF1dUJkQVpzcVFDTXotSzZ0SEEwSVFLSUpoLUx5eGQ3OHlPbmlzdFRtUUpLSk5HTG1wSllhZWk3Skx4ZnhsR0FfeG1XTVFFTEJjZWhjcUt6dUZXdmJPOFFlbUxkS3R0aW9lY2wyTGtzOHVySURxM242QWhwZW1KMnJBb2Zvd1d0S2ZReTZJekt5QXZEVDhCbGw2d0ptWGdQYmdQVHQ3ZUJkOEpySE1oRk4zeVBBNTM0QkMybWxYSFRZdVdhczNvREVGdVFBTU5fbkxVV19ZRWNfeTRrTWVyT3NKdnZFcHBpZU1wanIzOGlaX3FqNHQ5aGRYTWl5OG9vNzV1NFN2eW1yTFZvS3ZJMWU4SmoyRTNUcUcteDlfaEpqemtBVWU4ZHVVTHBsT0lqWkNlNEI2Q1owZURBOWJPWHpmdTFiNE9wRXg2UGZpSFZneUhDSXcwY1lxdyZoPXpsdzdhbFQtaERKZEpIR3pZaUdxN3lHblhLTnlIdVc4YnhpRG51SnRpTUE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "240b794f-1b53-4aff-88d9-ed24b3775810" + ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "b0d0d433-f62e-4422-97d9-61dc94ef3a05" - ], - "x-ms-correlation-request-id": [ - "b0d0d433-f62e-4422-97d9-61dc94ef3a05" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T193855Z:b0d0d433-f62e-4422-97d9-61dc94ef3a05" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 20 Dec 2018 19:38:54 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYmNjYWQyZGItYjI3OC00NWEyLWIxYzMtNmIyMTFlZDVkYjgy?api-version=2018-04-01&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWW1OallXUXlaR0l0WWpJM09DMDBOV0V5TFdJeFl6TXRObUl5TVRGbFpEVmtZamd5P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDEmb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "a11798d6-8288-4bdd-ab4a-874fb192d712" + "53cd61e0-fb3a-4dbb-83c0-fd17b8bf9ba8" ], "x-ms-correlation-request-id": [ - "a11798d6-8288-4bdd-ab4a-874fb192d712" + "53cd61e0-fb3a-4dbb-83c0-fd17b8bf9ba8" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T193925Z:a11798d6-8288-4bdd-ab4a-874fb192d712" + "JAPANEAST:20241206T023653Z:53cd61e0-fb3a-4dbb-83c0-fd17b8bf9ba8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -290,14 +263,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "Date": [ - "Thu, 20 Dec 2018 19:39:25 GMT" + "X-MSEdge-Ref": [ + "Ref A: AA51DB5C52EA45D09B150CC64C693349 Ref B: TYO201100116047 Ref C: 2024-12-06T02:36:53Z" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Fri, 06 Dec 2024 02:36:53 GMT" ], "Content-Length": [ "20" @@ -313,90 +286,42 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYmNjYWQyZGItYjI3OC00NWEyLWIxYzMtNmIyMTFlZDVkYjgy?api-version=2018-04-01&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWW1OallXUXlaR0l0WWpJM09DMDBOV0V5TFdJeFl6TXRObUl5TVRGbFpEVmtZamd5P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDEmb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbw==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfMzUyZTg1MDItMTEyZC00ZjI0LTljMzUtMTk3ZTI5ZWUyZGEy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690493832411940&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=p6NquuBdAZsqQCMz-K6tHA0IQKIJh-Lyxd78yOnistTmQJKJNGLmpJYaei7JLxfxlGA_xmWMQELBcehcqKzuFWvbO8QemLdKttioecl2Lks8urIDq3n6AhpemJ2rAofowWtKfQy6IzKyAvDT8Bll6wJmXgPbgPTt7eBd8JrHMhFN3yPA534BC2mlXHTYuWas3oDEFuQAMN_nLUW_YEc_y4kMerOsJvvEppieMpjr38iZ_qj4t9hdXMiy8oo75u4SvymrLVoKvI1e8Jj2E3TqG-x9_hJjzkAUe8duULplOIjZCe4B6CZ0eDA9bOXzfu1b4OpEx6PfiHVgyHCIw0cYqw&h=zlw7alT-hDJdJHGzYiGq7yGnXKNyHuW8bxiDnuJtiMA", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZNelV5WlRnMU1ESXRNVEV5WkMwMFpqSTBMVGxqTXpVdE1UazNaVEk1WldVeVpHRXk/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDkzODMyNDExOTQwJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPXA2TnF1dUJkQVpzcVFDTXotSzZ0SEEwSVFLSUpoLUx5eGQ3OHlPbmlzdFRtUUpLSk5HTG1wSllhZWk3Skx4ZnhsR0FfeG1XTVFFTEJjZWhjcUt6dUZXdmJPOFFlbUxkS3R0aW9lY2wyTGtzOHVySURxM242QWhwZW1KMnJBb2Zvd1d0S2ZReTZJekt5QXZEVDhCbGw2d0ptWGdQYmdQVHQ3ZUJkOEpySE1oRk4zeVBBNTM0QkMybWxYSFRZdVdhczNvREVGdVFBTU5fbkxVV19ZRWNfeTRrTWVyT3NKdnZFcHBpZU1wanIzOGlaX3FqNHQ5aGRYTWl5OG9vNzV1NFN2eW1yTFZvS3ZJMWU4SmoyRTNUcUcteDlfaEpqemtBVWU4ZHVVTHBsT0lqWkNlNEI2Q1owZURBOWJPWHpmdTFiNE9wRXg2UGZpSFZneUhDSXcwY1lxdyZoPXpsdzdhbFQtaERKZEpIR3pZaUdxN3lHblhLTnlIdVc4YnhpRG51SnRpTUE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "240b794f-1b53-4aff-88d9-ed24b3775810" + ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "3a808468-6d87-4b0d-a10a-005f16bf36a9" - ], - "x-ms-correlation-request-id": [ - "3a808468-6d87-4b0d-a10a-005f16bf36a9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T193956Z:3a808468-6d87-4b0d-a10a-005f16bf36a9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 20 Dec 2018 19:39:55 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYmNjYWQyZGItYjI3OC00NWEyLWIxYzMtNmIyMTFlZDVkYjgy?api-version=2018-04-01&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWW1OallXUXlaR0l0WWpJM09DMDBOV0V5TFdJeFl6TXRObUl5TVRGbFpEVmtZamd5P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDEmb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "a09099cd-9cf5-425e-b22b-b423d9563733" + "d5d1ff09-11d0-4843-a827-395d7984f490" ], "x-ms-correlation-request-id": [ - "a09099cd-9cf5-425e-b22b-b423d9563733" + "d5d1ff09-11d0-4843-a827-395d7984f490" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T194026Z:a09099cd-9cf5-425e-b22b-b423d9563733" + "JAPANEAST:20241206T023724Z:d5d1ff09-11d0-4843-a827-395d7984f490" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -404,14 +329,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "Date": [ - "Thu, 20 Dec 2018 19:40:26 GMT" + "X-MSEdge-Ref": [ + "Ref A: 50629E373A2249A585C2541168997EF2 Ref B: TYO201100116047 Ref C: 2024-12-06T02:37:24Z" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Fri, 06 Dec 2024 02:37:23 GMT" ], "Content-Length": [ "20" @@ -427,33 +352,42 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYmNjYWQyZGItYjI3OC00NWEyLWIxYzMtNmIyMTFlZDVkYjgy?api-version=2018-04-01&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWW1OallXUXlaR0l0WWpJM09DMDBOV0V5TFdJeFl6TXRObUl5TVRGbFpEVmtZamd5P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDEmb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbw==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfMzUyZTg1MDItMTEyZC00ZjI0LTljMzUtMTk3ZTI5ZWUyZGEy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690493832411940&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=p6NquuBdAZsqQCMz-K6tHA0IQKIJh-Lyxd78yOnistTmQJKJNGLmpJYaei7JLxfxlGA_xmWMQELBcehcqKzuFWvbO8QemLdKttioecl2Lks8urIDq3n6AhpemJ2rAofowWtKfQy6IzKyAvDT8Bll6wJmXgPbgPTt7eBd8JrHMhFN3yPA534BC2mlXHTYuWas3oDEFuQAMN_nLUW_YEc_y4kMerOsJvvEppieMpjr38iZ_qj4t9hdXMiy8oo75u4SvymrLVoKvI1e8Jj2E3TqG-x9_hJjzkAUe8duULplOIjZCe4B6CZ0eDA9bOXzfu1b4OpEx6PfiHVgyHCIw0cYqw&h=zlw7alT-hDJdJHGzYiGq7yGnXKNyHuW8bxiDnuJtiMA", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZNelV5WlRnMU1ESXRNVEV5WkMwMFpqSTBMVGxqTXpVdE1UazNaVEk1WldVeVpHRXk/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDkzODMyNDExOTQwJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPXA2TnF1dUJkQVpzcVFDTXotSzZ0SEEwSVFLSUpoLUx5eGQ3OHlPbmlzdFRtUUpLSk5HTG1wSllhZWk3Skx4ZnhsR0FfeG1XTVFFTEJjZWhjcUt6dUZXdmJPOFFlbUxkS3R0aW9lY2wyTGtzOHVySURxM242QWhwZW1KMnJBb2Zvd1d0S2ZReTZJekt5QXZEVDhCbGw2d0ptWGdQYmdQVHQ3ZUJkOEpySE1oRk4zeVBBNTM0QkMybWxYSFRZdVdhczNvREVGdVFBTU5fbkxVV19ZRWNfeTRrTWVyT3NKdnZFcHBpZU1wanIzOGlaX3FqNHQ5aGRYTWl5OG9vNzV1NFN2eW1yTFZvS3ZJMWU4SmoyRTNUcUcteDlfaEpqemtBVWU4ZHVVTHBsT0lqWkNlNEI2Q1owZURBOWJPWHpmdTFiNE9wRXg2UGZpSFZneUhDSXcwY1lxdyZoPXpsdzdhbFQtaERKZEpIR3pZaUdxN3lHblhLTnlIdVc4YnhpRG51SnRpTUE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "240b794f-1b53-4aff-88d9-ed24b3775810" + ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "52b35beb-f294-43c2-999b-05e05ae0082d" + "e5e8797b-738b-4ec9-af15-2773c9ac8199" ], "x-ms-correlation-request-id": [ - "52b35beb-f294-43c2-999b-05e05ae0082d" + "e5e8797b-738b-4ec9-af15-2773c9ac8199" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T194056Z:52b35beb-f294-43c2-999b-05e05ae0082d" + "JAPANEAST:20241206T023755Z:e5e8797b-738b-4ec9-af15-2773c9ac8199" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -461,14 +395,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "Date": [ - "Thu, 20 Dec 2018 19:40:55 GMT" + "X-MSEdge-Ref": [ + "Ref A: F61CB65CDF684204B07F5220CB14C788 Ref B: TYO201100116047 Ref C: 2024-12-06T02:37:54Z" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Fri, 06 Dec 2024 02:37:54 GMT" ], "Content-Length": [ "20" @@ -484,33 +418,42 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYmNjYWQyZGItYjI3OC00NWEyLWIxYzMtNmIyMTFlZDVkYjgy?api-version=2018-04-01&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWW1OallXUXlaR0l0WWpJM09DMDBOV0V5TFdJeFl6TXRObUl5TVRGbFpEVmtZamd5P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDEmb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbw==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/locations/westus/operationResults/b3NfaWhfMzUyZTg1MDItMTEyZC00ZjI0LTljMzUtMTk3ZTI5ZWUyZGEy?api-version=2021-07-02&operationSource=os_ih&asyncinfo&t=638690493832411940&c=MIIHhzCCBm-gAwIBAgITfAWHizdXQLRDd48J5AAABYeLNzANBgkqhkiG9w0BAQsFADBEMRMwEQYKCZImiZPyLGQBGRYDR0JMMRMwEQYKCZImiZPyLGQBGRYDQU1FMRgwFgYDVQQDEw9BTUUgSW5mcmEgQ0EgMDUwHhcNMjQwOTIyMTIwNDAzWhcNMjUwMzIxMTIwNDAzWjBAMT4wPAYDVQQDEzVhc3luY29wZXJhdGlvbnNpZ25pbmdjZXJ0aWZpY2F0ZS5tYW5hZ2VtZW50LmF6dXJlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3CpUYjuxooJSSrwK19FjzhBOC6rpM2nxEk8ZwpswjmQSs4371lD9cjpzoi1V66izrOAQO5dR4T7CBAdxC_T1La7B_GC0BLToEfDbOMLuij5eJKkGy743BYmNo5FXMcmO2f2PyZA8Q8FMkBzYwcpUlCBt0ofvjmFjb0o14-l_wkV8cVq6NA5rj5vzYRXrcBBDx0DXZzx0ey-DalD8BI5Efxzl0sFnA-qqtfi2y6thqMlNPWuGqiYFNmkko5caGs3a7hQy_mx3XdCDy2aWq0YXIqdiyYCA4MGA_vLQtjCUcC4EnHaLnPm-9OGFhKZHQZ2hQEFIYnnCNvsSRVaHBIatkCAwEAAaOCBHQwggRwMCcGCSsGAQQBgjcVCgQaMBgwCgYIKwYBBQUHAwEwCgYIKwYBBQUHAwIwPQYJKwYBBAGCNxUHBDAwLgYmKwYBBAGCNxUIhpDjDYTVtHiE8Ys-hZvdFs6dEoFghfmRS4WsmTQCAWQCAQcwggHLBggrBgEFBQcBAQSCAb0wggG5MGMGCCsGAQUFBzAChldodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpaW5mcmEvQ2VydHMvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmwxLmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MFMGCCsGAQUFBzAChkdodHRwOi8vY3JsMi5hbWUuZ2JsL2FpYS9DTzFQS0lJTlRDQTAxLkFNRS5HQkxfQU1FJTIwSW5mcmElMjBDQSUyMDA1LmNydDBTBggrBgEFBQcwAoZHaHR0cDovL2NybDMuYW1lLmdibC9haWEvQ08xUEtJSU5UQ0EwMS5BTUUuR0JMX0FNRSUyMEluZnJhJTIwQ0ElMjAwNS5jcnQwUwYIKwYBBQUHMAKGR2h0dHA6Ly9jcmw0LmFtZS5nYmwvYWlhL0NPMVBLSUlOVENBMDEuQU1FLkdCTF9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3J0MB0GA1UdDgQWBBR539nE3pOaYqC09YY5sInoMk2T-DAOBgNVHQ8BAf8EBAMCBaAwggEmBgNVHR8EggEdMIIBGTCCARWgggERoIIBDYY_aHR0cDovL2NybC5taWNyb3NvZnQuY29tL3BraWluZnJhL0NSTC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMS5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMi5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsMy5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JshjFodHRwOi8vY3JsNC5hbWUuZ2JsL2NybC9BTUUlMjBJbmZyYSUyMENBJTIwMDUuY3JsMIGdBgNVHSAEgZUwgZIwDAYKKwYBBAGCN3sBATBmBgorBgEEAYI3ewICMFgwVgYIKwYBBQUHAgIwSh5IADMAMwBlADAAMQA5ADIAMQAtADQAZAA2ADQALQA0AGYAOABjAC0AYQAwADUANQAtADUAYgBkAGEAZgBmAGQANQBlADMAMwBkMAwGCisGAQQBgjd7AwEwDAYKKwYBBAGCN3sEAjAfBgNVHSMEGDAWgBR61hmFKHlscXYeYPjzS--iBUIWHTAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDQYJKoZIhvcNAQELBQADggEBAFQ1zkLj2l7rlyrM4j2l8rtJkHitIxnUkLkyeLRrVxZPkfV1_ABjrmrKVHwks1TT5vv190Z1rSszJ8F3BMbapuqZk7TG_eHqRVKnkNYrwXEAn99VULWloNnmsKbnii5qgA26KvYkNcrxJ4L_9pCm3mT47A_mvHkzKnovgy4XLdvqRPL1QGC_Itw4Y4QCb11tEdDabhFYx2hY0zhM3voH4pW_42NbuG3xwNLFeA2LThOsGcf_4F8bzQ6Pm__uo-XrnBE13ERimgL86M-z9h6W2bQUcKXqAf_RhKjv5ai9GEnITD2aoXBO8tu85DelvTvuH12hn2s2xEeYNMURYXNCzYc&s=p6NquuBdAZsqQCMz-K6tHA0IQKIJh-Lyxd78yOnistTmQJKJNGLmpJYaei7JLxfxlGA_xmWMQELBcehcqKzuFWvbO8QemLdKttioecl2Lks8urIDq3n6AhpemJ2rAofowWtKfQy6IzKyAvDT8Bll6wJmXgPbgPTt7eBd8JrHMhFN3yPA534BC2mlXHTYuWas3oDEFuQAMN_nLUW_YEc_y4kMerOsJvvEppieMpjr38iZ_qj4t9hdXMiy8oo75u4SvymrLVoKvI1e8Jj2E3TqG-x9_hJjzkAUe8duULplOIjZCe4B6CZ0eDA9bOXzfu1b4OpEx6PfiHVgyHCIw0cYqw&h=zlw7alT-hDJdJHGzYiGq7yGnXKNyHuW8bxiDnuJtiMA", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYjNOZmFXaGZNelV5WlRnMU1ESXRNVEV5WkMwMFpqSTBMVGxqTXpVdE1UazNaVEk1WldVeVpHRXk/YXBpLXZlcnNpb249MjAyMS0wNy0wMiZvcGVyYXRpb25Tb3VyY2U9b3NfaWgmYXN5bmNpbmZvJnQ9NjM4NjkwNDkzODMyNDExOTQwJmM9TUlJSGh6Q0NCbS1nQXdJQkFnSVRmQVdIaXpkWFFMUkRkNDhKNUFBQUJZZUxOekFOQmdrcWhraUc5dzBCQVFzRkFEQkVNUk13RVFZS0NaSW1pWlB5TEdRQkdSWURSMEpNTVJNd0VRWUtDWkltaVpQeUxHUUJHUllEUVUxRk1SZ3dGZ1lEVlFRREV3OUJUVVVnU1c1bWNtRWdRMEVnTURVd0hoY05NalF3T1RJeU1USXdOREF6V2hjTk1qVXdNekl4TVRJd05EQXpXakJBTVQ0d1BBWURWUVFERXpWaGMzbHVZMjl3WlhKaGRHbHZibk5wWjI1cGJtZGpaWEowYVdacFkyRjBaUzV0WVc1aFoyVnRaVzUwTG1GNmRYSmxMbU52YlRDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTDNDcFVZanV4b29KU1Nyd0sxOUZqemhCT0M2cnBNMm54RWs4Wndwc3dqbVFTczQzNzFsRDljanB6b2kxVjY2aXpyT0FRTzVkUjRUN0NCQWR4Q19UMUxhN0JfR0MwQkxUb0VmRGJPTUx1aWo1ZUpLa0d5NzQzQlltTm81RlhNY21PMmYyUHlaQThROEZNa0J6WXdjcFVsQ0J0MG9mdmptRmpiMG8xNC1sX3drVjhjVnE2TkE1cmo1dnpZUlhyY0JCRHgwRFhaengwZXktRGFsRDhCSTVFZnh6bDBzRm5BLXFxdGZpMnk2dGhxTWxOUFd1R3FpWUZObWtrbzVjYUdzM2E3aFF5X214M1hkQ0R5MmFXcTBZWElxZGl5WUNBNE1HQV92TFF0akNVY0M0RW5IYUxuUG0tOU9HRmhLWkhRWjJoUUVGSVlubkNOdnNTUlZhSEJJYXRrQ0F3RUFBYU9DQkhRd2dnUndNQ2NHQ1NzR0FRUUJnamNWQ2dRYU1CZ3dDZ1lJS3dZQkJRVUhBd0V3Q2dZSUt3WUJCUVVIQXdJd1BRWUpLd1lCQkFHQ054VUhCREF3TGdZbUt3WUJCQUdDTnhVSWhwRGpEWVRWdEhpRThZcy1oWnZkRnM2ZEVvRmdoZm1SUzRXc21UUUNBV1FDQVFjd2dnSExCZ2dyQmdFRkJRY0JBUVNDQWIwd2dnRzVNR01HQ0NzR0FRVUZCekFDaGxkb2RIUndPaTh2WTNKc0xtMXBZM0p2YzI5bWRDNWpiMjB2Y0d0cGFXNW1jbUV2UTJWeWRITXZRMDh4VUV0SlNVNVVRMEV3TVM1QlRVVXVSMEpNWDBGTlJTVXlNRWx1Wm5KaEpUSXdRMEVsTWpBd05TNWpjblF3VXdZSUt3WUJCUVVITUFLR1IyaDBkSEE2THk5amNtd3hMbUZ0WlM1blltd3ZZV2xoTDBOUE1WQkxTVWxPVkVOQk1ERXVRVTFGTGtkQ1RGOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKME1GTUdDQ3NHQVFVRkJ6QUNoa2RvZEhSd09pOHZZM0pzTWk1aGJXVXVaMkpzTDJGcFlTOURUekZRUzBsSlRsUkRRVEF4TGtGTlJTNUhRa3hmUVUxRkpUSXdTVzVtY21FbE1qQkRRU1V5TURBMUxtTnlkREJUQmdnckJnRUZCUWN3QW9aSGFIUjBjRG92TDJOeWJETXVZVzFsTG1kaWJDOWhhV0V2UTA4eFVFdEpTVTVVUTBFd01TNUJUVVV1UjBKTVgwRk5SU1V5TUVsdVpuSmhKVEl3UTBFbE1qQXdOUzVqY25Rd1V3WUlLd1lCQlFVSE1BS0dSMmgwZEhBNkx5OWpjbXcwTG1GdFpTNW5ZbXd2WVdsaEwwTlBNVkJMU1VsT1ZFTkJNREV1UVUxRkxrZENURjlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSjBNQjBHQTFVZERnUVdCQlI1MzluRTNwT2FZcUMwOVlZNXNJbm9NazJULURBT0JnTlZIUThCQWY4RUJBTUNCYUF3Z2dFbUJnTlZIUjhFZ2dFZE1JSUJHVENDQVJXZ2dnRVJvSUlCRFlZX2FIUjBjRG92TDJOeWJDNXRhV055YjNOdlpuUXVZMjl0TDNCcmFXbHVabkpoTDBOU1RDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNNUzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzaGpGb2RIUndPaTh2WTNKc01pNWhiV1V1WjJKc0wyTnliQzlCVFVVbE1qQkpibVp5WVNVeU1FTkJKVEl3TURVdVkzSnNoakZvZEhSd09pOHZZM0pzTXk1aGJXVXVaMkpzTDJOeWJDOUJUVVVsTWpCSmJtWnlZU1V5TUVOQkpUSXdNRFV1WTNKc2hqRm9kSFJ3T2k4dlkzSnNOQzVoYldVdVoySnNMMk55YkM5QlRVVWxNakJKYm1aeVlTVXlNRU5CSlRJd01EVXVZM0pzTUlHZEJnTlZIU0FFZ1pVd2daSXdEQVlLS3dZQkJBR0NOM3NCQVRCbUJnb3JCZ0VFQVlJM2V3SUNNRmd3VmdZSUt3WUJCUVVIQWdJd1NoNUlBRE1BTXdCbEFEQUFNUUE1QURJQU1RQXRBRFFBWkFBMkFEUUFMUUEwQUdZQU9BQmpBQzBBWVFBd0FEVUFOUUF0QURVQVlnQmtBR0VBWmdCbUFHUUFOUUJsQURNQU13QmtNQXdHQ2lzR0FRUUJnamQ3QXdFd0RBWUtLd1lCQkFHQ04zc0VBakFmQmdOVkhTTUVHREFXZ0JSNjFobUZLSGxzY1hZZVlQanpTLS1pQlVJV0hUQWRCZ05WSFNVRUZqQVVCZ2dyQmdFRkJRY0RBUVlJS3dZQkJRVUhBd0l3RFFZSktvWklodmNOQVFFTEJRQURnZ0VCQUZRMXprTGoybDdybHlyTTRqMmw4cnRKa0hpdEl4blVrTGt5ZUxSclZ4WlBrZlYxX0FCanJtcktWSHdrczFUVDV2djE5MFoxclNzeko4RjNCTWJhcHVxWms3VEdfZUhxUlZLbmtOWXJ3WEVBbjk5VlVMV2xvTm5tc0tibmlpNXFnQTI2S3ZZa05jcnhKNExfOXBDbTNtVDQ3QV9tdkhrektub3ZneTRYTGR2cVJQTDFRR0NfSXR3NFk0UUNiMTF0RWREYWJoRll4MmhZMHpoTTN2b0g0cFdfNDJOYnVHM3h3TkxGZUEyTFRoT3NHY2ZfNEY4YnpRNlBtX191by1Ycm5CRTEzRVJpbWdMODZNLXo5aDZXMmJRVWNLWHFBZl9SaEtqdjVhaTlHRW5JVEQyYW9YQk84dHU4NURlbHZUdnVIMTJobjJzMnhFZVlOTVVSWVhOQ3pZYyZzPXA2TnF1dUJkQVpzcVFDTXotSzZ0SEEwSVFLSUpoLUx5eGQ3OHlPbmlzdFRtUUpLSk5HTG1wSllhZWk3Skx4ZnhsR0FfeG1XTVFFTEJjZWhjcUt6dUZXdmJPOFFlbUxkS3R0aW9lY2wyTGtzOHVySURxM242QWhwZW1KMnJBb2Zvd1d0S2ZReTZJekt5QXZEVDhCbGw2d0ptWGdQYmdQVHQ3ZUJkOEpySE1oRk4zeVBBNTM0QkMybWxYSFRZdVdhczNvREVGdVFBTU5fbkxVV19ZRWNfeTRrTWVyT3NKdnZFcHBpZU1wanIzOGlaX3FqNHQ5aGRYTWl5OG9vNzV1NFN2eW1yTFZvS3ZJMWU4SmoyRTNUcUcteDlfaEpqemtBVWU4ZHVVTHBsT0lqWkNlNEI2Q1owZURBOWJPWHpmdTFiNE9wRXg2UGZpSFZneUhDSXcwY1lxdyZoPXpsdzdhbFQtaERKZEpIR3pZaUdxN3lHblhLTnlIdVc4YnhpRG51SnRpTUE=", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "240b794f-1b53-4aff-88d9-ed24b3775810" + ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "6993b124-138d-491f-8fca-453321b381d0" + "193bc084-ed4a-4c51-a888-497f37599283" ], "x-ms-correlation-request-id": [ - "6993b124-138d-491f-8fca-453321b381d0" + "193bc084-ed4a-4c51-a888-497f37599283" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T194126Z:6993b124-138d-491f-8fca-453321b381d0" + "JAPANEAST:20241206T023825Z:193bc084-ed4a-4c51-a888-497f37599283" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -518,14 +461,14 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "Date": [ - "Thu, 20 Dec 2018 19:41:26 GMT" + "X-MSEdge-Ref": [ + "Ref A: ABB0155D7F544BF1B1E75CFD263A98AE Ref B: TYO201100116047 Ref C: 2024-12-06T02:38:25Z" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Fri, 06 Dec 2024 02:38:25 GMT" ], "Content-Length": [ "22" @@ -541,33 +484,42 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDg/YXBpLXZlcnNpb249MjAxOC0wNC0wMQ==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps1847/providers/Microsoft.Devices/IotHubs/ps5481?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzMTg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0ODE/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "240b794f-1b53-4aff-88d9-ed24b3775810" + ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "925aea0e-7881-4f25-bf94-833fe8265943" + "3fb90637-402b-48a3-8cd4-4912c70cc3b4" ], "x-ms-correlation-request-id": [ - "925aea0e-7881-4f25-bf94-833fe8265943" + "3fb90637-402b-48a3-8cd4-4912c70cc3b4" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T194127Z:925aea0e-7881-4f25-bf94-833fe8265943" + "JAPANEAST:20241206T023826Z:3fb90637-402b-48a3-8cd4-4912c70cc3b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -575,17 +527,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "Date": [ - "Thu, 20 Dec 2018 19:41:26 GMT" + "X-MSEdge-Ref": [ + "Ref A: B14687F897944EFFB9C31827C4647098 Ref B: TYO201100116047 Ref C: 2024-12-06T02:38:25Z" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Fri, 06 Dec 2024 02:38:26 GMT" ], "Content-Length": [ - "1792" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -594,43 +546,49 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008\",\r\n \"name\": \"ps2008\",\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\": \"ps4366\",\r\n \"etag\": \"AAAAAAQFk0Y=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps2008.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\": \"ps2008\",\r\n \"endpoint\": \"sb://iothub-ns-ps2008-1107571-a509100820.servicebus.windows.net/\"\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps2008-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps2008-1107571-a509100820.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/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps1847/providers/Microsoft.Devices/IotHubs/ps5481\",\r\n \"name\": \"ps5481\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps1847\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5481.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\": \"ps5481\",\r\n \"endpoint\": \"sb://iothub-ns-ps5481-63332361-37a4758e5e.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:36:22.3533333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDg/YXBpLXZlcnNpb249MjAxOC0wNC0wMQ==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps1847/providers/Microsoft.Devices/IotHubs/ps5481?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzMTg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0ODE/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94da6829-d2bb-4d4d-8b91-1b6b8f80aab3" + "240b794f-1b53-4aff-88d9-ed24b3775810" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "56536acd-c9c3-448d-9604-58bde51aab4f" + "155365f0-b86a-4a15-961c-e1fc26469260" ], "x-ms-correlation-request-id": [ - "56536acd-c9c3-448d-9604-58bde51aab4f" + "155365f0-b86a-4a15-961c-e1fc26469260" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T194127Z:56536acd-c9c3-448d-9604-58bde51aab4f" + "JAPANEAST:20241206T023828Z:155365f0-b86a-4a15-961c-e1fc26469260" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -638,17 +596,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "Date": [ - "Thu, 20 Dec 2018 19:41:27 GMT" + "X-MSEdge-Ref": [ + "Ref A: 45EFF34DC55348FCADB667FDAFEB129B Ref B: TYO201100116047 Ref C: 2024-12-06T02:38:26Z" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Fri, 06 Dec 2024 02:38:27 GMT" ], "Content-Length": [ - "1792" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -657,113 +615,49 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008\",\r\n \"name\": \"ps2008\",\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\": \"ps4366\",\r\n \"etag\": \"AAAAAAQFk0Y=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps2008.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\": \"ps2008\",\r\n \"endpoint\": \"sb://iothub-ns-ps2008-1107571-a509100820.servicebus.windows.net/\"\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps2008-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps2008-1107571-a509100820.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/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps1847/providers/Microsoft.Devices/IotHubs/ps5481\",\r\n \"name\": \"ps5481\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps1847\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5481.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\": \"ps5481\",\r\n \"endpoint\": \"sb://iothub-ns-ps5481-63332361-37a4758e5e.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:36:22.3533333Z\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDg/YXBpLXZlcnNpb249MjAxOC0wNC0wMQ==", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps1847/providers/Microsoft.Devices/IotHubs/ps5481?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Jlc291cmNlR3JvdXBzL3BzMTg0Ny9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczU0ODE/YXBpLXZlcnNpb249MjAyMS0wNy0wMg==", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "48a5dad0-d5b5-4d4d-8f4e-10684d4e5b15" + "7be80100-3943-40b3-804a-1fdb5806dc17" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.7.3260.0", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, + "RequestBody": "", "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-request-id": [ - "6cfc9f26-2785-405f-98e6-13f596c765ff" - ], - "x-ms-correlation-request-id": [ - "6cfc9f26-2785-405f-98e6-13f596c765ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194128Z:6cfc9f26-2785-405f-98e6-13f596c765ff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 20 Dec 2018 19:41:27 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "1792" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008\",\r\n \"name\": \"ps2008\",\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\": \"ps4366\",\r\n \"etag\": \"AAAAAAQFk0Y=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps2008.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\": \"ps2008\",\r\n \"endpoint\": \"sb://iothub-ns-ps2008-1107571-a509100820.servicebus.windows.net/\"\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps2008-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps2008-1107571-a509100820.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/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDgvY2VydGlmaWNhdGVzL0NlcnRpZmljYXRlMT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", - "RequestMethod": "PUT", - //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - "RequestBody": "{\r\n \"certificate\": \"MIIDPzCCAiegAwIBAgIQQ1/RwSPgy4ROJ0mf0sbl9jANBgkqhkiG9w0BAQsFADAaMRgwFgYDVQQDDA9UZXN0Q2VydGlmaWNhdGUwHhcNMTgxMjIwMTkzMTI4WhcNMTkwMTE5MTk0MTI4WjAaMRgwFgYDVQQDDA9UZXN0Q2VydGlmaWNhdGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC4qnkzThXyLGuRH+xlgCPdrpZzgPv1iLnjC0AesfzY+MggJxIRhSDKsFHTKIjQGdHK3ydch7Ki26QZ92K8gvaN51UMIpI/9J4samvA7JLB02iLA8+547dG8gXUF7qT7mjYp1n1oe0DcnwfqexTpMeeXXQ7xQqVaaarWvrWpqIe/6SLgTRMANqUSjd4LKUmJxx4x76QyiHyw1RA2CAxMHxC8JSTMoyRbXgihVSUPH7htS0sOJAd6AYVOUxrP8Ws2FBCZw7RQ9I5WV1ScZUtEXl7+fTEd/R0tNdNJ5LwGVgLQbPAkWHkLWSuHOyiALNJBuSB34CXdVAI0s2QfcOXlr8dAgMBAAGjgYAwfjAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBoGA1UdEQQTMBGCD1Rlc3RDZXJ0aWZpY2F0ZTASBgNVHRMBAf8ECDAGAQH/AgEMMB0GA1UdDgQWBBTTCZAwTLqBFxksKoMc0kz22NiuNjANBgkqhkiG9w0BAQsFAAOCAQEAFCRJIz2v3jbjAZrNPLSuCsRB0aOVBoio6zUj1LVUkr3CxIXYDvf9t7TcmEVZqlr76HzNzrVpSl3LBNaiBIlhheYRyHPXoirvK5MjfsV9vTra36LoqQkuXPGNezyZw2yEzjWFQWP3KLzHOPb5hNUZx+OnwV9uE8UJraBvJ5+8Q/H2OLTn5RT/2DWCvGe7fi+4TaCtx7e14gFRvi2F4pzKGKjbrWFYUtu617+z5KwqqYQF+iJy+gJxP0uoYcSyY5oWv68pGMCnz1O2xHAugkPMujGFTBPlCFLctyDSzJQplxPLQRoxJRFAbTW73CW4fKIN+O+DLwjdH+oTOQ6KDcvzSw==\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "948f5dc2-c39f-40d1-91f5-62e6a9bccddf" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1141" - ] - }, - "ResponseHeaders": { "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "x-ms-ratelimit-remaining-subscription-reads": [ + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "9c00367b-1043-4028-98e4-59f8dbfe4c10" + "7b09e5cf-4536-47f7-8b97-ae27883c0fc2" ], "x-ms-correlation-request-id": [ - "9c00367b-1043-4028-98e4-59f8dbfe4c10" + "7b09e5cf-4536-47f7-8b97-ae27883c0fc2" ], "x-ms-routing-request-id": [ - "WESTUS2:20181220T194130Z:9c00367b-1043-4028-98e4-59f8dbfe4c10" + "JAPANEAST:20241206T023829Z:7b09e5cf-4536-47f7-8b97-ae27883c0fc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -771,17 +665,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ - "no-cache" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "Date": [ - "Thu, 20 Dec 2018 19:41:29 GMT" + "X-MSEdge-Ref": [ + "Ref A: 6DA656D0C51B43E0BB764858E0B645BA Ref B: TYO201100116019 Ref C: 2024-12-06T02:38:28Z" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "Date": [ + "Fri, 06 Dec 2024 02:38:29 GMT" ], "Content-Length": [ - "1619" + "1580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -790,876 +684,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"subject\": \"TestCertificate\",\r\n \"expiry\": \"Sat, 19 Jan 2019 19:41:28 GMT\",\r\n \"thumbprint\": \"32B26B639D72C9FDB07493317BF3C6236E8FC848\",\r\n \"isVerified\": false,\r\n \"created\": \"Thu, 20 Dec 2018 19:41:30 GMT\",\r\n \"updated\": \"Thu, 20 Dec 2018 19:41:30 GMT\",\r\n \"certificate\": \"MIIDPzCCAiegAwIBAgIQQ1/RwSPgy4ROJ0mf0sbl9jANBgkqhkiG9w0BAQsFADAaMRgwFgYDVQQDDA9UZXN0Q2VydGlmaWNhdGUwHhcNMTgxMjIwMTkzMTI4WhcNMTkwMTE5MTk0MTI4WjAaMRgwFgYDVQQDDA9UZXN0Q2VydGlmaWNhdGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC4qnkzThXyLGuRH+xlgCPdrpZzgPv1iLnjC0AesfzY+MggJxIRhSDKsFHTKIjQGdHK3ydch7Ki26QZ92K8gvaN51UMIpI/9J4samvA7JLB02iLA8+547dG8gXUF7qT7mjYp1n1oe0DcnwfqexTpMeeXXQ7xQqVaaarWvrWpqIe/6SLgTRMANqUSjd4LKUmJxx4x76QyiHyw1RA2CAxMHxC8JSTMoyRbXgihVSUPH7htS0sOJAd6AYVOUxrP8Ws2FBCZw7RQ9I5WV1ScZUtEXl7+fTEd/R0tNdNJ5LwGVgLQbPAkWHkLWSuHOyiALNJBuSB34CXdVAI0s2QfcOXlr8dAgMBAAGjgYAwfjAOBgNVHQ8BAf8EBAMCAgQwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBoGA1UdEQQTMBGCD1Rlc3RDZXJ0aWZpY2F0ZTASBgNVHRMBAf8ECDAGAQH/AgEMMB0GA1UdDgQWBBTTCZAwTLqBFxksKoMc0kz22NiuNjANBgkqhkiG9w0BAQsFAAOCAQEAFCRJIz2v3jbjAZrNPLSuCsRB0aOVBoio6zUj1LVUkr3CxIXYDvf9t7TcmEVZqlr76HzNzrVpSl3LBNaiBIlhheYRyHPXoirvK5MjfsV9vTra36LoqQkuXPGNezyZw2yEzjWFQWP3KLzHOPb5hNUZx+OnwV9uE8UJraBvJ5+8Q/H2OLTn5RT/2DWCvGe7fi+4TaCtx7e14gFRvi2F4pzKGKjbrWFYUtu617+z5KwqqYQF+iJy+gJxP0uoYcSyY5oWv68pGMCnz1O2xHAugkPMujGFTBPlCFLctyDSzJQplxPLQRoxJRFAbTW73CW4fKIN+O+DLwjdH+oTOQ6KDcvzSw==\"\r\n },\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1\",\r\n \"name\": \"Certificate1\",\r\n \"type\": \"Microsoft.Devices/IotHubs/Certificates\",\r\n \"etag\": \"AAAAAAQFk6s=\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDgvY2VydGlmaWNhdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDQtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "818884c8-3f25-4db7-8cc8-663f28ace9aa" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "f192171d-e343-47e3-95f1-03299572a681" - ], - "x-ms-correlation-request-id": [ - "f192171d-e343-47e3-95f1-03299572a681" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194130Z:f192171d-e343-47e3-95f1-03299572a681" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:29 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "517" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"subject\": \"TestCertificate\",\r\n \"expiry\": \"Sat, 19 Jan 2019 19:41:28 GMT\",\r\n \"thumbprint\": \"32B26B639D72C9FDB07493317BF3C6236E8FC848\",\r\n \"isVerified\": false,\r\n \"created\": \"Thu, 20 Dec 2018 19:41:30 GMT\",\r\n \"updated\": \"Thu, 20 Dec 2018 19:41:30 GMT\",\r\n \"certificate\": null\r\n },\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1\",\r\n \"name\": \"Certificate1\",\r\n \"type\": \"Microsoft.Devices/IotHubs/Certificates\",\r\n \"etag\": \"AAAAAAQFk6s=\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDgvY2VydGlmaWNhdGVzP2FwaS12ZXJzaW9uPTIwMTgtMDQtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a742965c-0dca-4268-a11f-7817f7062c01" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-request-id": [ - "7df6962d-0b63-4ed5-b368-5aa956c938db" - ], - "x-ms-correlation-request-id": [ - "7df6962d-0b63-4ed5-b368-5aa956c938db" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194133Z:7df6962d-0b63-4ed5-b368-5aa956c938db" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:33 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "12" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": []\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDgvY2VydGlmaWNhdGVzL0NlcnRpZmljYXRlMT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "752521ec-261c-424c-a5ad-0ac1e44cc5ea" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "3057da63-c9c6-4692-bce6-0da98d4ea3e2" - ], - "x-ms-correlation-request-id": [ - "3057da63-c9c6-4692-bce6-0da98d4ea3e2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194130Z:3057da63-c9c6-4692-bce6-0da98d4ea3e2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:30 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "505" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"subject\": \"TestCertificate\",\r\n \"expiry\": \"Sat, 19 Jan 2019 19:41:28 GMT\",\r\n \"thumbprint\": \"32B26B639D72C9FDB07493317BF3C6236E8FC848\",\r\n \"isVerified\": false,\r\n \"created\": \"Thu, 20 Dec 2018 19:41:30 GMT\",\r\n \"updated\": \"Thu, 20 Dec 2018 19:41:30 GMT\",\r\n \"certificate\": null\r\n },\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1\",\r\n \"name\": \"Certificate1\",\r\n \"type\": \"Microsoft.Devices/IotHubs/Certificates\",\r\n \"etag\": \"AAAAAAQFk6s=\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1/generateVerificationCode?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDgvY2VydGlmaWNhdGVzL0NlcnRpZmljYXRlMS9nZW5lcmF0ZVZlcmlmaWNhdGlvbkNvZGU/YXBpLXZlcnNpb249MjAxOC0wNC0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73a1df5c-1872-4142-91d2-cffd427441e2" - ], - "If-Match": [ - "AAAAAAQFk6s=" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-request-id": [ - "9c429e76-0f9e-4c78-9d0f-a101044af00d" - ], - "x-ms-correlation-request-id": [ - "9c429e76-0f9e-4c78-9d0f-a101044af00d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194131Z:9c429e76-0f9e-4c78-9d0f-a101044af00d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:30 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "575" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"verificationCode\": \"D1ACACFEF66C7944E00906F6E9E313E9E50D00589CC63897\",\r\n \"subject\": \"TestCertificate\",\r\n \"expiry\": \"Sat, 19 Jan 2019 19:41:28 GMT\",\r\n \"thumbprint\": \"32B26B639D72C9FDB07493317BF3C6236E8FC848\",\r\n \"isVerified\": false,\r\n \"created\": \"Thu, 20 Dec 2018 19:41:30 GMT\",\r\n \"updated\": \"Thu, 20 Dec 2018 19:41:31 GMT\",\r\n \"certificate\": null\r\n },\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1\",\r\n \"name\": \"Certificate1\",\r\n \"type\": \"Microsoft.Devices/IotHubs/Certificates\",\r\n \"etag\": \"AAAAAAQFk7k=\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1/verify?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDgvY2VydGlmaWNhdGVzL0NlcnRpZmljYXRlMS92ZXJpZnk/YXBpLXZlcnNpb249MjAxOC0wNC0wMQ==", - "RequestMethod": "POST", - //[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine")] - "RequestBody": "{\r\n \"certificate\": \"MIIDoDCCAoigAwIBAgIQKkLlYrGI7bpOmUMQJjNVnTANBgkqhkiG9w0BAQsFADAaMRgwFgYDVQQDDA9UZXN0Q2VydGlmaWNhdGUwHhcNMTgxMjIwMTkzMTMxWhcNMTkwMTE5MTk0MTMxWjA7MTkwNwYDVQQDDDBEMUFDQUNGRUY2NkM3OTQ0RTAwOTA2RjZFOUUzMTNFOUU1MEQwMDU4OUNDNjM4OTcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDMHb3J2dlRE3HZ6UW/2LUykm6/38UXRm7X7DIXPXqsLQEegpURLYgwboZdRAZcQtWV8AYHZHlcUBoEIKJKgsATjZ+9ezvSu7FO/Ieo/1i1Cz09RiQluJtCs90YJkuQp15MTiCiVYf8nsWxHSCxxyh01TuIaHBAzE0PSc8ZtQLfEMWIymMT6EerxQJGrMYq4ALxtKoMhHf6SjbIB0cV0dXKJ96c3RayQDZIRsq1PdjYT2NIcGhTVjxOSEJ11YCXPbGuH3sjyFKngZAB/PIDaGSaUEMIruIYhhqePqjR0/xxt2dZ0fK3srTlNpCmoHK2ZuDVV9R79P+bps93YB2JLUjFAgMBAAGjgcAwgb0wDgYDVR0PAQH/BAQDAgWgMDsGA1UdEQQ0MDKCMEQxQUNBQ0ZFRjY2Qzc5NDRFMDA5MDZGNkU5RTMxM0U5RTUwRDAwNTg5Q0M2Mzg5NzAdBgNVHSUEFjAUBggrBgEFBQcDAgYIKwYBBQUHAwEwDwYDVR0TAQH/BAUwAwIBADAfBgNVHSMEGDAWgBTTCZAwTLqBFxksKoMc0kz22NiuNjAdBgNVHQ4EFgQUteiY5yF4WmHn6Ij5OQ2jwTxWlKMwDQYJKoZIhvcNAQELBQADggEBAJjrnytmiA+z706Pxo1sO6acO8qoSh+s2ntqiU63Bso3ZonxH7GycPnmUP8GLbbkThfq4jC5T3juWmsGDv7fKs6dNDgOWNNUnK81Vb+k+qFQozdKS1ZQgHDwEoIfaYGq6WjBz7NR/vEcTtZ69d5nlvSX+1jdgvg1wXdS81/dviX2nJco2D3vYnPuJ7fLyEyw/f7Fa8axX+cMwQEOOXKHsQLr87ObeZNUksT4ylLiW0gaJe84ZXKAAwsizSu6W9/W4VGEp8pOSLlvassfkPW8mByA2FzkKVqSi4f8NlVcno45rgxnrXBO797O+1GghWKaOdWlcSNTI/TXYobHAXyjQe8=\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e0be41da-5bda-4d11-9658-6e9e5ec53fbd" - ], - "If-Match": [ - "AAAAAAQFk7k=" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1269" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-request-id": [ - "1f9bbfc0-218b-4967-8719-3a9e06aad204" - ], - "x-ms-correlation-request-id": [ - "1f9bbfc0-218b-4967-8719-3a9e06aad204" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194132Z:1f9bbfc0-218b-4967-8719-3a9e06aad204" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:32 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "504" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"subject\": \"TestCertificate\",\r\n \"expiry\": \"Sat, 19 Jan 2019 19:41:28 GMT\",\r\n \"thumbprint\": \"32B26B639D72C9FDB07493317BF3C6236E8FC848\",\r\n \"isVerified\": true,\r\n \"created\": \"Thu, 20 Dec 2018 19:41:30 GMT\",\r\n \"updated\": \"Thu, 20 Dec 2018 19:41:32 GMT\",\r\n \"certificate\": null\r\n },\r\n \"id\": \"/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1\",\r\n \"name\": \"Certificate1\",\r\n \"type\": \"Microsoft.Devices/IotHubs/Certificates\",\r\n \"etag\": \"AAAAAAQFk8g=\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008/certificates/Certificate1?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDgvY2VydGlmaWNhdGVzL0NlcnRpZmljYXRlMT9hcGktdmVyc2lvbj0yMDE4LTA0LTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fa3f0eb9-f938-4fa0-93ad-29f925d1a845" - ], - "If-Match": [ - "AAAAAAQFk8g=" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "78de7d9f-e96b-4e8a-a0ff-f780537221c8" - ], - "x-ms-correlation-request-id": [ - "78de7d9f-e96b-4e8a-a0ff-f780537221c8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194133Z:78de7d9f-e96b-4e8a-a0ff-f780537221c8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:33 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourceGroups/ps4366/providers/Microsoft.Devices/IotHubs/ps2008?api-version=2018-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlR3JvdXBzL3BzNDM2Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczIwMDg/YXBpLXZlcnNpb249MjAxOC0wNC0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "eb95549a-0036-4649-af90-7b68305e5f3d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYjQ5YjFiZGItZDEzYy00NmU2LTg1MTAtNDI4NjViMWIyMGQz?api-version=2018-04-01&operationSource=os_ih&asyncinfo" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-request-id": [ - "88009eb6-b090-45ba-8ca5-371307b46270" - ], - "x-ms-correlation-request-id": [ - "88009eb6-b090-45ba-8ca5-371307b46270" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194134Z:88009eb6-b090-45ba-8ca5-371307b46270" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:34 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYjQ5YjFiZGItZDEzYy00NmU2LTg1MTAtNDI4NjViMWIyMGQz?api-version=2018-04-01&operationSource=os_ih" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "4" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "null", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYjQ5YjFiZGItZDEzYy00NmU2LTg1MTAtNDI4NjViMWIyMGQz?api-version=2018-04-01&operationSource=os_ih&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWWpRNVlqRmlaR0l0WkRFell5MDBObVUyTFRnMU1UQXROREk0TmpWaU1XSXlNR1F6P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDEmb3BlcmF0aW9uU291cmNlPW9zX2loJmFzeW5jaW5mbw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-request-id": [ - "e3a207f9-a5fd-429d-b651-94f21722b5d9" - ], - "x-ms-correlation-request-id": [ - "e3a207f9-a5fd-429d-b651-94f21722b5d9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194150Z:e3a207f9-a5fd-429d-b651-94f21722b5d9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:49 GMT" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYjQ5YjFiZGItZDEzYy00NmU2LTg1MTAtNDI4NjViMWIyMGQz?api-version=2018-04-01&operationSource=os_ih", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9vcGVyYXRpb25SZXN1bHRzL2IzTmZhV2hmWWpRNVlqRmlaR0l0WkRFell5MDBObVUyTFRnMU1UQXROREk0TmpWaU1XSXlNR1F6P2FwaS12ZXJzaW9uPTIwMTgtMDQtMDEmb3BlcmF0aW9uU291cmNlPW9zX2lo", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.IotHub.IotHubClient/2.1.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "b3b50d92-69fe-433e-ac4e-6ba06924822e" - ], - "x-ms-correlation-request-id": [ - "b3b50d92-69fe-433e-ac4e-6ba06924822e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194150Z:b3b50d92-69fe-433e-ac4e-6ba06924822e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:49 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/operationResults/b3NfaWhfYjQ5YjFiZGItZDEzYy00NmU2LTg1MTAtNDI4NjViMWIyMGQz?api-version=2018-04-01&operationSource=os_ih" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/resourcegroups/ps4366?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL3Jlc291cmNlZ3JvdXBzL3BzNDM2Nj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1c3fb290-5427-460f-8e2a-e3b6374b342b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "8be62ec0-c7d9-4aa1-9950-2abc0c506a90" - ], - "x-ms-correlation-request-id": [ - "8be62ec0-c7d9-4aa1-9950-2abc0c506a90" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194150Z:8be62ec0-c7d9-4aa1-9950-2abc0c506a90" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:41:50 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "80986898-9783-44ac-b098-2541d0b53db8" - ], - "x-ms-correlation-request-id": [ - "80986898-9783-44ac-b098-2541d0b53db8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194206Z:80986898-9783-44ac-b098-2541d0b53db8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:42:05 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "de26dd72-608d-48b5-b3e0-a713acadcb1f" - ], - "x-ms-correlation-request-id": [ - "de26dd72-608d-48b5-b3e0-a713acadcb1f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194221Z:de26dd72-608d-48b5-b3e0-a713acadcb1f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:42:20 GMT" - ], - "Location": [ - "https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "aa88e454-930c-410f-80ed-09eaf7e6a8eb" - ], - "x-ms-correlation-request-id": [ - "aa88e454-930c-410f-80ed-09eaf7e6a8eb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194236Z:aa88e454-930c-410f-80ed-09eaf7e6a8eb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:42:35 GMT" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1QUzQzNjYtV0VTVFVTIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMifQ?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTFkMTI2NjAtM2RlYy00NjdhLWJlMmEtMjEzYjU1NDRkZGMwL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFRVXpRek5qWXRWMFZUVkZWVElpd2lhbTlpVEc5allYUnBiMjRpT2lKM1pYTjBkWE1pZlE/YXBpLXZlcnNpb249MjAxNi0wOS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.7.3260.0", - "OSName/Windows", - "OSVersion/10.0.17134.0", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0" - ] - }, - "ResponseHeaders": { - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "f1837528-8d46-4c9c-b049-cda965e0d3cf" - ], - "x-ms-correlation-request-id": [ - "f1837528-8d46-4c9c-b049-cda965e0d3cf" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20181220T194236Z:f1837528-8d46-4c9c-b049-cda965e0d3cf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 20 Dec 2018 19:42:35 GMT" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/ps1847/providers/Microsoft.Devices/IotHubs/ps5481\",\r\n \"name\": \"ps5481\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"9e223dbe-3399-4e19-88eb-0975f02ac87f\",\r\n \"resourcegroup\": \"ps1847\",\r\n \"etag\": \"AAAAAAYAAAA=\",\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\": \"ps5481.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\": \"ps5481\",\r\n \"endpoint\": \"sb://iothub-ns-ps5481-63332361-37a4758e5e.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\": \"RootCertificateV2\",\r\n \"allowedFqdnList\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n },\r\n \"systemData\": {\r\n \"createdAt\": \"2024-12-06T02:36:22.3533333Z\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": { "Test-AzureRmIotHubCertificateLifecycle": [ - "ps2008", - "ps4366" + "ps5481", + "ps1847" ] }, "Variables": { - "SubscriptionId": "91d12660-3dec-467a-be2a-213b5544ddc0" + "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f" } } \ No newline at end of file diff --git a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubTests/TestAzureIotHubLifeCycle.json b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubTests/TestAzureIotHubLifeCycle.json index 6bb778564a8b..320b9be41614 100644 --- a/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubTests/TestAzureIotHubLifeCycle.json +++ b/src/IotHub/IotHub.Test/SessionRecords/Microsoft.Azure.Commands.IotHub.Test.ScenarioTests.IotHubTests/TestAzureIotHubLifeCycle.json @@ -1,84 +1,24 @@ { "Entries": [ { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices?api-version=2016-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcz9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", "RequestMethod": "GET", - "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "32cf77f1-5afd-48ce-bc1f-6c9e5876130f" + "b1132af4-886e-4cf9-bacc-348a7ab3241b" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.47" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "cfe1e2fd-301e-4c47-9ad2-ca06cef5ab79" - ], - "x-ms-correlation-request-id": [ - "cfe1e2fd-301e-4c47-9ad2-ca06cef5ab79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002522Z:cfe1e2fd-301e-4c47-9ad2-ca06cef5ab79" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:25:21 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "8553" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.102" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\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 \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\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 \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\r\n \"2018-04-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Germany North\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\",\r\n \"Australia Central 2\",\r\n \"Australia Central\"\r\n ],\r\n \"apiVersions\": [\r\n \"2019-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"ElasticPools\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2021-02-01-preview\",\r\n \"2019-07-01-preview\",\r\n \"2019-03-22-preview\",\r\n \"2018-12-01-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 ],\r\n \"apiVersions\": [\r\n \"2021-02-01-preview\",\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 \"registrationState\": \"Registered\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/IotHubs?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f6c3b231-c0c5-4ea6-8a50-215e89d1939e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -86,26 +26,20 @@ "Pragma": [ "no-cache" ], - "x-ms-original-request-ids": [ - "", - "", - "", - "", - "", - "", - "" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "1099" + ], + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "1ec34ea0-493f-4e1b-a977-a1f7266aa964" + "d5bf6270-c9fa-48f9-87a4-84a4d59f9352" ], "x-ms-correlation-request-id": [ - "1ec34ea0-493f-4e1b-a977-a1f7266aa964" + "d5bf6270-c9fa-48f9-87a4-84a4d59f9352" ], "x-ms-routing-request-id": [ - "WESTUS2:20211016T002527Z:1ec34ea0-493f-4e1b-a977-a1f7266aa964" + "JAPANEAST:20241206T023954Z:d5bf6270-c9fa-48f9-87a4-84a4d59f9352" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -113,77 +47,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Sat, 16 Oct 2021 00:25:27 GMT" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "55486" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ADU/providers/Microsoft.Devices/IotHubs/upx-adu-int\",\r\n \"name\": \"upx-adu-int\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ADU\",\r\n \"etag\": \"AAAADFmH/dQ=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"Central US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US 2\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"upx-adu-int.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\": \"upx-adu-int\",\r\n \"endpoint\": \"sb://iothub-ns-upx-adu-in-3020691-340db736ec.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 },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ADU/providers/Microsoft.Devices/IotHubs/upx-adu-prod\",\r\n \"name\": \"upx-adu-prod\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"!iot-device-group-names\": \"[\\\"GameTheory\\\",\\\"group\\\"]\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ADU\",\r\n \"etag\": \"AAAADFmH/dI=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"Central US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"East US 2\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"upx-adu-prod.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\": \"upx-adu-prod\",\r\n \"endpoint\": \"sb://iothub-ns-upx-adu-pr-3020700-04500165c8.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 \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerNorthEurope\",\r\n \"name\": \"rkesslerNorthEurope\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"rkesslerTest\",\r\n \"etag\": \"AAAADFmIT20=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"North Europe\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"rkesslerNorthEurope.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\": \"rkesslernortheurope\",\r\n \"endpoint\": \"sb://iothub-ns-rkesslerno-6065260-e40e15a83a.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ADU/providers/Microsoft.Devices/IotHubs/adu-privatepreview-hub\",\r\n \"name\": \"adu-privatepreview-hub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ADU\",\r\n \"etag\": \"AAAADFmIPoQ=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"ActivationFailed\",\r\n \"provisioningState\": \"Failed\",\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerEastEUAP\",\r\n \"name\": \"rkesslerEastEUAP\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"rkesslerTest\",\r\n \"etag\": \"AAAADFq+0PQ=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"rkesslerEastEUAP.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\": \"rkesslereasteuap\",\r\n \"endpoint\": \"sb://iothub-ns-rkesslerea-8983535-c5e2500f5d.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\": true,\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunHub\",\r\n \"name\": \"PaymaunHub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"TestCLI\",\r\n \"etag\": \"AAAADFodoV4=\",\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\": \"PaymaunHub.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\": \"paymaunhub\",\r\n \"endpoint\": \"sb://iothub-ns-paymaunhub-2363588-460f33d1a4.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_PaymaunHub;SharedAccessKey=****;EntityPath=paymauneventhub\",\r\n \"name\": \"myEventhubEp\",\r\n \"id\": \"c9b7ab5b-7624-44a4-a1ad-f598f0962fd1\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"TestCLI\"\r\n },\r\n {\r\n \"connectionString\": \"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=TestPolicy;SharedAccessKey=****;EntityPath=paymauneventhub\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"MyEHEndpoint\",\r\n \"id\": \"df3df736-f923-4f92-9d53-32a6ee66a03e\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"TestCLI\"\r\n }\r\n ],\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\": \"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=testiotextstor0;AccountKey=****\",\r\n \"containerName\": \"devices\"\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 \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"4b7391c6-0e52-4226-af5b-bf287993966a\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/yingworkhub\",\r\n \"name\": \"yingworkhub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ying\",\r\n \"etag\": \"AAAADFmIavM=\",\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\": \"yingworkhub.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\": \"yingworkhub\",\r\n \"endpoint\": \"sb://iothub-ns-yingworkhu-7810654-bfabd1a47f.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://yingevent.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_yingworkhub;SharedAccessKey=****;EntityPath=testevent\",\r\n \"name\": \"test222\",\r\n \"id\": \"cdd74cb4-e0db-4cf8-8bc7-8f7f4f3345b6\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ying\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"DeviceUpdate.DeviceTwinChanges\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"(opType = 'updateTwin' OR opType = 'replaceTwin') AND IS_DEFINED($body.tags.ADUGroup)\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"DeviceUpdate.DigitalTwinChanges\",\r\n \"source\": \"DigitalTwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"DeviceUpdate.DeviceLifeCycle\",\r\n \"source\": \"DeviceLifecycleEvents\",\r\n \"condition\": \"opType = 'deleteDeviceIdentity' OR opType = 'deleteModuleIdentity'\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": \"PT5H\",\r\n \"connectionString\": \"\",\r\n \"containerName\": \"\",\r\n \"authenticationType\": \"keyBased\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT5H\",\r\n \"maxDeliveryCount\": 19\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 \"privateEndpointConnections\": [\r\n {\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ying/providers/Microsoft.Network/privateEndpoints/yingtestdt\"\r\n },\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Rejected\",\r\n \"description\": \"Auto-Approved\",\r\n \"actionsRequired\": \"None\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/yingworkhub/PrivateEndpointConnections/yingworkhub.8f85c9a7-71ba-444f-b625-79a068104d70\",\r\n \"name\": \"yingworkhub.8f85c9a7-71ba-444f-b625-79a068104d70\",\r\n \"type\": \"Microsoft.Devices/IotHubs/PrivateEndpointConnections\"\r\n }\r\n ],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/iliestesthub\",\r\n \"name\": \"iliestesthub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"iliesrg\",\r\n \"etag\": \"AAAADFqDrVc=\",\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 {\r\n \"filterName\": \"73.118.245.203\",\r\n \"action\": \"Accept\",\r\n \"ipMask\": \"73.118.245.203\"\r\n }\r\n ],\r\n \"hostName\": \"iliestesthub.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\": \"iliestesthub\",\r\n \"endpoint\": \"sb://iothub-ns-iliestesth-10067252-dcdca313d5.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 \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=andbuctestadu;AccountKey=****\",\r\n \"containerName\": \"test\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro\",\r\n \"batchFrequencyInSeconds\": 100,\r\n \"maxChunkSizeInBytes\": 104857600,\r\n \"encoding\": \"avro\",\r\n \"name\": \"storageendpoint\",\r\n \"id\": \"f82ebb49-8708-4d8f-9050-224ff362f456\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"ADU\"\r\n }\r\n ]\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 \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-cli-test-hub-2\",\r\n \"name\": \"rk-cli-test-hub-2\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"rk-iot-rg\",\r\n \"etag\": \"AAAADFmIuJE=\",\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\": \"rk-cli-test-hub-2.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\": \"rk-cli-test-hub-2\",\r\n \"endpoint\": \"sb://iothub-ns-rk-cli-tes-11309416-1adf0848e3.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\": \"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=testiotextstor0;AccountKey=****\",\r\n \"containerName\": \"devices\",\r\n \"authenticationType\": \"keyBased\"\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 \"identity\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"65660efa-b707-4fab-9012-39c0b7bccbcc\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-identity-hub\",\r\n \"name\": \"rk-identity-hub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"e\": \"b\",\r\n \"test\": \"test\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"rk-iot-rg\",\r\n \"etag\": \"AAAADFmIBf4=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [\r\n {\r\n \"filterName\": \"test\",\r\n \"action\": \"Accept\",\r\n \"ipMask\": \"0.0.0.1\"\r\n },\r\n {\r\n \"filterName\": \"50.35.186.142\",\r\n \"action\": \"Accept\",\r\n \"ipMask\": \"50.35.186.142\"\r\n }\r\n ],\r\n \"hostName\": \"rk-identity-hub.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\": \"rk-identity-hub\",\r\n \"endpoint\": \"sb://iothub-ns-rk-identit-3174359-de82e52e4d.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 {\r\n \"name\": \"test\",\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 \"name\": \"lifecycle_route\",\r\n \"source\": \"DeviceLifecycleEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"device_job_lifecycle_events_route\",\r\n \"source\": \"DeviceJobLifecycleEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": \"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=testiotextstor0;AccountKey=****\",\r\n \"containerName\": \"devices\",\r\n \"authenticationType\": \"keyBased\"\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\": true,\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 \"minTlsVersion\": \"1.2\",\r\n \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"2ec95e8e-45d2-4680-bed8-1fe8433820b4\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubEast\",\r\n \"name\": \"rkesslerHubEast\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"rkesslerTest\",\r\n \"etag\": \"AAAADFqTgtU=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [\r\n {\r\n \"filterName\": \"73.97.132.150\",\r\n \"action\": \"Accept\",\r\n \"ipMask\": \"73.97.132.150\"\r\n }\r\n ],\r\n \"hostName\": \"rkesslerHubEast.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 2,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"rkesslerhubeast\",\r\n \"endpoint\": \"sb://iothub-ns-rkesslerhu-4910438-f8efa5cb25.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://az-cli-int-test-servicebus-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerTest;SharedAccessKey=****;EntityPath=testtopic\",\r\n \"name\": \"endpoint1\",\r\n \"id\": \"64774abf-3add-4e83-b0e5-ad6c9a07fd42\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"cli-int-test-rg\"\r\n }\r\n ],\r\n \"serviceBusTopics\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://az-cli-int-test-servicebus-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerTest;SharedAccessKey=****;EntityPath=az-cli-int-test-servicebus\",\r\n \"name\": \"servicebustopic1\",\r\n \"id\": \"89b2c8ba-0ce6-4cf8-959d-1ae596c680a1\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"cli-int-test-rg\"\r\n }\r\n ],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub\",\r\n \"name\": \"testRoute1\",\r\n \"id\": \"421c6e84-9b92-474a-a4f0-812004ba5409\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"rk-iot-rg\"\r\n },\r\n {\r\n \"connectionString\": \"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub\",\r\n \"name\": \"ehubtest2\",\r\n \"id\": \"1322ca79-5ab5-498f-aa42-9bb943a9fd86\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"rk-iot-rg\"\r\n },\r\n {\r\n \"connectionString\": \"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"testEndpoint\",\r\n \"id\": \"f21787f6-3389-4a72-9ce1-9ae01853105a\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"rk-iot-rg\"\r\n },\r\n {\r\n \"connectionString\": \"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"testEndpoint2\",\r\n \"id\": \"ced63e9b-9199-4cf6-9cf6-6f296608496c\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"rk-iot-rg\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;AccountName=rkstoragetest;AccountKey=****\",\r\n \"containerName\": \"test3\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro\",\r\n \"batchFrequencyInSeconds\": 100,\r\n \"maxChunkSizeInBytes\": 104857600,\r\n \"encoding\": \"avro\",\r\n \"name\": \"storage\",\r\n \"id\": \"47bb7579-95c8-429e-8fda-8389e10dc90d\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"rk-iot-rg\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [],\r\n \"routes\": [\r\n {\r\n \"name\": \"DigitalTwinChanges\",\r\n \"source\": \"DigitalTwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"DeviceLifeCycle\",\r\n \"source\": \"DeviceLifecycleEvents\",\r\n \"condition\": \"opType = 'deleteDeviceIdentity'\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"TelemetryModelInformation\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"$iothub-interface-id = \\\"urn:azureiot:ModelDiscovery:ModelInformation:1\\\"\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"DeviceTwinEvents\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"(opType = 'updateTwin' OR opType = 'replaceTwin')\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"test\",\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 \"name\": \"DeviceUpdate.DeviceTwinChanges\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"(opType = 'updateTwin' OR opType = 'replaceTwin') AND IS_DEFINED($body.tags.ADUGroup)\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"DeviceUpdate.DigitalTwinChanges\",\r\n \"source\": \"DigitalTwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"DeviceUpdate.DeviceLifeCycle\",\r\n \"source\": \"DeviceLifecycleEvents\",\r\n \"condition\": \"opType = 'deleteDeviceIdentity' OR opType = 'deleteModuleIdentity'\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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 \"authenticationType\": \"keyBased\"\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\": \"PT2H\",\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 \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 2\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubBasic\",\r\n \"name\": \"rkesslerHubBasic\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"rkesslerTest\",\r\n \"etag\": \"AAAADFmISu0=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"rkesslerHubBasic.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\": \"rkesslerhubbasic\",\r\n \"endpoint\": \"sb://iothub-ns-rkesslerhu-5856834-888c890346.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 {\r\n \"name\": \"route1\",\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 \"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 \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/avagraw-iot-hub\",\r\n \"name\": \"avagraw-iot-hub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"avagraw_test\",\r\n \"etag\": \"AAAADFmIkck=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"avagraw-iot-hub.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\": \"avagraw-iot-hub\",\r\n \"endpoint\": \"sb://iothub-ns-avagraw-io-9684408-600ce25791.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/iot-cli-extensions-integration-test-hub\",\r\n \"name\": \"iot-cli-extensions-integration-test-hub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"avagraw_test\",\r\n \"etag\": \"AAAADFmIksM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"iot-cli-extensions-integration-test-hub.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\": \"iot-cli-extensions-integr\",\r\n \"endpoint\": \"sb://iothub-ns-iot-cli-ex-9730108-95336c2aa2.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\": \"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=azcliintteststorage;AccountKey=****\",\r\n \"containerName\": \"devices\",\r\n \"authenticationType\": \"keyBased\"\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-test-1\",\r\n \"name\": \"raharri-test-1\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"raharri\",\r\n \"etag\": \"AAAADFmIxIY=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"raharri-test-1.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\": \"raharri-test-1\",\r\n \"endpoint\": \"sb://iothub-ns-raharri-te-11679783-1aaeaaee16.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 {\r\n \"name\": \"DeviceUpdate.DeviceTwinChanges\",\r\n \"source\": \"TwinChangeEvents\",\r\n \"condition\": \"(opType = 'updateTwin' OR opType = 'replaceTwin') AND IS_DEFINED($body.tags.ADUGroup)\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"DeviceUpdate.DigitalTwinChanges\",\r\n \"source\": \"DigitalTwinChangeEvents\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"DeviceUpdate.DeviceLifeCycle\",\r\n \"source\": \"DeviceLifecycleEvents\",\r\n \"condition\": \"opType = 'deleteDeviceIdentity' OR opType = 'deleteModuleIdentity'\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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 \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubAu2021\",\r\n \"name\": \"rkesslerHubAu2021\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"rkesslerTest\",\r\n \"etag\": \"AAAADFml6Hc=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"rkesslerHubAu2021.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\": \"rkesslerhubau2021\",\r\n \"endpoint\": \"sb://iothub-ns-rkesslerhu-14200631-5fb9c3ad42.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/fileupload-icm\",\r\n \"name\": \"fileupload-icm\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"askhura-test-rg\",\r\n \"etag\": \"AAAADFnqcj8=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [\r\n {\r\n \"filterName\": \"71.227.232.33\",\r\n \"action\": \"Accept\",\r\n \"ipMask\": \"71.227.232.33\"\r\n }\r\n ],\r\n \"hostName\": \"fileupload-icm.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\": \"fileupload-icm\",\r\n \"endpoint\": \"sb://iothub-ns-fileupload-14312231-bc8f29349b.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\": \"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=rkiotstorage2;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"authenticationType\": \"keyBased\"\r\n }\r\n },\r\n \"messagingEndpoints\": {\r\n \"fileNotifications\": {\r\n \"lockDurationAsIso8601\": \"PT1M\",\r\n \"ttlAsIso8601\": \"PT1H\",\r\n \"maxDeliveryCount\": 12\r\n }\r\n },\r\n \"enableFileUploadNotifications\": true,\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 \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"53c9e636-78dc-49a7-8eb9-294314589c04\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/vilit/providers/Microsoft.Devices/IotHubs/vilit-hub-test\",\r\n \"name\": \"vilit-hub-test\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"vilit\",\r\n \"etag\": \"AAAADFn66kU=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"vilit-hub-test.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\": \"vilit-hub-test\",\r\n \"endpoint\": \"sb://iothub-ns-vilit-hub-14408927-ffe1336049.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://viliteventhub.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_vilit-hub-test;SharedAccessKey=****;EntityPath=eventhub\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"iothubroutes\",\r\n \"id\": \"682dd1c7-2ec0-4b24-82bb-f7448dc72e54\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"vilit\"\r\n },\r\n {\r\n \"connectionString\": \"Endpoint=sb://viliteventhub.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_vilit-hub-test;SharedAccessKey=****;EntityPath=eventhub2\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"sdjfhsdhfksjdfh\",\r\n \"id\": \"92c08215-703f-4418-9080-8f52dbb1ed45\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"vilit\"\r\n }\r\n ],\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 \"minTlsVersion\": \"1.2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"dc5a6c36-3085-46e0-b793-3938aef01f3d\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/vilit-pytest-hub\",\r\n \"name\": \"vilit-pytest-hub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"TestCLI\",\r\n \"etag\": \"AAAADFm1ZRU=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"vilit-pytest-hub.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\": \"vilit-pytest-hub\",\r\n \"endpoint\": \"sb://iothub-ns-vilit-pyte-14648386-9899ac09c8.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 \"identity\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"72c1c80d-574e-43cd-8816-67e00e9811b4\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/vilit/providers/Microsoft.Devices/IotHubs/vilit-test-hub-dashes\",\r\n \"name\": \"vilit-test-hub-dashes\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"vilit\",\r\n \"etag\": \"AAAADFpWBr4=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"vilit-test-hub-dashes.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\": \"vilit-test-hub-dashes\",\r\n \"endpoint\": \"sb://iothub-ns-vilit-test-15188641-3598088a85.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/vilit/providers/Microsoft.Devices/IotHubs/vilit-hub-test2\",\r\n \"name\": \"vilit-hub-test2\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"vilit\",\r\n \"etag\": \"AAAADFpV4WU=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"vilit-hub-test2.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\": \"vilit-hub-test2\",\r\n \"endpoint\": \"sb://iothub-ns-vilit-hub-15268145-ffc05251c0.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://viliteventhub.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_vilit-hub-test2;SharedAccessKey=****;EntityPath=eventhub3\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"endpoint11\",\r\n \"id\": \"fdd8a026-ac39-44a8-9ec3-d909dc0e5a48\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"vilit\"\r\n },\r\n {\r\n \"connectionString\": \"Endpoint=sb://viliteventhub.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_vilit-hub-test2;SharedAccessKey=****;EntityPath=eventhub3\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"endpoint12\",\r\n \"id\": \"3578cc2d-b7c6-4ea2-af74-4fb13836c0f9\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"vilit\"\r\n },\r\n {\r\n \"connectionString\": \"Endpoint=sb://viliteventhub.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_vilit-hub-test2;SharedAccessKey=****;EntityPath=eventhub3\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"endpoint10\",\r\n \"id\": \"bfff3883-7f78-47bd-bd07-06b8f2e05e47\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"vilit\"\r\n },\r\n {\r\n \"connectionString\": \"Endpoint=sb://viliteventhub.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_vilit-hub-test2;SharedAccessKey=****;EntityPath=eventhub3\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"endpoint13\",\r\n \"id\": \"377a0e29-defd-4383-a8a2-e8e5e742f6be\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"vilit\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route10\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"endpoint10\"\r\n ],\r\n \"isEnabled\": true\r\n },\r\n {\r\n \"name\": \"route11\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"endpoint11\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/TestIotExt1\",\r\n \"name\": \"TestIotExt1\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"TestCLI\",\r\n \"etag\": \"AAAADFmH0r4=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"TestIotExt1.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\": \"testiotext1\",\r\n \"endpoint\": \"sb://iothub-ns-testiotext-2312279-f90eed5388.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\": \"DefaultEndpointsProtocol=https;AccountName=testiotextstor0;AccountKey=****\",\r\n \"containerName\": \"devices\"\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/ProHub\",\r\n \"name\": \"ProHub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"TestCLI\",\r\n \"etag\": \"AAAADFmH8WM=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ProHub.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\": \"prohub\",\r\n \"endpoint\": \"sb://iothub-ns-prohub-2773227-3cde9e3ef9.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/pamontg/providers/Microsoft.Devices/IotHubs/pamontg\",\r\n \"name\": \"pamontg\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"pamontg\",\r\n \"etag\": \"AAAADFmIK6Q=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"pamontg.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\": \"pamontg\",\r\n \"endpoint\": \"sb://iothub-ns-pamontg-4056358-fb03bca692.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://pamontg-eh.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_pamontg;SharedAccessKey=****;EntityPath=captured\",\r\n \"name\": \"pamontg-eh\",\r\n \"id\": \"50d18bf3-3b04-4b57-b910-315157e6bd44\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"pamontg\"\r\n }\r\n ],\r\n \"storageContainers\": [\r\n {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=pamontg;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro\",\r\n \"batchFrequencyInSeconds\": 100,\r\n \"maxChunkSizeInBytes\": 104857600,\r\n \"encoding\": \"avro\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"store1\",\r\n \"id\": \"e970e1b8-93f0-4b67-8196-25ff6533b44c\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"pamontg\"\r\n },\r\n {\r\n \"connectionString\": \"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=pamontg;AccountKey=****\",\r\n \"containerName\": \"container1\",\r\n \"fileNameFormat\": \"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.json\",\r\n \"batchFrequencyInSeconds\": 100,\r\n \"maxChunkSizeInBytes\": 104857600,\r\n \"encoding\": \"json\",\r\n \"authenticationType\": \"keyBased\",\r\n \"name\": \"store2\",\r\n \"id\": \"5c98782c-15b1-4f24-a086-2e6b4eee191c\",\r\n \"subscriptionId\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourceGroup\": \"pamontg\"\r\n }\r\n ]\r\n },\r\n \"enrichments\": [],\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\": \"DefaultEndpointsProtocol=https;AccountName=pamontgtsi;AccountKey=****\",\r\n \"containerName\": \"hubcontainer\"\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 \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"7d0f402c-d032-4a55-a6be-763d4252af10\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubWestUS2\",\r\n \"name\": \"rkesslerHubWestUS2\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"rkesslerTest\",\r\n \"etag\": \"AAAADFmIS3M=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [\r\n {\r\n \"filterName\": \"73.97.132.150\",\r\n \"action\": \"Accept\",\r\n \"ipMask\": \"73.97.132.150\"\r\n }\r\n ],\r\n \"hostName\": \"rkesslerHubWestUS2.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\": \"rkesslerhubwestus2\",\r\n \"endpoint\": \"sb://iothub-ns-rkesslerhu-5873664-22a9e08b63.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 \"privateEndpointConnections\": [],\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-cli-int-test-hub\",\r\n \"name\": \"rk-cli-int-test-hub\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"rk-iot-rg\",\r\n \"etag\": \"AAAADFmIVSA=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"rk-cli-int-test-hub.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\": \"rk-cli-int-test-hub\",\r\n \"endpoint\": \"sb://iothub-ns-rk-cli-int-6335385-8cf2a6e686.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\": \"DefaultEndpointsProtocol=https;AccountName=testiotextstor0;AccountKey=****\",\r\n \"containerName\": \"devices\"\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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/pamontg/providers/Microsoft.Devices/IotHubs/pamontg2\",\r\n \"name\": \"pamontg2\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"pamontg\",\r\n \"etag\": \"AAAADFmbXpk=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"West US 2\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West Central US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"pamontg2.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\": \"pamontg2\",\r\n \"endpoint\": \"sb://iothub-ns-pamontg2-13844841-cb639165c1.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 \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/IotHubs?api-version=2020-03-01&%24skiptoken=DczdCsIgGADQd%2fHe6X4SG0SMGhSsiGoP8OW%2bSmIq6kY09u7t%2fnAmYvAbG20%2bgZQT2dXn%2b7Vq2lvdVhdSkneMLpSM9WDghT2amMBv8Jgo27MwPILy2kVtTWCQS9GtECjCmtOiSIHKTOS0k6nIhVSygJQ5b0fdoQ%2fspJW3wT5jssdRKwzsaONhGbfgNB0XsqybjGec8pzylMzzHw%3d%3d\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourcegroups/ps9106?api-version=2016-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlZ3JvdXBzL3BzOTEwNj9hcGktdmVyc2lvbj0yMDE2LTA5LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a0efeebf-9649-41d9-bae3-0d2f31aadc7a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/1.3.47" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "29" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "48296f87-29d6-44d5-8d8b-ef69aaad7293" - ], - "x-ms-correlation-request-id": [ - "48296f87-29d6-44d5-8d8b-ef69aaad7293" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002528Z:48296f87-29d6-44d5-8d8b-ef69aaad7293" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "X-Content-Type-Options": [ - "nosniff" + "X-MSEdge-Ref": [ + "Ref A: DC982C265E9A40E29C9095A8918E0796 Ref B: TYO201151005031 Ref C: 2024-12-06T02:39:53Z" ], "Date": [ - "Sat, 16 Oct 2021 00:25:28 GMT" + "Fri, 06 Dec 2024 02:39:53 GMT" ], "Content-Length": [ - "165" + "10031" ], "Content-Type": [ "application/json; charset=utf-8" @@ -192,98 +66,28 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106\",\r\n \"name\": \"ps9106\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 201 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/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 \"roleDefinitionId\": \"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"\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 \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-15-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\r\n \"locations\": [\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-07-15-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkProvisioningServiceNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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\": \"provisioningServiceOperationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-09-01-preview\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations/provisioningServiceOperationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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 },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2021-02-01-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\r\n \"2020-03-01\",\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\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway EAST\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"IotHubs\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\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\": \"IotHubs/failover\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-06-30-preview\",\r\n \"2023-06-30\",\r\n \"2022-04-30-preview\",\r\n \"2021-07-02-preview\",\r\n \"2021-07-02\",\r\n \"2021-07-01-preview\",\r\n \"2021-07-01\",\r\n \"2021-03-31\",\r\n \"2021-03-03-preview\",\r\n \"2020-08-31-preview\",\r\n \"2020-08-31\",\r\n \"2020-08-01\",\r\n \"2020-07-10-preview\",\r\n \"2020-06-15\",\r\n \"2020-04-01\",\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 },\r\n {\r\n \"resourceType\": \"ProvisioningServices\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"France South\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"West US 3\",\r\n \"Germany West Central\",\r\n \"UAE North\",\r\n \"East US 2 EUAP\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2023-03-01-preview\",\r\n \"2022-12-12\",\r\n \"2022-02-05\",\r\n \"2021-10-15\",\r\n \"2020-03-01\",\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\": \"IotHubs/securitySettings\",\r\n \"locations\": [\r\n \"West US\",\r\n \"Australia Central 2\",\r\n \"Australia Southeast\",\r\n \"Canada East\",\r\n \"Central US\",\r\n \"East US\",\r\n \"Germany West Central\",\r\n \"Korea South\",\r\n \"Japan West\",\r\n \"South India\",\r\n \"South Africa West\",\r\n \"UAE North\",\r\n \"Southeast Asia\",\r\n \"West Europe\",\r\n \"Norway West\",\r\n \"West US 3\",\r\n \"Norway East\",\r\n \"UK South\",\r\n \"South Central US\",\r\n \"Australia Central\",\r\n \"Australia East\",\r\n \"Brazil South\",\r\n \"Canada Central\",\r\n \"Central India\",\r\n \"East Asia\",\r\n \"France Central\",\r\n \"Germany North\",\r\n \"Japan East\",\r\n \"Korea Central\",\r\n \"North Europe\",\r\n \"South Africa North\",\r\n \"UAE Central\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"North Central US\",\r\n \"East US 2\",\r\n \"Qatar Central\",\r\n \"Switzerland North\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\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/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142?api-version=2018-01-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI0MTQyP2FwaS12ZXJzaW9uPTIwMTgtMDEtMDEtcHJldmlldw==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"West US\"\r\n}", + "RequestUri": "/subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOWUyMjNkYmUtMzM5OS00ZTE5LTg4ZWItMDk3NWYwMmFjODdmL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9Jb3RIdWJzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDI=", + "RequestMethod": "GET", "RequestHeaders": { "x-ms-client-request-id": [ - "6bb10dcc-4578-458c-b81b-1008c2e2370f" + "b593b5ce-f180-4582-bea8-4e9ee135ebff" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.29719.03", + "FxVersion/6.0.3524.45918", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "29" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "22a424f7-382d-4a50-98d2-e9b0e290ea91_M1SN1_M1SN1" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "49" - ], - "x-ms-correlation-request-id": [ - "88b02287-9f80-42a4-b027-a9ac9f4b88b9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002532Z:88b02287-9f80-42a4-b027-a9ac9f4b88b9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:25:32 GMT" - ], - "Content-Length": [ - "662" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" + "OSVersion/Microsoft.Windows.10.0.26100", + "Microsoft.Azure.Management.IotHub.IotHubClient/0.0.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142\",\r\n \"name\": \"eventHub4142\",\r\n \"type\": \"Microsoft.EventHub/Namespaces\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"zoneRedundant\": false,\r\n \"isAutoInflateEnabled\": false,\r\n \"maximumThroughputUnits\": 0,\r\n \"kafkaEnabled\": true,\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"a386d5ea-ea90-441a-8263-d816368c84a1:eventhub4142\",\r\n \"createdAt\": \"2021-10-16T00:25:31.683Z\",\r\n \"updatedAt\": \"2021-10-16T00:25:31.683Z\",\r\n \"serviceBusEndpoint\": \"https://eventHub4142.servicebus.windows.net:443/\",\r\n \"status\": \"Activating\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142?api-version=2018-01-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI0MTQyP2FwaS12ZXJzaW9uPTIwMTgtMDEtMDEtcHJldmlldw==", - "RequestMethod": "GET", "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6bb10dcc-4578-458c-b81b-1008c2e2370f" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ] - }, "ResponseHeaders": { "Cache-Control": [ "no-cache" @@ -291,88 +95,20 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "4d40ad0a-d581-48c9-a6f2-3f492848a7fe_M6SN1_M6SN1" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-correlation-request-id": [ - "d99eacbd-e638-4d7f-8de4-6ab505dfa750" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002602Z:d99eacbd-e638-4d7f-8de4-6ab505dfa750" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:26:01 GMT" - ], - "Content-Length": [ - "662" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142\",\r\n \"name\": \"eventHub4142\",\r\n \"type\": \"Microsoft.EventHub/Namespaces\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"zoneRedundant\": false,\r\n \"isAutoInflateEnabled\": false,\r\n \"maximumThroughputUnits\": 0,\r\n \"kafkaEnabled\": true,\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"a386d5ea-ea90-441a-8263-d816368c84a1:eventhub4142\",\r\n \"createdAt\": \"2021-10-16T00:25:31.683Z\",\r\n \"updatedAt\": \"2021-10-16T00:25:31.683Z\",\r\n \"serviceBusEndpoint\": \"https://eventHub4142.servicebus.windows.net:443/\",\r\n \"status\": \"Activating\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142?api-version=2018-01-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI0MTQyP2FwaS12ZXJzaW9uPTIwMTgtMDEtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6bb10dcc-4578-458c-b81b-1008c2e2370f" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" + "1099" ], - "Pragma": [ - "no-cache" + "x-ms-ratelimit-remaining-subscription-global-reads": [ + "16499" ], "x-ms-request-id": [ - "5d67e0d1-4c6c-430e-a0b2-7ee349bb2899_M6SN1_M6SN1" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "72b477d5-2d4b-4f92-8050-0080f87e7315" ], "x-ms-correlation-request-id": [ - "ad1024dd-dc8a-49fb-b82f-2e3988837fab" + "72b477d5-2d4b-4f92-8050-0080f87e7315" ], "x-ms-routing-request-id": [ - "WESTUS2:20211016T002632Z:ad1024dd-dc8a-49fb-b82f-2e3988837fab" + "JAPANEAST:20241206T023954Z:72b477d5-2d4b-4f92-8050-0080f87e7315" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -380,84 +116,17 @@ "X-Content-Type-Options": [ "nosniff" ], - "Date": [ - "Sat, 16 Oct 2021 00:26:32 GMT" - ], - "Content-Length": [ - "660" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142\",\r\n \"name\": \"eventHub4142\",\r\n \"type\": \"Microsoft.EventHub/Namespaces\",\r\n \"location\": \"West US\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"zoneRedundant\": false,\r\n \"isAutoInflateEnabled\": false,\r\n \"maximumThroughputUnits\": 0,\r\n \"kafkaEnabled\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"a386d5ea-ea90-441a-8263-d816368c84a1:eventhub4142\",\r\n \"createdAt\": \"2021-10-16T00:25:31.683Z\",\r\n \"updatedAt\": \"2021-10-16T00:26:23.073Z\",\r\n \"serviceBusEndpoint\": \"https://eventHub4142.servicebus.windows.net:443/\",\r\n \"status\": \"Active\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142/eventhubs/ps2045?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI0MTQyL2V2ZW50aHVicy9wczIwNDU/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"messageRetentionInDays\": 3,\r\n \"partitionCount\": 2\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1a6c55ca-dd30-4de5-92f9-130e681af710" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "87" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "07dcbe54-4d34-4a4f-9dbc-8f14c0e90d7c_M6SN1_M6SN1" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "4b9cdd36-2978-4d65-a5d4-9b6cd1fe97a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002650Z:4b9cdd36-2978-4d65-a5d4-9b6cd1fe97a5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Cache": [ + "CONFIG_NOCACHE" ], - "X-Content-Type-Options": [ - "nosniff" + "X-MSEdge-Ref": [ + "Ref A: DA9431CA3221480EBFA873D77F8418CA Ref B: TYO201151001009 Ref C: 2024-12-06T02:39:54Z" ], "Date": [ - "Sat, 16 Oct 2021 00:26:49 GMT" + "Fri, 06 Dec 2024 02:39:54 GMT" ], "Content-Length": [ - "418" + "12" ], "Content-Type": [ "application/json; charset=utf-8" @@ -466,8968 +135,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142/eventhubs/ps2045\",\r\n \"name\": \"ps2045\",\r\n \"type\": \"Microsoft.EventHub/Namespaces/EventHubs\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"messageRetentionInDays\": 3,\r\n \"partitionCount\": 2,\r\n \"status\": \"Active\",\r\n \"createdAt\": \"2021-10-16T00:26:49.71Z\",\r\n \"updatedAt\": \"2021-10-16T00:26:49.92Z\",\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\"\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142/eventhubs/ps2045/authorizationRules/ps1790?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI0MTQyL2V2ZW50aHVicy9wczIwNDUvYXV0aG9yaXphdGlvblJ1bGVzL3BzMTc5MD9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "2e5c525e-b43a-44d5-8cf1-2a8ea147d665" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "83" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "58e7514a-1ac0-403b-a9af-643bd1eff8c0_M6SN1_M6SN1" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "0032a217-13b1-4697-b6d5-880983a939d8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002651Z:0032a217-13b1-4697-b6d5-880983a939d8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:26:50 GMT" - ], - "Content-Length": [ - "325" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142/eventhubs/ps2045/authorizationRules/ps1790\",\r\n \"name\": \"ps1790\",\r\n \"type\": \"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules\",\r\n \"location\": \"West US\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.EventHub/namespaces/eventHub4142/eventhubs/ps2045/authorizationRules/ps1790/listKeys?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50SHViL25hbWVzcGFjZXMvZXZlbnRIdWI0MTQyL2V2ZW50aHVicy9wczIwNDUvYXV0aG9yaXphdGlvblJ1bGVzL3BzMTc5MC9saXN0S2V5cz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "781b7a3e-b472-4889-8642-90f2f830a388" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.EventHub.EventHubManagementClient/2.7.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "8f5c6ab2-eacd-427b-9bb6-bd0b10a8d38a_M6SN1_M6SN1" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "ae7a60b2-abfd-435c-ac0c-f69d2f225a54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002651Z:ae7a60b2-abfd-435c-ac0c-f69d2f225a54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:26:50 GMT" - ], - "Content-Length": [ - "514" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=manlLDfZg8n9KbDMJ4p7B5RQdsXyIh5EhfGUHsXzfBU=;EntityPath=ps2045\",\r\n \"primaryKey\": \"1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=\",\r\n \"secondaryKey\": \"manlLDfZg8n9KbDMJ4p7B5RQdsXyIh5EhfGUHsXzfBU=\",\r\n \"keyName\": \"ps1790\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"name\": \"eh1\"\r\n }\r\n ]\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ]\r\n },\r\n \"features\": \"None\"\r\n },\r\n \"sku\": {\r\n \"name\": \"B1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29820667-5b39-496d-9d13-bdbd313f351b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "755" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjU3OWNmNzYtZmM0ZC00YWZmLWJhOTItZjdjNjQ2YzIwY2YzO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4999" - ], - "x-ms-request-id": [ - "410befc9-576b-4653-9a73-b2b3e4045b24" - ], - "x-ms-correlation-request-id": [ - "410befc9-576b-4653-9a73-b2b3e4045b24" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002656Z:410befc9-576b-4653-9a73-b2b3e4045b24" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:26:55 GMT" - ], - "Content-Length": [ - "1244" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"properties\": {\r\n \"state\": \"Activating\",\r\n \"provisioningState\": \"Accepted\",\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrAwDY=\",\r\n \"properties\": {\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\",\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false,\r\n \"source\": \"DeviceMessages\"\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\": \"B1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "09cb4fb5-e53f-4b1e-8d61-e6f960de63a5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "3232" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfZGFiMjRiNGQtMmZhNy00ZTM2LWExM2UtZGZhNDhmNjA5NzlkO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4998" - ], - "x-ms-request-id": [ - "1bdbca02-c301-4164-894c-c3bceec04492" - ], - "x-ms-correlation-request-id": [ - "1bdbca02-c301-4164-894c-c3bceec04492" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002941Z:1bdbca02-c301-4164-894c-c3bceec04492" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:40 GMT" - ], - "Content-Length": [ - "4480" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwDY=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"secondaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrAwmQ=\",\r\n \"properties\": {\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\",\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false,\r\n \"source\": \"DeviceMessages\"\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\": \"B1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f20a0624-94b6-47af-bf54-0d3d9e3ba456" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "3376" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMmQ5ZTc5ZmMtZGQ5MS00YjAwLThlMGEtN2ExYjg2MzNlNGJkO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4997" - ], - "x-ms-request-id": [ - "39d3d7d2-6edf-4550-ae61-e316336ec645" - ], - "x-ms-correlation-request-id": [ - "39d3d7d2-6edf-4550-ae61-e316336ec645" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003016Z:39d3d7d2-6edf-4550-ae61-e316336ec645" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:16 GMT" - ], - "Content-Length": [ - "4480" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwmQ=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrAx5s=\",\r\n \"properties\": {\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"dJ3Rtqp2VQZqiY2evRglUjbCReDI8w05U27lmN2Rzsc=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\",\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false,\r\n \"source\": \"DeviceMessages\"\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\": \"B1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "953ac016-44d3-4e30-817a-e76e4dadc11e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "3376" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMjJlNDIxYWMtZjkyYy00ZGJlLTgzMzMtODUyZTY3YWVhNGIyO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4996" - ], - "x-ms-request-id": [ - "d59d78f2-09a5-4ef6-86de-0e3de726f236" - ], - "x-ms-correlation-request-id": [ - "d59d78f2-09a5-4ef6-86de-0e3de726f236" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003051Z:d59d78f2-09a5-4ef6-86de-0e3de726f236" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:50 GMT" - ], - "Content-Length": [ - "4480" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAx5s=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"dJ3Rtqp2VQZqiY2evRglUjbCReDI8w05U27lmN2Rzsc=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrAzHg=\",\r\n \"properties\": {\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\",\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false,\r\n \"source\": \"DeviceMessages\"\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\": \"B1\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c2024eb6-4cfe-4362-9e42-9f9f96112b52" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "3143" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMTQ0MmQxZWQtZTUyNC00MjlmLWI5NTQtYjVlZTkxY2NkNDk2O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4995" - ], - "x-ms-request-id": [ - "aee8da7b-d7e5-49c5-98dd-cfff4a4e77d5" - ], - "x-ms-correlation-request-id": [ - "aee8da7b-d7e5-49c5-98dd-cfff4a4e77d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003126Z:aee8da7b-d7e5-49c5-98dd-cfff4a4e77d5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:26 GMT" - ], - "Content-Length": [ - "4307" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzHg=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrAzZ8=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\",\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false,\r\n \"source\": \"DeviceMessages\"\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 \"capacity\": 5\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "00810daf-c704-4514-9a63-12c67d205c8e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1910" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMDY5NjkzNDktOTJiZi00ZmJkLTkyYTEtNjkzNmMwNmI2NmVhO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4994" - ], - "x-ms-request-id": [ - "858e4994-28ec-49b6-a8c6-6f5a7bc6320c" - ], - "x-ms-correlation-request-id": [ - "858e4994-28ec-49b6-a8c6-6f5a7bc6320c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003201Z:858e4994-28ec-49b6-a8c6-6f5a7bc6320c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:32:01 GMT" - ], - "Content-Length": [ - "4310" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzZ8=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 1,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 5\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrAzp4=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\",\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false,\r\n \"source\": \"DeviceMessages\"\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 \"capacity\": 5\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5af37741-49d3-4a02-80a3-3a094bf5a1ea" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1910" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNGJlZmQzYzktMTM5ZS00M2NiLWFlOTQtMzM1ODg4ZDY5YTI0O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4993" - ], - "x-ms-request-id": [ - "14b8370c-aa15-47fa-9391-9dcfe3040681" - ], - "x-ms-correlation-request-id": [ - "14b8370c-aa15-47fa-9391-9dcfe3040681" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003306Z:14b8370c-aa15-47fa-9391-9dcfe3040681" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:06 GMT" - ], - "Content-Length": [ - "4310" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzp4=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 5\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrAz20=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\",\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\r\n \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false,\r\n \"source\": \"DeviceMessages\"\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\": 25,\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 \"capacity\": 5\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "76d7516e-0717-498c-9c92-92fdb3e3eb5a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1910" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNjA4NTE4NTYtZjZhOS00MmM1LWJmOTEtNjJmYWQxMzMyZmYxO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4992" - ], - "x-ms-request-id": [ - "d931a47f-0be8-49aa-8393-6e76562a7a17" - ], - "x-ms-correlation-request-id": [ - "d931a47f-0be8-49aa-8393-6e76562a7a17" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003342Z:d931a47f-0be8-49aa-8393-6e76562a7a17" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:41 GMT" - ], - "Content-Length": [ - "4310" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAz20=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net/;SharedAccessKeyName=ps1790;SharedAccessKey=1BKAcgbpXfZ20l3Feys0q3fspSHQostpmyiE6bVFb0U=;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 25,\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\": 5\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrAz8Y=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\r\n }\r\n },\r\n \"routing\": {\r\n \"routes\": [\r\n {\r\n \"name\": \"route1\",\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 },\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\": 25,\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 \"capacity\": 5\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0cfc2bd9-c719-43d4-83fa-8b451af2ba69" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1256" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjFhMjc0MTgtZjlmNC00YjZkLTlhNjEtZmRkMGQxMzZmZDYwO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4991" - ], - "x-ms-request-id": [ - "24b8bb84-51e4-46ef-a3c9-b7a9b389a493" - ], - "x-ms-correlation-request-id": [ - "24b8bb84-51e4-46ef-a3c9-b7a9b389a493" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003417Z:24b8bb84-51e4-46ef-a3c9-b7a9b389a493" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:17 GMT" - ], - "Content-Length": [ - "4078" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAz8Y=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route1\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false\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\": 25,\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\": 5\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrA0GM=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false,\r\n \"source\": \"DeviceMessages\"\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\": 25,\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 \"capacity\": 5\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0a9b1470-1943-471f-821a-dcb9c6deb1d5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1852" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfOGU2Y2U0YjctNzVmMC00ODZjLWJjNTItNmIzZDE0ZjY0ZjVhO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4990" - ], - "x-ms-request-id": [ - "3053bc41-9504-4bee-b8e1-02cfd99858cc" - ], - "x-ms-correlation-request-id": [ - "3053bc41-9504-4bee-b8e1-02cfd99858cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003451Z:3053bc41-9504-4bee-b8e1-02cfd99858cc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:50 GMT" - ], - "Content-Length": [ - "4185" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0GM=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false\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\": 25,\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\": 5\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"etag\": \"AAAADFrA0Rc=\",\r\n \"properties\": {\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": true,\r\n \"source\": \"DeviceMessages\"\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\": 25,\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 \"capacity\": 5\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5848e38c-f208-451f-9e3e-bc52e91803f8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "1851" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfZGYzNjhhNjctYmU2Yy00ODVlLTkwY2MtMjAzNTg2ZDgxZDFmO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4989" - ], - "x-ms-request-id": [ - "5872aaf8-db2e-471c-b135-d4b878c3a2b5" - ], - "x-ms-correlation-request-id": [ - "5872aaf8-db2e-471c-b135-d4b878c3a2b5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003527Z:5872aaf8-db2e-471c-b135-d4b878c3a2b5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:26 GMT" - ], - "Content-Length": [ - "4184" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0Rc=\",\r\n \"properties\": {\r\n \"operationsMonitoringProperties\": {\r\n \"events\": {\r\n \"None\": \"None\",\r\n \"Connections\": \"None\",\r\n \"DeviceTelemetry\": \"None\",\r\n \"C2DCommands\": \"None\",\r\n \"DeviceIdentityOperations\": \"None\",\r\n \"FileUploadOperations\": \"None\",\r\n \"Routes\": \"None\"\r\n }\r\n },\r\n \"provisioningState\": \"Accepted\",\r\n \"authorizationPolicies\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ],\r\n \"ipFilterRules\": [],\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4\r\n },\r\n \"operationsMonitoringEvents\": {\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\": \"ps6756-operationmonitoring\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\",\r\n \"internalAuthorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"scaleunitsend-77fc83e0-4357-40cc-9865-e6106f9d156d-iothub\",\r\n \"PrimaryKey\": \"vnSfvR2ZLtgVihCrNSUvtKN5o3MFuc7qWXNaz44fE/o=\",\r\n \"SecondaryKey\": \"Eaqj81glYz0ZdXnFjtNSYA0td2F16a8yWLBichglvFk=\",\r\n \"Rights\": [\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"owner-cf282986-73ef-4e59-a7e8-d3cab7c0d0d8-iothub\",\r\n \"PrimaryKey\": \"SC3wtXRr9DAlDMQZjLZRBTNqQIGQERNwSMEEsNjROWg=\",\r\n \"SecondaryKey\": \"bfX+1ZbWvDnrTdpjW00Mb6ropm9QwBqw2+rKnEBc7NE=\",\r\n \"Rights\": [\r\n \"Listen\",\r\n \"Manage\",\r\n \"Send\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ],\r\n \"authorizationPolicies\": [\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"iothubowner\",\r\n \"PrimaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"SecondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n },\r\n {\r\n \"ClaimType\": \"SharedAccessKey\",\r\n \"ClaimValue\": \"None\",\r\n \"KeyName\": \"service\",\r\n \"PrimaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"SecondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"Rights\": [\r\n \"Listen\"\r\n ],\r\n \"CreatedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\",\r\n \"ModifiedTime\": \"Sat, 16 Oct 2021 00:28:31 GMT\"\r\n }\r\n ]\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [],\r\n \"storageContainers\": [],\r\n \"cosmosDBSqlCollections\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjU3OWNmNzYtZmM0ZC00YWZmLWJhOTItZjdjNjQ2YzIwY2YzO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWWpVM09XTm1Oell0Wm1NMFpDMDBZV1ptTFdKaE9USXRaamRqTmpRMll6SXdZMll6TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29820667-5b39-496d-9d13-bdbd313f351b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-request-id": [ - "28270ad8-f70d-4311-a2af-4500197a3621" - ], - "x-ms-correlation-request-id": [ - "28270ad8-f70d-4311-a2af-4500197a3621" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002726Z:28270ad8-f70d-4311-a2af-4500197a3621" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:27:26 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjU3OWNmNzYtZmM0ZC00YWZmLWJhOTItZjdjNjQ2YzIwY2YzO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWWpVM09XTm1Oell0Wm1NMFpDMDBZV1ptTFdKaE9USXRaamRqTmpRMll6SXdZMll6TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29820667-5b39-496d-9d13-bdbd313f351b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-request-id": [ - "3732d61c-a9e2-4639-b1fe-147a6051f46d" - ], - "x-ms-correlation-request-id": [ - "3732d61c-a9e2-4639-b1fe-147a6051f46d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002756Z:3732d61c-a9e2-4639-b1fe-147a6051f46d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:27:55 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjU3OWNmNzYtZmM0ZC00YWZmLWJhOTItZjdjNjQ2YzIwY2YzO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWWpVM09XTm1Oell0Wm1NMFpDMDBZV1ptTFdKaE9USXRaamRqTmpRMll6SXdZMll6TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29820667-5b39-496d-9d13-bdbd313f351b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-request-id": [ - "8fc1e6ab-c008-4501-a529-28ef4ae2da00" - ], - "x-ms-correlation-request-id": [ - "8fc1e6ab-c008-4501-a529-28ef4ae2da00" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002826Z:8fc1e6ab-c008-4501-a529-28ef4ae2da00" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:28:26 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjU3OWNmNzYtZmM0ZC00YWZmLWJhOTItZjdjNjQ2YzIwY2YzO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWWpVM09XTm1Oell0Wm1NMFpDMDBZV1ptTFdKaE9USXRaamRqTmpRMll6SXdZMll6TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29820667-5b39-496d-9d13-bdbd313f351b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-request-id": [ - "c67045f9-068f-4787-a2ca-3cd73ace1866" - ], - "x-ms-correlation-request-id": [ - "c67045f9-068f-4787-a2ca-3cd73ace1866" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002856Z:c67045f9-068f-4787-a2ca-3cd73ace1866" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:28:56 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjU3OWNmNzYtZmM0ZC00YWZmLWJhOTItZjdjNjQ2YzIwY2YzO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWWpVM09XTm1Oell0Wm1NMFpDMDBZV1ptTFdKaE9USXRaamRqTmpRMll6SXdZMll6TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29820667-5b39-496d-9d13-bdbd313f351b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-request-id": [ - "d59db743-b74a-46a5-b8d2-3ae5dde1374e" - ], - "x-ms-correlation-request-id": [ - "d59db743-b74a-46a5-b8d2-3ae5dde1374e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002926Z:d59db743-b74a-46a5-b8d2-3ae5dde1374e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:26 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29820667-5b39-496d-9d13-bdbd313f351b" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-request-id": [ - "b71f5086-1a04-4e5c-98b5-af96b515e240" - ], - "x-ms-correlation-request-id": [ - "b71f5086-1a04-4e5c-98b5-af96b515e240" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002927Z:b71f5086-1a04-4e5c-98b5-af96b515e240" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:27 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwDY=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "29820667-5b39-496d-9d13-bdbd313f351b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-request-id": [ - "35e5bc2e-d8af-49db-be40-435bbda3ef96" - ], - "x-ms-correlation-request-id": [ - "35e5bc2e-d8af-49db-be40-435bbda3ef96" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002928Z:35e5bc2e-d8af-49db-be40-435bbda3ef96" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:27 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwDY=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9f14cb06-c74e-4145-95e1-653e63b20a37" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-request-id": [ - "3d7f295c-f548-416d-a0ca-9793e755b673" - ], - "x-ms-correlation-request-id": [ - "3d7f295c-f548-416d-a0ca-9793e755b673" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002928Z:3d7f295c-f548-416d-a0ca-9793e755b673" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:28 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwDY=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3d75fb77-a2b7-4572-8afb-001faabdfd5b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], - "x-ms-request-id": [ - "ec50dad8-ef20-483c-9f7a-d02483ab5e2a" - ], - "x-ms-correlation-request-id": [ - "ec50dad8-ef20-483c-9f7a-d02483ab5e2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002931Z:ec50dad8-ef20-483c-9f7a-d02483ab5e2a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:31 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwDY=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ad894839-6e50-4d0f-981f-d42cfb8bd7f2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" - ], - "x-ms-request-id": [ - "83b6ef15-1e00-4c73-96f2-1dad6c892c87" - ], - "x-ms-correlation-request-id": [ - "83b6ef15-1e00-4c73-96f2-1dad6c892c87" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002932Z:83b6ef15-1e00-4c73-96f2-1dad6c892c87" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:32 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwDY=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "09cb4fb5-e53f-4b1e-8d61-e6f960de63a5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-request-id": [ - "e1753689-959c-44b3-8bfd-2ecb1c93e53c" - ], - "x-ms-correlation-request-id": [ - "e1753689-959c-44b3-8bfd-2ecb1c93e53c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002937Z:e1753689-959c-44b3-8bfd-2ecb1c93e53c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:36 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwDY=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "09cb4fb5-e53f-4b1e-8d61-e6f960de63a5" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], - "x-ms-request-id": [ - "410e7f1f-412b-4096-ac33-c389067e9e79" - ], - "x-ms-correlation-request-id": [ - "410e7f1f-412b-4096-ac33-c389067e9e79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003012Z:410e7f1f-412b-4096-ac33-c389067e9e79" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:12 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwmQ=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f20a0624-94b6-47af-bf54-0d3d9e3ba456" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" - ], - "x-ms-request-id": [ - "3d5dba82-6c9d-4577-81cb-09a8f1ec0d1a" - ], - "x-ms-correlation-request-id": [ - "3d5dba82-6c9d-4577-81cb-09a8f1ec0d1a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003013Z:3d5dba82-6c9d-4577-81cb-09a8f1ec0d1a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:13 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwmQ=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f20a0624-94b6-47af-bf54-0d3d9e3ba456" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "x-ms-request-id": [ - "30ee52e5-9d2b-44ab-9376-aad71b2d472a" - ], - "x-ms-correlation-request-id": [ - "30ee52e5-9d2b-44ab-9376-aad71b2d472a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003047Z:30ee52e5-9d2b-44ab-9376-aad71b2d472a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:46 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAx5s=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "953ac016-44d3-4e30-817a-e76e4dadc11e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-request-id": [ - "c40ef4e2-9da1-43da-97ff-0e6cfd99f460" - ], - "x-ms-correlation-request-id": [ - "c40ef4e2-9da1-43da-97ff-0e6cfd99f460" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003048Z:c40ef4e2-9da1-43da-97ff-0e6cfd99f460" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:47 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAx5s=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "953ac016-44d3-4e30-817a-e76e4dadc11e" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.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": [ - "1cc6b364-9523-4039-be11-a4454b2bbb67" - ], - "x-ms-correlation-request-id": [ - "1cc6b364-9523-4039-be11-a4454b2bbb67" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003121Z:1cc6b364-9523-4039-be11-a4454b2bbb67" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:21 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzHg=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c2024eb6-4cfe-4362-9e42-9f9f96112b52" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.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": [ - "4df943b9-3335-4131-a0b9-3160b69580e9" - ], - "x-ms-correlation-request-id": [ - "4df943b9-3335-4131-a0b9-3160b69580e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003122Z:4df943b9-3335-4131-a0b9-3160b69580e9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:22 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzHg=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c2024eb6-4cfe-4362-9e42-9f9f96112b52" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" - ], - "x-ms-request-id": [ - "878a0e23-0052-40a9-a987-5f407e5773ed" - ], - "x-ms-correlation-request-id": [ - "878a0e23-0052-40a9-a987-5f407e5773ed" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003157Z:878a0e23-0052-40a9-a987-5f407e5773ed" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:56 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzZ8=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b876e233-4a8b-4ee8-81ca-7f4638961816" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "x-ms-request-id": [ - "041b76e5-3e07-4b0e-ac5c-fcc8f6771c37" - ], - "x-ms-correlation-request-id": [ - "041b76e5-3e07-4b0e-ac5c-fcc8f6771c37" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003158Z:041b76e5-3e07-4b0e-ac5c-fcc8f6771c37" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:57 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzZ8=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "00810daf-c704-4514-9a63-12c67d205c8e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" - ], - "x-ms-request-id": [ - "0947b855-773d-457d-bf7e-25031ec6efdd" - ], - "x-ms-correlation-request-id": [ - "0947b855-773d-457d-bf7e-25031ec6efdd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003159Z:0947b855-773d-457d-bf7e-25031ec6efdd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:58 GMT" - ], - "Content-Length": [ - "1804" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzZ8=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "00810daf-c704-4514-9a63-12c67d205c8e" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" - ], - "x-ms-request-id": [ - "86b01d90-5527-4685-ba3e-75cff4af119a" - ], - "x-ms-correlation-request-id": [ - "86b01d90-5527-4685-ba3e-75cff4af119a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003302Z:86b01d90-5527-4685-ba3e-75cff4af119a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:02 GMT" - ], - "Content-Length": [ - "1807" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzp4=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "00810daf-c704-4514-9a63-12c67d205c8e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11962" - ], - "x-ms-request-id": [ - "24d2cd66-71f7-400c-8ded-43cdb4b7c7a1" - ], - "x-ms-correlation-request-id": [ - "24d2cd66-71f7-400c-8ded-43cdb4b7c7a1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003303Z:24d2cd66-71f7-400c-8ded-43cdb4b7c7a1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:02 GMT" - ], - "Content-Length": [ - "1807" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzp4=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5af37741-49d3-4a02-80a3-3a094bf5a1ea" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], - "x-ms-request-id": [ - "e3e25cb8-95f5-490a-8867-f37f97747bdc" - ], - "x-ms-correlation-request-id": [ - "e3e25cb8-95f5-490a-8867-f37f97747bdc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003303Z:e3e25cb8-95f5-490a-8867-f37f97747bdc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:03 GMT" - ], - "Content-Length": [ - "1807" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAzp4=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5af37741-49d3-4a02-80a3-3a094bf5a1ea" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" - ], - "x-ms-request-id": [ - "46e48470-f632-49ae-9cc9-93a6850d31d3" - ], - "x-ms-correlation-request-id": [ - "46e48470-f632-49ae-9cc9-93a6850d31d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003337Z:46e48470-f632-49ae-9cc9-93a6850d31d3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:36 GMT" - ], - "Content-Length": [ - "1807" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAz20=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5af37741-49d3-4a02-80a3-3a094bf5a1ea" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11958" - ], - "x-ms-request-id": [ - "de082ac8-8cc3-4b5c-8904-1bff691f3d09" - ], - "x-ms-correlation-request-id": [ - "de082ac8-8cc3-4b5c-8904-1bff691f3d09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003338Z:de082ac8-8cc3-4b5c-8904-1bff691f3d09" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:37 GMT" - ], - "Content-Length": [ - "1807" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAz20=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "76d7516e-0717-498c-9c92-92fdb3e3eb5a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" - ], - "x-ms-request-id": [ - "537e8fc2-7ef0-4a33-a265-24313d541fa0" - ], - "x-ms-correlation-request-id": [ - "537e8fc2-7ef0-4a33-a265-24313d541fa0" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003338Z:537e8fc2-7ef0-4a33-a265-24313d541fa0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:37 GMT" - ], - "Content-Length": [ - "1807" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAz20=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "76d7516e-0717-498c-9c92-92fdb3e3eb5a" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11955" - ], - "x-ms-request-id": [ - "12961660-a63d-41fb-9edd-2dc9d7828f8d" - ], - "x-ms-correlation-request-id": [ - "12961660-a63d-41fb-9edd-2dc9d7828f8d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003413Z:12961660-a63d-41fb-9edd-2dc9d7828f8d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:12 GMT" - ], - "Content-Length": [ - "1807" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAz8Y=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "76d7516e-0717-498c-9c92-92fdb3e3eb5a" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" - ], - "x-ms-request-id": [ - "6e3d4351-eb7d-4cbf-8271-5c279556ee14" - ], - "x-ms-correlation-request-id": [ - "6e3d4351-eb7d-4cbf-8271-5c279556ee14" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003413Z:6e3d4351-eb7d-4cbf-8271-5c279556ee14" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:13 GMT" - ], - "Content-Length": [ - "1807" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAz8Y=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0cfc2bd9-c719-43d4-83fa-8b451af2ba69" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" - ], - "x-ms-request-id": [ - "06e6c32b-8d29-4922-b1cd-1ff7860bd71e" - ], - "x-ms-correlation-request-id": [ - "06e6c32b-8d29-4922-b1cd-1ff7860bd71e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003414Z:06e6c32b-8d29-4922-b1cd-1ff7860bd71e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:14 GMT" - ], - "Content-Length": [ - "1807" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAz8Y=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0cfc2bd9-c719-43d4-83fa-8b451af2ba69" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], - "x-ms-request-id": [ - "a78913a4-0b43-477e-ab96-a9c226e71c2a" - ], - "x-ms-correlation-request-id": [ - "a78913a4-0b43-477e-ab96-a9c226e71c2a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003448Z:a78913a4-0b43-477e-ab96-a9c226e71c2a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:47 GMT" - ], - "Content-Length": [ - "1610" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0GM=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route1\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0cfc2bd9-c719-43d4-83fa-8b451af2ba69" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" - ], - "x-ms-request-id": [ - "31992438-d18a-43f0-ba14-49c14680d391" - ], - "x-ms-correlation-request-id": [ - "31992438-d18a-43f0-ba14-49c14680d391" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003448Z:31992438-d18a-43f0-ba14-49c14680d391" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:47 GMT" - ], - "Content-Length": [ - "1610" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0GM=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route1\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0a9b1470-1943-471f-821a-dcb9c6deb1d5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11949" - ], - "x-ms-request-id": [ - "7821cab6-caf5-419b-885b-ed92a69ee484" - ], - "x-ms-correlation-request-id": [ - "7821cab6-caf5-419b-885b-ed92a69ee484" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003449Z:7821cab6-caf5-419b-885b-ed92a69ee484" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:48 GMT" - ], - "Content-Length": [ - "1610" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0GM=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route1\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0a9b1470-1943-471f-821a-dcb9c6deb1d5" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11947" - ], - "x-ms-request-id": [ - "358c8fdb-a94d-4071-a898-db4f2853b274" - ], - "x-ms-correlation-request-id": [ - "358c8fdb-a94d-4071-a898-db4f2853b274" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003522Z:358c8fdb-a94d-4071-a898-db4f2853b274" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:21 GMT" - ], - "Content-Length": [ - "1717" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0Rc=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0a9b1470-1943-471f-821a-dcb9c6deb1d5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11946" - ], - "x-ms-request-id": [ - "82d3c326-267a-4f65-9ee3-77a903204ae6" - ], - "x-ms-correlation-request-id": [ - "82d3c326-267a-4f65-9ee3-77a903204ae6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003522Z:82d3c326-267a-4f65-9ee3-77a903204ae6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:22 GMT" - ], - "Content-Length": [ - "1717" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0Rc=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5796091b-455b-45d9-91b1-f98805a973f5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11945" - ], - "x-ms-request-id": [ - "ba64c55c-dc86-4ad3-b093-8a77a06d734c" - ], - "x-ms-correlation-request-id": [ - "ba64c55c-dc86-4ad3-b093-8a77a06d734c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003523Z:ba64c55c-dc86-4ad3-b093-8a77a06d734c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:23 GMT" - ], - "Content-Length": [ - "1717" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0Rc=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5848e38c-f208-451f-9e3e-bc52e91803f8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11944" - ], - "x-ms-request-id": [ - "4aaafe92-190a-4f1d-8f14-6241c4af4eb8" - ], - "x-ms-correlation-request-id": [ - "4aaafe92-190a-4f1d-8f14-6241c4af4eb8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003524Z:4aaafe92-190a-4f1d-8f14-6241c4af4eb8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:23 GMT" - ], - "Content-Length": [ - "1717" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0Rc=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"fallbackRoute\": {\r\n \"name\": \"$fallback\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"events\"\r\n ],\r\n \"isEnabled\": false\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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5848e38c-f208-451f-9e3e-bc52e91803f8" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11942" - ], - "x-ms-request-id": [ - "d2a5936f-e202-4f87-9b47-c026d3812f8b" - ], - "x-ms-correlation-request-id": [ - "d2a5936f-e202-4f87-9b47-c026d3812f8b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003558Z:d2a5936f-e202-4f87-9b47-c026d3812f8b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:58 GMT" - ], - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0gk=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5848e38c-f208-451f-9e3e-bc52e91803f8" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11941" - ], - "x-ms-request-id": [ - "ae09539f-bd69-4bed-9fa3-a66dd33f962a" - ], - "x-ms-correlation-request-id": [ - "ae09539f-bd69-4bed-9fa3-a66dd33f962a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003558Z:ae09539f-bd69-4bed-9fa3-a66dd33f962a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:58 GMT" - ], - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0gk=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "60c0422d-2e61-40d9-ac6e-ef99472216d3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11940" - ], - "x-ms-request-id": [ - "33ad8a3d-aa7e-4732-a1e9-6b83205f5c9c" - ], - "x-ms-correlation-request-id": [ - "33ad8a3d-aa7e-4732-a1e9-6b83205f5c9c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003559Z:33ad8a3d-aa7e-4732-a1e9-6b83205f5c9c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:59 GMT" - ], - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0gk=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d799a2ab-9acd-4349-9247-a938c67c2a56" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11939" - ], - "x-ms-request-id": [ - "7972c728-8381-4656-a01a-3d96161fe9ca" - ], - "x-ms-correlation-request-id": [ - "7972c728-8381-4656-a01a-3d96161fe9ca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003602Z:7972c728-8381-4656-a01a-3d96161fe9ca" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:36:02 GMT" - ], - "Content-Length": [ - "1732" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0jU=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d0e8032c-0067-48cf-8408-0ce479cca7a4" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11938" - ], - "x-ms-request-id": [ - "12418105-bc37-4a4c-9ce6-5eeb881cc67f" - ], - "x-ms-correlation-request-id": [ - "12418105-bc37-4a4c-9ce6-5eeb881cc67f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003604Z:12418105-bc37-4a4c-9ce6-5eeb881cc67f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:36:04 GMT" - ], - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0lQ=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11937" - ], - "x-ms-request-id": [ - "2f358ab8-96b3-4f8b-ac41-782c3726bf01" - ], - "x-ms-correlation-request-id": [ - "2f358ab8-96b3-4f8b-ac41-782c3726bf01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003605Z:2f358ab8-96b3-4f8b-ac41-782c3726bf01" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:36:05 GMT" - ], - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA0lQ=\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "fce4304f-1dfe-41a7-b29a-8ecda8d65314" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11895" - ], - "x-ms-request-id": [ - "2247fbc1-26c4-471b-87cc-c71a8aade992" - ], - "x-ms-correlation-request-id": [ - "2247fbc1-26c4-471b-87cc-c71a8aade992" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004611Z:2247fbc1-26c4-471b-87cc-c71a8aade992" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:46:11 GMT" - ], - "Content-Length": [ - "1716" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrA4p4=\",\r\n \"properties\": {\r\n \"locations\": [\r\n {\r\n \"location\": \"East US\",\r\n \"role\": \"primary\"\r\n },\r\n {\r\n \"location\": \"West US\",\r\n \"role\": \"secondary\"\r\n }\r\n ],\r\n \"state\": \"Active\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"ipFilterRules\": [],\r\n \"hostName\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-964ff691d7.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "97a3662c-46a7-4892-baf5-d9f44fcf7f24" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" - ], - "x-ms-request-id": [ - "52409aee-0497-4cb7-830b-be563ba67d54" - ], - "x-ms-correlation-request-id": [ - "52409aee-0497-4cb7-830b-be563ba67d54" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002928Z:52409aee-0497-4cb7-830b-be563ba67d54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:27 GMT" - ], - "Content-Length": [ - "1816" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"AAAADFrAwDY=\",\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\": \"ps6756.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\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.servicebus.windows.net/\"\r\n }\r\n },\r\n \"routing\": {\r\n \"endpoints\": {\r\n \"serviceBusQueues\": [],\r\n \"serviceBusTopics\": [],\r\n \"eventHubs\": [\r\n {\r\n \"connectionString\": \"Endpoint=sb://eventhub4142.servicebus.windows.net:5671/;SharedAccessKeyName=ps1790;SharedAccessKey=****;EntityPath=ps2045\",\r\n \"name\": \"eh1\",\r\n \"id\": \"d8bc475e-595b-4e69-8951-2a5fb2632cb5\"\r\n }\r\n ],\r\n \"storageContainers\": []\r\n },\r\n \"routes\": [\r\n {\r\n \"name\": \"route\",\r\n \"source\": \"DeviceMessages\",\r\n \"condition\": \"true\",\r\n \"endpointNames\": [\r\n \"eh1\"\r\n ],\r\n \"isEnabled\": true\r\n }\r\n ],\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\": false\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\": \"B1\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 1\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/quotaMetrics?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvcXVvdGFNZXRyaWNzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "759ee387-fb39-4994-80a1-9954182c1393" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-request-id": [ - "b599c9f5-a141-4931-81ed-068cce4b4f41" - ], - "x-ms-correlation-request-id": [ - "b599c9f5-a141-4931-81ed-068cce4b4f41" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002929Z:b599c9f5-a141-4931-81ed-068cce4b4f41" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:28 GMT" - ], - "Content-Length": [ - "135" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"TotalMessages\",\r\n \"currentValue\": 0,\r\n \"maxValue\": 400000\r\n },\r\n {\r\n \"name\": \"TotalDeviceCount\",\r\n \"currentValue\": 0,\r\n \"maxValue\": 1000000\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/IotHubStats?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvSW90SHViU3RhdHM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "926fcf1d-3647-4a60-b5bd-5e5ed5d08127" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], - "x-ms-request-id": [ - "d9b0148d-1dac-4d38-a695-0f0e6ca517a3" - ], - "x-ms-correlation-request-id": [ - "d9b0148d-1dac-4d38-a695-0f0e6ca517a3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002929Z:d9b0148d-1dac-4d38-a695-0f0e6ca517a3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:29 GMT" - ], - "Content-Length": [ - "69" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"totalDeviceCount\": 0,\r\n \"enabledDeviceCount\": 0,\r\n \"disabledDeviceCount\": 0\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/skus?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvc2t1cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5466759a-3082-4cfb-b56f-fc22a02c6c20" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-request-id": [ - "bde4560a-0529-4e74-b4dc-000cf14d0fee" - ], - "x-ms-correlation-request-id": [ - "bde4560a-0529-4e74-b4dc-000cf14d0fee" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002930Z:bde4560a-0529-4e74-b4dc-000cf14d0fee" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:29 GMT" - ], - "Content-Length": [ - "930" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"Microsoft.Devices/IotHubs\",\r\n \"sku\": {\r\n \"name\": \"B1\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 200,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Devices/IotHubs\",\r\n \"sku\": {\r\n \"name\": \"B2\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 200,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Devices/IotHubs\",\r\n \"sku\": {\r\n \"name\": \"B3\",\r\n \"tier\": \"Basic\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Devices/IotHubs\",\r\n \"sku\": {\r\n \"name\": \"S1\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 200,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Devices/IotHubs\",\r\n \"sku\": {\r\n \"name\": \"S2\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 200,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n }\r\n },\r\n {\r\n \"resourceType\": \"Microsoft.Devices/IotHubs\",\r\n \"sku\": {\r\n \"name\": \"S3\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"capacity\": {\r\n \"minimum\": 1,\r\n \"maximum\": 10,\r\n \"default\": 1,\r\n \"scaleType\": \"Manual\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvZXZlbnRIdWJFbmRwb2ludHMvZXZlbnRzL0NvbnN1bWVyR3JvdXBzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dd8549d2-dbbc-41b6-be6d-a60183409e60" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "x-ms-request-id": [ - "3551e62f-9556-485d-9a1f-35ab3bd29b4c" - ], - "x-ms-correlation-request-id": [ - "3551e62f-9556-485d-9a1f-35ab3bd29b4c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002930Z:3551e62f-9556-485d-9a1f-35ab3bd29b4c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:30 GMT" - ], - "Content-Length": [ - "343" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"created\": \"Sat, 16 Oct 2021 00:28:32 GMT\"\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/%24Default\",\r\n \"name\": \"$Default\",\r\n \"type\": \"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups\",\r\n \"etag\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvZXZlbnRIdWJFbmRwb2ludHMvZXZlbnRzL0NvbnN1bWVyR3JvdXBzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d7e6bd98-c1a5-45da-8d9b-75905bec5460" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" - ], - "x-ms-request-id": [ - "7ff57d5b-d059-4cf3-948d-030ad7cd9a29" - ], - "x-ms-correlation-request-id": [ - "7ff57d5b-d059-4cf3-948d-030ad7cd9a29" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002934Z:7ff57d5b-d059-4cf3-948d-030ad7cd9a29" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:34 GMT" - ], - "Content-Length": [ - "663" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"created\": \"Sat, 16 Oct 2021 00:28:32 GMT\"\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/%24Default\",\r\n \"name\": \"$Default\",\r\n \"type\": \"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups\",\r\n \"etag\": null\r\n },\r\n {\r\n \"properties\": {\r\n \"created\": \"Sat, 16 Oct 2021 00:29:34 GMT\"\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/cg1\",\r\n \"name\": \"cg1\",\r\n \"type\": \"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups\",\r\n \"etag\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvZXZlbnRIdWJFbmRwb2ludHMvZXZlbnRzL0NvbnN1bWVyR3JvdXBzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4986bbbe-d75b-4350-aca0-e5cb7753135c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-request-id": [ - "d51ead3b-90ba-4367-adaa-f7c0239d134b" - ], - "x-ms-correlation-request-id": [ - "d51ead3b-90ba-4367-adaa-f7c0239d134b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002935Z:d51ead3b-90ba-4367-adaa-f7c0239d134b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:34 GMT" - ], - "Content-Length": [ - "663" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"created\": \"Sat, 16 Oct 2021 00:28:32 GMT\"\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/%24Default\",\r\n \"name\": \"$Default\",\r\n \"type\": \"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups\",\r\n \"etag\": null\r\n },\r\n {\r\n \"properties\": {\r\n \"created\": \"Sat, 16 Oct 2021 00:29:34 GMT\"\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/cg1\",\r\n \"name\": \"cg1\",\r\n \"type\": \"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups\",\r\n \"etag\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvZXZlbnRIdWJFbmRwb2ludHMvZXZlbnRzL0NvbnN1bWVyR3JvdXBzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "47c17bcb-2b35-4f14-9160-69dc7fd2658b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-request-id": [ - "d4fd100c-11fc-4c33-b5c7-aeb872486b60" - ], - "x-ms-correlation-request-id": [ - "d4fd100c-11fc-4c33-b5c7-aeb872486b60" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002936Z:d4fd100c-11fc-4c33-b5c7-aeb872486b60" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:35 GMT" - ], - "Content-Length": [ - "343" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"created\": \"Sat, 16 Oct 2021 00:28:32 GMT\"\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/%24Default\",\r\n \"name\": \"$Default\",\r\n \"type\": \"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups\",\r\n \"etag\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvZXZlbnRIdWJFbmRwb2ludHMvZXZlbnRzL0NvbnN1bWVyR3JvdXBzP2FwaS12ZXJzaW9uPTIwMjAtMDMtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c1e16287-aacd-48f8-aad5-9fe120d2791c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-request-id": [ - "c4b89023-eab7-4f31-882d-0cdb51ee4b9d" - ], - "x-ms-correlation-request-id": [ - "c4b89023-eab7-4f31-882d-0cdb51ee4b9d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002936Z:c4b89023-eab7-4f31-882d-0cdb51ee4b9d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:35 GMT" - ], - "Content-Length": [ - "343" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"created\": \"Sat, 16 Oct 2021 00:28:32 GMT\"\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/%24Default\",\r\n \"name\": \"$Default\",\r\n \"type\": \"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups\",\r\n \"etag\": null\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "30a5db73-20a0-45dc-80a2-2b7cea72b0d5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "678f270a-eccf-4fc2-a9db-cd335482b9dc" - ], - "x-ms-correlation-request-id": [ - "678f270a-eccf-4fc2-a9db-cd335482b9dc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002931Z:678f270a-eccf-4fc2-a9db-cd335482b9dc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:30 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\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "3d75fb77-a2b7-4572-8afb-001faabdfd5b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-request-id": [ - "e1079e14-8a2d-43d4-8e23-ec2bc68261fe" - ], - "x-ms-correlation-request-id": [ - "e1079e14-8a2d-43d4-8e23-ec2bc68261fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002932Z:e1079e14-8a2d-43d4-8e23-ec2bc68261fe" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:31 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\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "09cb4fb5-e53f-4b1e-8d61-e6f960de63a5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" - ], - "x-ms-request-id": [ - "dc944862-9428-4794-9218-83fbfb0eb1d5" - ], - "x-ms-correlation-request-id": [ - "dc944862-9428-4794-9218-83fbfb0eb1d5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002937Z:dc944862-9428-4794-9218-83fbfb0eb1d5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:36 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\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "09cb4fb5-e53f-4b1e-8d61-e6f960de63a5" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" - ], - "x-ms-request-id": [ - "95d52780-2485-4c20-8fd0-627847d41e01" - ], - "x-ms-correlation-request-id": [ - "95d52780-2485-4c20-8fd0-627847d41e01" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003012Z:95d52780-2485-4c20-8fd0-627847d41e01" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:12 GMT" - ], - "Content-Length": [ - "1078" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"secondaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "4679937b-7b99-42dd-8356-6ca6c6449a13" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" - ], - "x-ms-request-id": [ - "61d87041-e117-40db-a88b-30d04dab8a78" - ], - "x-ms-correlation-request-id": [ - "61d87041-e117-40db-a88b-30d04dab8a78" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003012Z:61d87041-e117-40db-a88b-30d04dab8a78" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:12 GMT" - ], - "Content-Length": [ - "1078" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"secondaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f20a0624-94b6-47af-bf54-0d3d9e3ba456" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" - ], - "x-ms-request-id": [ - "9cbe84eb-4611-4b76-915c-a9399b6b4560" - ], - "x-ms-correlation-request-id": [ - "9cbe84eb-4611-4b76-915c-a9399b6b4560" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003013Z:9cbe84eb-4611-4b76-915c-a9399b6b4560" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:13 GMT" - ], - "Content-Length": [ - "1078" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"secondaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f20a0624-94b6-47af-bf54-0d3d9e3ba456" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" - ], - "x-ms-request-id": [ - "5cf8d8e5-e0c8-4141-ba3e-f40d4907762c" - ], - "x-ms-correlation-request-id": [ - "5cf8d8e5-e0c8-4141-ba3e-f40d4907762c" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003047Z:5cf8d8e5-e0c8-4141-ba3e-f40d4907762c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:46 GMT" - ], - "Content-Length": [ - "1078" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "953ac016-44d3-4e30-817a-e76e4dadc11e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" - ], - "x-ms-request-id": [ - "97132f04-472f-4314-af86-9ff432958da3" - ], - "x-ms-correlation-request-id": [ - "97132f04-472f-4314-af86-9ff432958da3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003048Z:97132f04-472f-4314-af86-9ff432958da3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:47 GMT" - ], - "Content-Length": [ - "1078" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "953ac016-44d3-4e30-817a-e76e4dadc11e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" - ], - "x-ms-request-id": [ - "725d7ef2-3904-4090-b111-9b70bdc44ab4" - ], - "x-ms-correlation-request-id": [ - "725d7ef2-3904-4090-b111-9b70bdc44ab4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003121Z:725d7ef2-3904-4090-b111-9b70bdc44ab4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:21 GMT" - ], - "Content-Length": [ - "1078" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"dJ3Rtqp2VQZqiY2evRglUjbCReDI8w05U27lmN2Rzsc=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c2024eb6-4cfe-4362-9e42-9f9f96112b52" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" - ], - "x-ms-request-id": [ - "2772bc2b-c450-4b37-a5a9-bc9c92f797ad" - ], - "x-ms-correlation-request-id": [ - "2772bc2b-c450-4b37-a5a9-bc9c92f797ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003122Z:2772bc2b-c450-4b37-a5a9-bc9c92f797ad" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:22 GMT" - ], - "Content-Length": [ - "1078" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n },\r\n {\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"dJ3Rtqp2VQZqiY2evRglUjbCReDI8w05U27lmN2Rzsc=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c2024eb6-4cfe-4362-9e42-9f9f96112b52" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" - ], - "x-ms-request-id": [ - "b9ad83e5-62ed-4afc-98b8-759e52485ce4" - ], - "x-ms-correlation-request-id": [ - "b9ad83e5-62ed-4afc-98b8-759e52485ce4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003157Z:b9ad83e5-62ed-4afc-98b8-759e52485ce4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:57 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\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c94a7f3f-9823-49af-a9a8-542611313f62" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" - ], - "x-ms-request-id": [ - "7ac650cd-ed76-4d94-9f3c-5ba9eb50caa7" - ], - "x-ms-correlation-request-id": [ - "7ac650cd-ed76-4d94-9f3c-5ba9eb50caa7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003157Z:7ac650cd-ed76-4d94-9f3c-5ba9eb50caa7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:57 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\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"service\",\r\n \"primaryKey\": \"hHH6gBuf4q/W7bZYKRgJC3k+GF8gUemeoXzF5jFdtI8=\",\r\n \"secondaryKey\": \"kjWd165CZghJOXdgHT58iZTiwUiTNU+IjJ0UvKnWUhw=\",\r\n \"rights\": \"ServiceConnect\"\r\n },\r\n {\r\n \"keyName\": \"device\",\r\n \"primaryKey\": \"hAIs26iFUBTOjipVlXeKaAuhAryPTN8sJHyQEl3NsPM=\",\r\n \"secondaryKey\": \"uJdQK2899RTrw5kb3B9OuT/phf1amYj9v5htHshT7xs=\",\r\n \"rights\": \"DeviceConnect\"\r\n },\r\n {\r\n \"keyName\": \"registryRead\",\r\n \"primaryKey\": \"iEIYXcacZ1zjJvTvxh4HxiOcaefcYJo/WiHngn7zLoI=\",\r\n \"secondaryKey\": \"LJCWymxJ90zyoh7sJ/nNXY+FJz6cEoUv1uouVRCsFbI=\",\r\n \"rights\": \"RegistryRead\"\r\n },\r\n {\r\n \"keyName\": \"registryReadWrite\",\r\n \"primaryKey\": \"jQ9e2BcEXVLMTZkx61Qo6zo/OppNKOOvikn1cwk2ltI=\",\r\n \"secondaryKey\": \"TO9uLnfVxcTsrKvDY4/1JY4IRWtna18c89YiEoDOXYs=\",\r\n \"rights\": \"RegistryWrite\"\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/IotHubKeys/iothubowner/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvSW90SHViS2V5cy9pb3RodWJvd25lci9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0d8d4eb5-309b-42c6-a1a7-55ee3664027c" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-request-id": [ - "95eefbd9-0900-4cef-9b86-9a229a20aa31" - ], - "x-ms-correlation-request-id": [ - "95eefbd9-0900-4cef-9b86-9a229a20aa31" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002931Z:95eefbd9-0900-4cef-9b86-9a229a20aa31" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:30 GMT" - ], - "Content-Length": [ - "203" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/IotHubKeys/iothubowner/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvSW90SHViS2V5cy9pb3RodWJvd25lci9saXN0a2V5cz9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ad894839-6e50-4d0f-981f-d42cfb8bd7f2" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" - ], - "x-ms-request-id": [ - "a7eea47e-a345-4a15-b4d0-5b61bdfc3d68" - ], - "x-ms-correlation-request-id": [ - "a7eea47e-a345-4a15-b4d0-5b61bdfc3d68" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002932Z:a7eea47e-a345-4a15-b4d0-5b61bdfc3d68" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:32 GMT" - ], - "Content-Length": [ - "203" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"keyName\": \"iothubowner\",\r\n \"primaryKey\": \"QT4VOJ3Xyi1HJ3KOd92U+/81nRxmiCpeqExgdrULRE4=\",\r\n \"secondaryKey\": \"X6DAjpocu4kwT6tb0fHnx37m/dLGmzFOqSRl4LX+rSg=\",\r\n \"rights\": \"RegistryWrite, ServiceConnect, DeviceConnect\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/cg1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvZXZlbnRIdWJFbmRwb2ludHMvZXZlbnRzL0NvbnN1bWVyR3JvdXBzL2NnMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "PUT", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d7e6bd98-c1a5-45da-8d9b-75905bec5460" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "21445580-8eee-4756-9226-eefad489a5fe" - ], - "x-ms-correlation-request-id": [ - "21445580-8eee-4756-9226-eefad489a5fe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002934Z:21445580-8eee-4756-9226-eefad489a5fe" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:33 GMT" - ], - "Content-Length": [ - "319" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"created\": \"Sat, 16 Oct 2021 00:29:34 GMT\"\r\n },\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/cg1\",\r\n \"name\": \"cg1\",\r\n \"type\": \"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups\",\r\n \"etag\": null\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/eventHubEndpoints/events/ConsumerGroups/cg1?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvZXZlbnRIdWJFbmRwb2ludHMvZXZlbnRzL0NvbnN1bWVyR3JvdXBzL2NnMT9hcGktdmVyc2lvbj0yMDIwLTAzLTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "47c17bcb-2b35-4f14-9160-69dc7fd2658b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "x-ms-request-id": [ - "a05828cb-ca5d-44aa-93e8-5b79b3b1a108" - ], - "x-ms-correlation-request-id": [ - "a05828cb-ca5d-44aa-93e8-5b79b3b1a108" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T002935Z:a05828cb-ca5d-44aa-93e8-5b79b3b1a108" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:29:35 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfZGFiMjRiNGQtMmZhNy00ZTM2LWExM2UtZGZhNDhmNjA5NzlkO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWkdGaU1qUmlOR1F0TW1aaE55MDBaVE0yTFdFeE0yVXRaR1poTkRobU5qQTVOemxrTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "09cb4fb5-e53f-4b1e-8d61-e6f960de63a5" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-request-id": [ - "89c788c1-acce-4101-bdb8-cf2321c26dd8" - ], - "x-ms-correlation-request-id": [ - "89c788c1-acce-4101-bdb8-cf2321c26dd8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003011Z:89c788c1-acce-4101-bdb8-cf2321c26dd8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:11 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/IotHubKeys/iothubowner1/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvSW90SHViS2V5cy9pb3RodWJvd25lcjEvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "722f91c9-2a5e-4c67-88e3-d6df423a036b" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" - ], - "x-ms-request-id": [ - "f46f84cd-3345-4854-aefd-de037c2f45bc" - ], - "x-ms-correlation-request-id": [ - "f46f84cd-3345-4854-aefd-de037c2f45bc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003012Z:f46f84cd-3345-4854-aefd-de037c2f45bc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:12 GMT" - ], - "Content-Length": [ - "172" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"secondaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"rights\": \"RegistryRead\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/IotHubKeys/iothubowner1/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvSW90SHViS2V5cy9pb3RodWJvd25lcjEvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f20a0624-94b6-47af-bf54-0d3d9e3ba456" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" - ], - "x-ms-request-id": [ - "9723fa80-033f-4cd4-b9e8-14dc04081ca2" - ], - "x-ms-correlation-request-id": [ - "9723fa80-033f-4cd4-b9e8-14dc04081ca2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003047Z:9723fa80-033f-4cd4-b9e8-14dc04081ca2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:47 GMT" - ], - "Content-Length": [ - "172" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"mZuEzQTvM7syqjAa+HkVT46zTn/qb0WBMG1Y3xiaGBU=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/IotHubKeys/iothubowner1/listkeys?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvSW90SHViS2V5cy9pb3RodWJvd25lcjEvbGlzdGtleXM/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "953ac016-44d3-4e30-817a-e76e4dadc11e" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" - ], - "x-ms-request-id": [ - "9cfc0500-4a7a-4364-8a2a-ab6b6a5a9d5d" - ], - "x-ms-correlation-request-id": [ - "9cfc0500-4a7a-4364-8a2a-ab6b6a5a9d5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003122Z:9cfc0500-4a7a-4364-8a2a-ab6b6a5a9d5d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:21 GMT" - ], - "Content-Length": [ - "172" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"keyName\": \"iothubowner1\",\r\n \"primaryKey\": \"dJ3Rtqp2VQZqiY2evRglUjbCReDI8w05U27lmN2Rzsc=\",\r\n \"secondaryKey\": \"BgdqHNCSBSl3iSezMzKocWZ0Okd3qCfIFJKwQNOR0YQ=\",\r\n \"rights\": \"RegistryRead\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMmQ5ZTc5ZmMtZGQ5MS00YjAwLThlMGEtN2ExYjg2MzNlNGJkO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTW1RNVpUYzVabU10WkdRNU1TMDBZakF3TFRobE1HRXROMkV4WWpnMk16TmxOR0prTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "f20a0624-94b6-47af-bf54-0d3d9e3ba456" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-request-id": [ - "c2ad970c-b8fd-4046-bfa4-5663549c1255" - ], - "x-ms-correlation-request-id": [ - "c2ad970c-b8fd-4046-bfa4-5663549c1255" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003046Z:c2ad970c-b8fd-4046-bfa4-5663549c1255" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:30:46 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMjJlNDIxYWMtZjkyYy00ZGJlLTgzMzMtODUyZTY3YWVhNGIyO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTWpKbE5ESXhZV010WmpreVl5MDBaR0psTFRnek16TXRPRFV5WlRZM1lXVmhOR0l5TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "953ac016-44d3-4e30-817a-e76e4dadc11e" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.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": [ - "e4e1f093-343d-4808-b16b-d3c4be326d22" - ], - "x-ms-correlation-request-id": [ - "e4e1f093-343d-4808-b16b-d3c4be326d22" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003121Z:e4e1f093-343d-4808-b16b-d3c4be326d22" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:20 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMTQ0MmQxZWQtZTUyNC00MjlmLWI5NTQtYjVlZTkxY2NkNDk2O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTVRRME1tUXhaV1F0WlRVeU5DMDBNamxtTFdJNU5UUXRZalZsWlRreFkyTmtORGsyTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c2024eb6-4cfe-4362-9e42-9f9f96112b52" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" - ], - "x-ms-request-id": [ - "770e68f2-6787-4d8f-9d39-6d706dbe0362" - ], - "x-ms-correlation-request-id": [ - "770e68f2-6787-4d8f-9d39-6d706dbe0362" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003156Z:770e68f2-6787-4d8f-9d39-6d706dbe0362" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:31:56 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMDY5NjkzNDktOTJiZi00ZmJkLTkyYTEtNjkzNmMwNmI2NmVhO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTURZNU5qa3pORGt0T1RKaVppMDBabUprTFRreVlURXROamt6Tm1Nd05tSTJObVZoTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "00810daf-c704-4514-9a63-12c67d205c8e" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "e20b67f5-67ea-4bf8-99a2-4576361d7cf1" - ], - "x-ms-correlation-request-id": [ - "e20b67f5-67ea-4bf8-99a2-4576361d7cf1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003231Z:e20b67f5-67ea-4bf8-99a2-4576361d7cf1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:32:31 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfMDY5NjkzNDktOTJiZi00ZmJkLTkyYTEtNjkzNmMwNmI2NmVhO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTURZNU5qa3pORGt0T1RKaVppMDBabUprTFRreVlURXROamt6Tm1Nd05tSTJObVZoTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "00810daf-c704-4514-9a63-12c67d205c8e" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" - ], - "x-ms-request-id": [ - "d6a52b9e-e218-487f-a3ee-16afea5606e4" - ], - "x-ms-correlation-request-id": [ - "d6a52b9e-e218-487f-a3ee-16afea5606e4" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003302Z:d6a52b9e-e218-487f-a3ee-16afea5606e4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:01 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNGJlZmQzYzktMTM5ZS00M2NiLWFlOTQtMzM1ODg4ZDY5YTI0O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTkdKbFptUXpZemt0TVRNNVpTMDBNMk5pTFdGbE9UUXRNek0xT0RnNFpEWTVZVEkwTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5af37741-49d3-4a02-80a3-3a094bf5a1ea" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" - ], - "x-ms-request-id": [ - "f99d9bad-7c39-41c2-9f5a-2ff3a367ecb9" - ], - "x-ms-correlation-request-id": [ - "f99d9bad-7c39-41c2-9f5a-2ff3a367ecb9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003336Z:f99d9bad-7c39-41c2-9f5a-2ff3a367ecb9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:33:36 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNjA4NTE4NTYtZjZhOS00MmM1LWJmOTEtNjJmYWQxMzMyZmYxO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTmpBNE5URTROVFl0WmpaaE9TMDBNbU0xTFdKbU9URXROakptWVdReE16TXlabVl4TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "76d7516e-0717-498c-9c92-92fdb3e3eb5a" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" - ], - "x-ms-request-id": [ - "7d44ca17-e76f-4cb5-80c6-db5df57e21b1" - ], - "x-ms-correlation-request-id": [ - "7d44ca17-e76f-4cb5-80c6-db5df57e21b1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003412Z:7d44ca17-e76f-4cb5-80c6-db5df57e21b1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:12 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYjFhMjc0MTgtZjlmNC00YjZkLTlhNjEtZmRkMGQxMzZmZDYwO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWWpGaE1qYzBNVGd0WmpsbU5DMDBZalprTFRsaE5qRXRabVJrTUdReE16Wm1aRFl3TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0cfc2bd9-c719-43d4-83fa-8b451af2ba69" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11952" - ], - "x-ms-request-id": [ - "5b4041ba-6f4d-4786-82d8-a2c090f7820e" - ], - "x-ms-correlation-request-id": [ - "5b4041ba-6f4d-4786-82d8-a2c090f7820e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003447Z:5b4041ba-6f4d-4786-82d8-a2c090f7820e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:34:46 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfOGU2Y2U0YjctNzVmMC00ODZjLWJjNTItNmIzZDE0ZjY0ZjVhO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmT0dVMlkyVTBZamN0TnpWbU1DMDBPRFpqTFdKak5USXRObUl6WkRFMFpqWTBaalZoTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0a9b1470-1943-471f-821a-dcb9c6deb1d5" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11948" - ], - "x-ms-request-id": [ - "6faeaffc-b26f-4587-81ae-c96a92fa31e9" - ], - "x-ms-correlation-request-id": [ - "6faeaffc-b26f-4587-81ae-c96a92fa31e9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003521Z:6faeaffc-b26f-4587-81ae-c96a92fa31e9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:21 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfZGYzNjhhNjctYmU2Yy00ODVlLTkwY2MtMjAzNTg2ZDgxZDFmO3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWkdZek5qaGhOamN0WW1VMll5MDBPRFZsTFRrd1kyTXRNakF6TlRnMlpEZ3haREZtTzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5848e38c-f208-451f-9e3e-bc52e91803f8" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11943" - ], - "x-ms-request-id": [ - "30ea8945-04d4-48f8-9e8e-5c524150610b" - ], - "x-ms-correlation-request-id": [ - "30ea8945-04d4-48f8-9e8e-5c524150610b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003557Z:30ea8945-04d4-48f8-9e8e-5c524150610b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:35:57 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "60c0422d-2e61-40d9-ac6e-ef99472216d3" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "67" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4988" - ], - "x-ms-request-id": [ - "2afb851e-aea3-4df3-8470-766bf3c6b8d1" - ], - "x-ms-correlation-request-id": [ - "2afb851e-aea3-4df3-8470-766bf3c6b8d1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003601Z:2afb851e-aea3-4df3-8470-766bf3c6b8d1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:36:01 GMT" - ], - "Content-Length": [ - "1720" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key2\": \"value2\",\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n }\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d799a2ab-9acd-4349-9247-a938c67c2a56" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "44" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-resource-requests": [ - "4987" - ], - "x-ms-request-id": [ - "850c0dd9-5ce4-4125-9fcd-8b36f640334e" - ], - "x-ms-correlation-request-id": [ - "850c0dd9-5ce4-4125-9fcd-8b36f640334e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003603Z:850c0dd9-5ce4-4125-9fcd-8b36f640334e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:36:03 GMT" - ], - "Content-Length": [ - "1704" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756\",\r\n \"name\": \"ps6756\",\r\n \"type\": \"Microsoft.Devices/IotHubs\",\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"key1\": \"value1\"\r\n },\r\n \"subscriptionid\": \"a386d5ea-ea90-441a-8263-d816368c84a1\",\r\n \"resourcegroup\": \"ps9106\",\r\n \"etag\": \"\",\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\": \"ps6756.azure-devices.net\",\r\n \"eventHubEndpoints\": {\r\n \"events\": {\r\n \"retentionTimeInDays\": 5,\r\n \"partitionCount\": 4,\r\n \"partitionIds\": [\r\n \"0\",\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"path\": \"ps6756\",\r\n \"endpoint\": \"sb://iothub-ns-ps6756-15388349-2136789705.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 {\r\n \"name\": \"route2\",\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 \"name\": \"route3\",\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 \"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\": 25,\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\": 5\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756/failover?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTYvZmFpbG92ZXI/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"failoverRegion\": \"East US\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "35" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other" - ], - "Retry-After": [ - "15" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" - ], - "x-ms-request-id": [ - "ab142f1a-d751-4128-87a9-c94a20e4d5e1" - ], - "x-ms-correlation-request-id": [ - "ab142f1a-d751-4128-87a9-c94a20e4d5e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003607Z:ab142f1a-d751-4128-87a9-c94a20e4d5e1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:36:06 GMT" - ], - "Content-Length": [ - "4" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "null", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11936" - ], - "x-ms-request-id": [ - "68844928-b983-4d4f-9541-eda7b3fca1d6" - ], - "x-ms-correlation-request-id": [ - "68844928-b983-4d4f-9541-eda7b3fca1d6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003622Z:68844928-b983-4d4f-9541-eda7b3fca1d6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:36:21 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11935" - ], - "x-ms-request-id": [ - "da299b39-c692-428b-86df-188555f7c198" - ], - "x-ms-correlation-request-id": [ - "da299b39-c692-428b-86df-188555f7c198" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003637Z:da299b39-c692-428b-86df-188555f7c198" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:36:36 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11934" - ], - "x-ms-request-id": [ - "3fc0f17d-0e5f-47e3-9171-d80b79650543" - ], - "x-ms-correlation-request-id": [ - "3fc0f17d-0e5f-47e3-9171-d80b79650543" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003652Z:3fc0f17d-0e5f-47e3-9171-d80b79650543" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:36:51 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11933" - ], - "x-ms-request-id": [ - "847b99f3-e863-4b21-8e6b-65edbc80bf8f" - ], - "x-ms-correlation-request-id": [ - "847b99f3-e863-4b21-8e6b-65edbc80bf8f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003707Z:847b99f3-e863-4b21-8e6b-65edbc80bf8f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:37:06 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11932" - ], - "x-ms-request-id": [ - "6aa80b12-92c4-4dbf-9968-523b1c586ed5" - ], - "x-ms-correlation-request-id": [ - "6aa80b12-92c4-4dbf-9968-523b1c586ed5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003722Z:6aa80b12-92c4-4dbf-9968-523b1c586ed5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:37:22 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11931" - ], - "x-ms-request-id": [ - "87cfe0e2-ab73-4d60-8263-6b8d2da7ebad" - ], - "x-ms-correlation-request-id": [ - "87cfe0e2-ab73-4d60-8263-6b8d2da7ebad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003737Z:87cfe0e2-ab73-4d60-8263-6b8d2da7ebad" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:37:37 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11930" - ], - "x-ms-request-id": [ - "2ab75613-1d5a-40e5-8741-5b88e409195e" - ], - "x-ms-correlation-request-id": [ - "2ab75613-1d5a-40e5-8741-5b88e409195e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003752Z:2ab75613-1d5a-40e5-8741-5b88e409195e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:37:52 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11929" - ], - "x-ms-request-id": [ - "991aa7c9-5036-4458-a8f7-3ba576dea13e" - ], - "x-ms-correlation-request-id": [ - "991aa7c9-5036-4458-a8f7-3ba576dea13e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003807Z:991aa7c9-5036-4458-a8f7-3ba576dea13e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:38:07 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11928" - ], - "x-ms-request-id": [ - "ac54cc51-4b9b-422d-b584-47cfed0fa72b" - ], - "x-ms-correlation-request-id": [ - "ac54cc51-4b9b-422d-b584-47cfed0fa72b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003822Z:ac54cc51-4b9b-422d-b584-47cfed0fa72b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:38:21 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11927" - ], - "x-ms-request-id": [ - "809322d2-4d55-4faa-8698-2792d1d65932" - ], - "x-ms-correlation-request-id": [ - "809322d2-4d55-4faa-8698-2792d1d65932" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003837Z:809322d2-4d55-4faa-8698-2792d1d65932" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:38:37 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11926" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "9618f962-d9c1-44cc-b023-dd7a2e70dc34" - ], - "x-ms-correlation-request-id": [ - "9618f962-d9c1-44cc-b023-dd7a2e70dc34" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003852Z:9618f962-d9c1-44cc-b023-dd7a2e70dc34" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:38:52 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11925" - ], - "x-ms-request-id": [ - "8cfbe0a2-406d-4ada-b7e4-3c723a30f343" - ], - "x-ms-correlation-request-id": [ - "8cfbe0a2-406d-4ada-b7e4-3c723a30f343" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003908Z:8cfbe0a2-406d-4ada-b7e4-3c723a30f343" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:39:07 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11924" - ], - "x-ms-request-id": [ - "a7c637f1-271c-4a57-bf5c-27566dc5ab6f" - ], - "x-ms-correlation-request-id": [ - "a7c637f1-271c-4a57-bf5c-27566dc5ab6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003923Z:a7c637f1-271c-4a57-bf5c-27566dc5ab6f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:39:22 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11923" - ], - "x-ms-request-id": [ - "3bbefe18-7795-4b7a-bd3f-0263b933146d" - ], - "x-ms-correlation-request-id": [ - "3bbefe18-7795-4b7a-bd3f-0263b933146d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003938Z:3bbefe18-7795-4b7a-bd3f-0263b933146d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:39:37 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11922" - ], - "x-ms-request-id": [ - "c16f7378-51ce-41e3-8f96-fb7da004bbdd" - ], - "x-ms-correlation-request-id": [ - "c16f7378-51ce-41e3-8f96-fb7da004bbdd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T003953Z:c16f7378-51ce-41e3-8f96-fb7da004bbdd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:39:52 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11921" - ], - "x-ms-request-id": [ - "e32681c1-ad05-4160-b74d-52091e6d6cb1" - ], - "x-ms-correlation-request-id": [ - "e32681c1-ad05-4160-b74d-52091e6d6cb1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004008Z:e32681c1-ad05-4160-b74d-52091e6d6cb1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:40:07 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11920" - ], - "x-ms-request-id": [ - "b2cbb320-13e7-4c6d-a1e6-13356ffc6f89" - ], - "x-ms-correlation-request-id": [ - "b2cbb320-13e7-4c6d-a1e6-13356ffc6f89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004023Z:b2cbb320-13e7-4c6d-a1e6-13356ffc6f89" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:40:23 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11919" - ], - "x-ms-request-id": [ - "16a1355c-2b59-4ce1-ad5e-51afb8483683" - ], - "x-ms-correlation-request-id": [ - "16a1355c-2b59-4ce1-ad5e-51afb8483683" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004038Z:16a1355c-2b59-4ce1-ad5e-51afb8483683" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:40:38 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11918" - ], - "x-ms-request-id": [ - "d5fe7200-cdfb-4946-8810-ea951d02fcd1" - ], - "x-ms-correlation-request-id": [ - "d5fe7200-cdfb-4946-8810-ea951d02fcd1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004053Z:d5fe7200-cdfb-4946-8810-ea951d02fcd1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:40:53 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11917" - ], - "x-ms-request-id": [ - "367a707a-ef6a-40d5-ae2d-b2a9baf50c27" - ], - "x-ms-correlation-request-id": [ - "367a707a-ef6a-40d5-ae2d-b2a9baf50c27" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004108Z:367a707a-ef6a-40d5-ae2d-b2a9baf50c27" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:41:08 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11916" - ], - "x-ms-request-id": [ - "11930c9c-636f-4750-94b2-f8a43b172858" - ], - "x-ms-correlation-request-id": [ - "11930c9c-636f-4750-94b2-f8a43b172858" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004123Z:11930c9c-636f-4750-94b2-f8a43b172858" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:41:23 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11915" - ], - "x-ms-request-id": [ - "f6a74ba8-dc25-4189-a42f-7dab282415d3" - ], - "x-ms-correlation-request-id": [ - "f6a74ba8-dc25-4189-a42f-7dab282415d3" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004138Z:f6a74ba8-dc25-4189-a42f-7dab282415d3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:41:38 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11914" - ], - "x-ms-request-id": [ - "294de47c-a565-4923-ba64-38fe2eca40dd" - ], - "x-ms-correlation-request-id": [ - "294de47c-a565-4923-ba64-38fe2eca40dd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004153Z:294de47c-a565-4923-ba64-38fe2eca40dd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:41:53 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11913" - ], - "x-ms-request-id": [ - "12ad15f1-272b-4f5b-bad0-5a59faf5bab5" - ], - "x-ms-correlation-request-id": [ - "12ad15f1-272b-4f5b-bad0-5a59faf5bab5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004208Z:12ad15f1-272b-4f5b-bad0-5a59faf5bab5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:42:08 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11912" - ], - "x-ms-request-id": [ - "b7ddc1cb-41e0-4754-9650-44c10a7bf62b" - ], - "x-ms-correlation-request-id": [ - "b7ddc1cb-41e0-4754-9650-44c10a7bf62b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004224Z:b7ddc1cb-41e0-4754-9650-44c10a7bf62b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:42:23 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11911" - ], - "x-ms-request-id": [ - "39ef2161-34b4-4286-89c1-e959831bcc79" - ], - "x-ms-correlation-request-id": [ - "39ef2161-34b4-4286-89c1-e959831bcc79" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004239Z:39ef2161-34b4-4286-89c1-e959831bcc79" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:42:39 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11910" - ], - "x-ms-request-id": [ - "9b2ff7ac-f744-4899-b1b5-a923668a538d" - ], - "x-ms-correlation-request-id": [ - "9b2ff7ac-f744-4899-b1b5-a923668a538d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004254Z:9b2ff7ac-f744-4899-b1b5-a923668a538d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:42:53 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11909" - ], - "x-ms-request-id": [ - "c27f3967-9f7c-4fc1-ad42-76c2ca597c5d" - ], - "x-ms-correlation-request-id": [ - "c27f3967-9f7c-4fc1-ad42-76c2ca597c5d" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004309Z:c27f3967-9f7c-4fc1-ad42-76c2ca597c5d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:43:08 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11908" - ], - "x-ms-request-id": [ - "e01c6fa5-6276-4520-8075-53c16d946828" - ], - "x-ms-correlation-request-id": [ - "e01c6fa5-6276-4520-8075-53c16d946828" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004324Z:e01c6fa5-6276-4520-8075-53c16d946828" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:43:23 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11907" - ], - "x-ms-request-id": [ - "ab002e83-2cab-4f23-9551-aa3488360b10" - ], - "x-ms-correlation-request-id": [ - "ab002e83-2cab-4f23-9551-aa3488360b10" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004339Z:ab002e83-2cab-4f23-9551-aa3488360b10" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:43:38 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11906" - ], - "x-ms-request-id": [ - "d69e4724-48dc-46d0-8e2f-8a198d7cb009" - ], - "x-ms-correlation-request-id": [ - "d69e4724-48dc-46d0-8e2f-8a198d7cb009" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004354Z:d69e4724-48dc-46d0-8e2f-8a198d7cb009" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:43:53 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11905" - ], - "x-ms-request-id": [ - "b5a0cbba-a728-47c9-aa35-a2391deac31f" - ], - "x-ms-correlation-request-id": [ - "b5a0cbba-a728-47c9-aa35-a2391deac31f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004409Z:b5a0cbba-a728-47c9-aa35-a2391deac31f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:44:08 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11904" - ], - "x-ms-request-id": [ - "da7fd6f4-8f98-4575-b8a4-fd410f97e776" - ], - "x-ms-correlation-request-id": [ - "da7fd6f4-8f98-4575-b8a4-fd410f97e776" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004424Z:da7fd6f4-8f98-4575-b8a4-fd410f97e776" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:44:24 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11903" - ], - "x-ms-request-id": [ - "6d7716b4-58dc-413e-aecf-dc7a6bfe17fb" - ], - "x-ms-correlation-request-id": [ - "6d7716b4-58dc-413e-aecf-dc7a6bfe17fb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004439Z:6d7716b4-58dc-413e-aecf-dc7a6bfe17fb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:44:39 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11902" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "359cb221-e960-4f36-b770-b4799752e5f6" - ], - "x-ms-correlation-request-id": [ - "359cb221-e960-4f36-b770-b4799752e5f6" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004454Z:359cb221-e960-4f36-b770-b4799752e5f6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:44:54 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11901" - ], - "x-ms-request-id": [ - "404ddd36-f7e1-48bf-9c97-97ea77575e89" - ], - "x-ms-correlation-request-id": [ - "404ddd36-f7e1-48bf-9c97-97ea77575e89" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004510Z:404ddd36-f7e1-48bf-9c97-97ea77575e89" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:45:09 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11900" - ], - "x-ms-request-id": [ - "bb048919-3811-418b-81cc-5f13003ea6ec" - ], - "x-ms-correlation-request-id": [ - "bb048919-3811-418b-81cc-5f13003ea6ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004525Z:bb048919-3811-418b-81cc-5f13003ea6ec" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:45:24 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11899" - ], - "x-ms-request-id": [ - "36bf60f4-b0e1-4bb4-a797-df12120225bb" - ], - "x-ms-correlation-request-id": [ - "36bf60f4-b0e1-4bb4-a797-df12120225bb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004540Z:36bf60f4-b0e1-4bb4-a797-df12120225bb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:45:39 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11898" - ], - "x-ms-request-id": [ - "3d8f9585-3748-4561-aef9-0a94ab7d829b" - ], - "x-ms-correlation-request-id": [ - "3d8f9585-3748-4561-aef9-0a94ab7d829b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004555Z:3d8f9585-3748-4561-aef9-0a94ab7d829b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:45:54 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11897" - ], - "x-ms-request-id": [ - "d795117e-9082-432d-aee0-e63a9b8c2a32" - ], - "x-ms-correlation-request-id": [ - "d795117e-9082-432d-aee0-e63a9b8c2a32" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004610Z:d795117e-9082-432d-aee0-e63a9b8c2a32" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:46:10 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM=?api-version=2020-03-01&operationSource=other", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmWXpBek0ySXpORGd0T0dZeU5TMDBaVGd6TFdFNVlqTXRZbVF5TjJJNVptTTVaV1E1TzNKbFoybHZiajEzWlhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXI=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "73402379-0cb1-41ae-9fd9-75812238a940" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfYzAzM2IzNDgtOGYyNS00ZTgzLWE5YjMtYmQyN2I5ZmM5ZWQ5O3JlZ2lvbj13ZXN0dXM%3D?api-version=2020-03-01&operationSource=other" - ], - "Retry-After": [ - "15" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11896" - ], - "x-ms-request-id": [ - "b48b746c-870a-4e2a-9818-72e1a5adcebe" - ], - "x-ms-correlation-request-id": [ - "b48b746c-870a-4e2a-9818-72e1a5adcebe" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004610Z:b48b746c-870a-4e2a-9818-72e1a5adcebe" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:46:10 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/resourceGroups/ps9106/providers/Microsoft.Devices/IotHubs/ps6756?api-version=2020-03-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Jlc291cmNlR3JvdXBzL3BzOTEwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkRldmljZXMvSW90SHVicy9wczY3NTY/YXBpLXZlcnNpb249MjAyMC0wMy0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "947b70be-5afe-44fb-8dfb-83288204b692" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNzE0Mjg4NWMtMmIyMi00ZGUzLTkwMTAtZDg3NDY3YjBjODEwO3JlZ2lvbj1lYXN0dXM=?api-version=2020-03-01&operationSource=other" - ], - "Retry-After": [ - "15" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNzE0Mjg4NWMtMmIyMi00ZGUzLTkwMTAtZDg3NDY3YjBjODEwO3JlZ2lvbj1lYXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" - ], - "x-ms-request-id": [ - "219c477f-86d6-43b9-8d0d-7071886bd0ff" - ], - "x-ms-correlation-request-id": [ - "219c477f-86d6-43b9-8d0d-7071886bd0ff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004613Z:219c477f-86d6-43b9-8d0d-7071886bd0ff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:46:13 GMT" - ], - "Content-Length": [ - "4" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "null", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNzE0Mjg4NWMtMmIyMi00ZGUzLTkwMTAtZDg3NDY3YjBjODEwO3JlZ2lvbj1lYXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTnpFME1qZzROV010TW1JeU1pMDBaR1V6TFRrd01UQXRaRGczTkRZM1lqQmpPREV3TzNKbFoybHZiajFsWVhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "947b70be-5afe-44fb-8dfb-83288204b692" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11894" - ], - "x-ms-request-id": [ - "3dc87bfd-e7eb-4fbc-bfc6-ce254f85c7e1" - ], - "x-ms-correlation-request-id": [ - "3dc87bfd-e7eb-4fbc-bfc6-ce254f85c7e1" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004628Z:3dc87bfd-e7eb-4fbc-bfc6-ce254f85c7e1" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:46:28 GMT" - ], - "Content-Length": [ - "20" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Running\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNzE0Mjg4NWMtMmIyMi00ZGUzLTkwMTAtZDg3NDY3YjBjODEwO3JlZ2lvbj1lYXN0dXM=?api-version=2020-03-01&operationSource=other&asyncinfo", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTnpFME1qZzROV010TW1JeU1pMDBaR1V6TFRrd01UQXRaRGczTkRZM1lqQmpPREV3TzNKbFoybHZiajFsWVhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXImYXN5bmNpbmZv", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "947b70be-5afe-44fb-8dfb-83288204b692" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11893" - ], - "x-ms-request-id": [ - "530411a4-f22c-4d24-be08-f3e5f2c2511e" - ], - "x-ms-correlation-request-id": [ - "530411a4-f22c-4d24-be08-f3e5f2c2511e" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004643Z:530411a4-f22c-4d24-be08-f3e5f2c2511e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:46:42 GMT" - ], - "Content-Length": [ - "22" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNzE0Mjg4NWMtMmIyMi00ZGUzLTkwMTAtZDg3NDY3YjBjODEwO3JlZ2lvbj1lYXN0dXM=?api-version=2020-03-01&operationSource=other", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTM4NmQ1ZWEtZWE5MC00NDFhLTgyNjMtZDgxNjM2OGM4NGExL3Byb3ZpZGVycy9NaWNyb3NvZnQuRGV2aWNlcy9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvblJlc3VsdHMvYVdROWIzTmZhV2hmTnpFME1qZzROV010TW1JeU1pMDBaR1V6TFRrd01UQXRaRGczTkRZM1lqQmpPREV3TzNKbFoybHZiajFsWVhOMGRYTT0/YXBpLXZlcnNpb249MjAyMC0wMy0wMSZvcGVyYXRpb25Tb3VyY2U9b3RoZXI=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "947b70be-5afe-44fb-8dfb-83288204b692" - ], - "User-Agent": [ - "FxVersion/4.6.29719.03", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000.", - "Microsoft.Azure.Management.IotHub.IotHubClient/3.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a386d5ea-ea90-441a-8263-d816368c84a1/providers/Microsoft.Devices/locations/westus/operationResults/aWQ9b3NfaWhfNzE0Mjg4NWMtMmIyMi00ZGUzLTkwMTAtZDg3NDY3YjBjODEwO3JlZ2lvbj1lYXN0dXM%3D?api-version=2020-03-01&operationSource=other" - ], - "Retry-After": [ - "15" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11892" - ], - "x-ms-request-id": [ - "459892a3-107b-469f-b9ae-ce3671fea1a5" - ], - "x-ms-correlation-request-id": [ - "459892a3-107b-469f-b9ae-ce3671fea1a5" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20211016T004643Z:459892a3-107b-469f-b9ae-ce3671fea1a5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Date": [ - "Sat, 16 Oct 2021 00:46:42 GMT" - ], - "Expires": [ - "-1" - ], - "Content-Length": [ - "0" - ] - }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"value\": []\r\n}", "StatusCode": 200 } ], "Names": { "Test-AzureRmIotHubLifecycle": [ - "ps6756", - "ps9106", - "eventHub4142", - "ps2045", - "ps1790" + "ps3154", + "ps1728", + "eventHub2023", + "ps9297", + "ps666" ] }, "Variables": { - "SubscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1" + "SubscriptionId": "9e223dbe-3399-4e19-88eb-0975f02ac87f" } } \ No newline at end of file diff --git a/src/IotHub/IotHub.sln b/src/IotHub/IotHub.sln index 9c1484326482..084dfefaf1c4 100644 --- a/src/IotHub/IotHub.sln +++ b/src/IotHub/IotHub.sln @@ -43,14 +43,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventHub.Management.Sdk", " EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.common", "..\Storage\Storage.common\Storage.common.csproj", "{6C82EC40-709C-41AD-AA50-20D1746B3A01}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IotHub.Management.Sdk", "IotHub.Management.Sdk\IotHub.Management.Sdk.csproj", "{32919D1F-CA97-E868-75D7-EB03630CD65D}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {B92C4EA2-0691-4DCF-8CE6-F5F1A4CD1F66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B92C4EA2-0691-4DCF-8CE6-F5F1A4CD1F66}.Debug|Any CPU.Build.0 = Debug|Any CPU @@ -120,6 +119,13 @@ Global {6C82EC40-709C-41AD-AA50-20D1746B3A01}.Debug|Any CPU.Build.0 = Debug|Any CPU {6C82EC40-709C-41AD-AA50-20D1746B3A01}.Release|Any CPU.ActiveCfg = Release|Any CPU {6C82EC40-709C-41AD-AA50-20D1746B3A01}.Release|Any CPU.Build.0 = Release|Any CPU + {32919D1F-CA97-E868-75D7-EB03630CD65D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {32919D1F-CA97-E868-75D7-EB03630CD65D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {32919D1F-CA97-E868-75D7-EB03630CD65D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {32919D1F-CA97-E868-75D7-EB03630CD65D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {B92C4EA2-0691-4DCF-8CE6-F5F1A4CD1F66} = {288D3263-6A42-42CB-AE65-AAD537508CC2} @@ -140,4 +146,7 @@ Global {708379BC-B3EE-4B95-9156-8A7699B4EB5D} = {4E40A0F5-1A53-4325-A138-1D5325CBBD87} {6C82EC40-709C-41AD-AA50-20D1746B3A01} = {4E40A0F5-1A53-4325-A138-1D5325CBBD87} EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {97F56575-6AC7-4F08-B798-B870BEB6F1AF} + EndGlobalSection EndGlobal diff --git a/src/IotHub/IotHub/Az.IotHub.psd1 b/src/IotHub/IotHub/Az.IotHub.psd1 index 739067738713..8f5b516ecab7 100644 --- a/src/IotHub/IotHub/Az.IotHub.psd1 +++ b/src/IotHub/IotHub/Az.IotHub.psd1 @@ -61,7 +61,7 @@ RequiredAssemblies = 'DotNetty.Buffers.dll', 'DotNetty.Codecs.dll', 'DotNetty.Handlers.dll', 'DotNetty.Transport.dll', 'Microsoft.Azure.Amqp.dll', 'Microsoft.Azure.Devices.Client.dll', 'Microsoft.Azure.Devices.dll', 'Microsoft.Azure.Devices.Shared.dll', - 'Microsoft.Azure.Management.IotHub.dll', + 'Microsoft.Azure.PowerShell.IotHub.Management.Sdk.dll', 'Microsoft.Extensions.DependencyInjection.Abstractions.dll', 'Microsoft.Extensions.Logging.Abstractions.dll', 'Microsoft.Extensions.Logging.dll' diff --git a/src/IotHub/IotHub/ChangeLog.md b/src/IotHub/IotHub/ChangeLog.md index 0072359bed20..f42b92613ce6 100644 --- a/src/IotHub/IotHub/ChangeLog.md +++ b/src/IotHub/IotHub/ChangeLog.md @@ -18,6 +18,9 @@ - Additional information about change #1 --> ## Upcoming Release +* Removed "Microsoft.Azure.Management.IotHub" Version "4.2.0" PackageReference +* Removed "Microsoft.Azure.Management.EventHub" Version "5.0.0" PackageReference +* Removed "Microsoft.Azure.Management.Storage" Version "25.0.0" PackageReference ## Version 2.7.7 * Fixed secrets exposure in example documentation. diff --git a/src/IotHub/IotHub/IotHub.csproj b/src/IotHub/IotHub/IotHub.csproj index ce15d3d086ea..f7aba65b9968 100644 --- a/src/IotHub/IotHub/IotHub.csproj +++ b/src/IotHub/IotHub/IotHub.csproj @@ -13,10 +13,13 @@ - + + + + diff --git a/src/IotHub/IotHub/IotHub/AddAzureRmIotHubCertificate.cs b/src/IotHub/IotHub/IotHub/AddAzureRmIotHubCertificate.cs index 615af2925a75..cf09e9571cd7 100644 --- a/src/IotHub/IotHub/IotHub/AddAzureRmIotHubCertificate.cs +++ b/src/IotHub/IotHub/IotHub/AddAzureRmIotHubCertificate.cs @@ -145,8 +145,9 @@ public override void ExecuteCmdlet() CertificateProperties certificateProperties = new CertificateProperties(); certificateProperties.Certificate = certificate; - CertificateDescription certificateDescription; - certificateDescription = this.IotHubClient.Certificates.CreateOrUpdate(this.ResourceGroupName, this.Name, this.CertificateName, this.Etag, certificateProperties); + CertificateDescription certificateDescription = new CertificateDescription(); + certificateDescription.Properties = certificateProperties; + certificateDescription = this.IotHubClient.Certificates.CreateOrUpdate(this.ResourceGroupName, this.Name, this.CertificateName, certificateDescription, this.Etag); this.WriteObject(IotHubUtils.ToPSCertificateDescription(certificateDescription)); diff --git a/src/IotHub/IotHub/IotHub/AddAzureRmIotHubEventHubConsumerGroup.cs b/src/IotHub/IotHub/IotHub/AddAzureRmIotHubEventHubConsumerGroup.cs index b0aa6177ce83..28aaf6f4af4c 100644 --- a/src/IotHub/IotHub/IotHub/AddAzureRmIotHubEventHubConsumerGroup.cs +++ b/src/IotHub/IotHub/IotHub/AddAzureRmIotHubEventHubConsumerGroup.cs @@ -56,7 +56,8 @@ public override void ExecuteCmdlet() if (ShouldProcess(EventHubConsumerGroupName, Properties.Resources.AddEventHubConsumerGroup)) { EventHubConsumerGroupName properties = new EventHubConsumerGroupName(this.EventHubConsumerGroupName); - this.IotHubClient.IotHubResource.CreateEventHubConsumerGroup(this.ResourceGroupName, this.Name, eventsEndpointName, this.EventHubConsumerGroupName, properties); + EventHubConsumerGroupBodyDescription eventHubConsumerGroupBodyDescription = new EventHubConsumerGroupBodyDescription(properties); + this.IotHubClient.IotHubResource.CreateEventHubConsumerGroup(this.ResourceGroupName, this.Name, eventsEndpointName, this.EventHubConsumerGroupName, eventHubConsumerGroupBodyDescription); IEnumerable iotHubEHConsumerGroups = this.IotHubClient.IotHubResource.ListEventHubConsumerGroups(this.ResourceGroupName, this.Name, eventsEndpointName); this.WriteObject(IotHubUtils.ToPSEventHubConsumerGroupInfo(iotHubEHConsumerGroups), true); } diff --git a/src/IotHub/IotHub/IotHub/ManualFailover/InvokeAzureRmIotHubManualFailover.cs b/src/IotHub/IotHub/IotHub/ManualFailover/InvokeAzureRmIotHubManualFailover.cs index 0c6c11c92c9b..5101b3a18da6 100644 --- a/src/IotHub/IotHub/IotHub/ManualFailover/InvokeAzureRmIotHubManualFailover.cs +++ b/src/IotHub/IotHub/IotHub/ManualFailover/InvokeAzureRmIotHubManualFailover.cs @@ -92,7 +92,7 @@ public override void ExecuteCmdlet() PSIotHub psIotHub = IotHubUtils.ToPSIotHub(iotHubDescription); string failoverRegion = psIotHub.Properties.Locations.FirstOrDefault(loc => loc.Role.Equals("secondary", StringComparison.OrdinalIgnoreCase)).Location; FailoverInput failoverInput = new FailoverInput(failoverRegion); - this.IotHubClient.IotHub.ManualFailover(this.Name, this.ResourceGroupName, failoverInput.FailoverRegion); + this.IotHubClient.IotHub.ManualFailover(this.Name, this.ResourceGroupName, failoverInput); if (this.PassThru.IsPresent) { diff --git a/src/IotHub/IotHub/IotHub/Routing/TestAzureRmIotHubRoute.cs b/src/IotHub/IotHub/IotHub/Routing/TestAzureRmIotHubRoute.cs index e0c9882d3816..8757a5abd07d 100644 --- a/src/IotHub/IotHub/IotHub/Routing/TestAzureRmIotHubRoute.cs +++ b/src/IotHub/IotHub/IotHub/Routing/TestAzureRmIotHubRoute.cs @@ -115,7 +115,7 @@ public override void ExecuteCmdlet() TestRouteInput testRouteInput = new TestRouteInput(); testRouteInput.Message = routingMessage; testRouteInput.Route = iotHubDescription.Properties.Routing.Routes.FirstOrDefault(x => x.Name.Equals(this.RouteName, StringComparison.OrdinalIgnoreCase)); - PSTestRouteResult psTestRouteResult = IotHubUtils.ToPSTestRouteResult(this.IotHubClient.IotHubResource.TestRoute(testRouteInput, this.Name, this.ResourceGroupName)); + PSTestRouteResult psTestRouteResult = IotHubUtils.ToPSTestRouteResult(this.IotHubClient.IotHubResource.TestRoute(this.Name, this.ResourceGroupName, testRouteInput)); if (this.ShowError.IsPresent && psTestRouteResult.Details != null) { this.WriteObject(psTestRouteResult.Details.CompilationErrors, true); @@ -131,7 +131,7 @@ public override void ExecuteCmdlet() TestAllRoutesInput testAllRoutesInput = new TestAllRoutesInput(); testAllRoutesInput.RoutingSource = this.Source.ToString(); testAllRoutesInput.Message = routingMessage; - this.WriteObject(IotHubUtils.ToPSRouteProperties(this.IotHubClient.IotHubResource.TestAllRoutes(testAllRoutesInput, this.Name, this.ResourceGroupName).Routes), true); + this.WriteObject(IotHubUtils.ToPSRouteProperties(this.IotHubClient.IotHubResource.TestAllRoutes(this.Name, this.ResourceGroupName, testAllRoutesInput).Routes), true); break; } } diff --git a/src/IotHub/IotHub/IotHub/SetAzureRmIotHubVerifiedCertificate.cs b/src/IotHub/IotHub/IotHub/SetAzureRmIotHubVerifiedCertificate.cs index 183f2da20013..878906728de5 100644 --- a/src/IotHub/IotHub/IotHub/SetAzureRmIotHubVerifiedCertificate.cs +++ b/src/IotHub/IotHub/IotHub/SetAzureRmIotHubVerifiedCertificate.cs @@ -153,7 +153,7 @@ public override void ExecuteCmdlet() CertificateVerificationDescription certificateVerificationDescription = new CertificateVerificationDescription(); certificateVerificationDescription.Certificate = certificate; - CertificateDescription certificateDescription = this.IotHubClient.Certificates.Verify(this.ResourceGroupName, this.Name, this.CertificateName, this.Etag, certificateVerificationDescription.Certificate); + CertificateDescription certificateDescription = this.IotHubClient.Certificates.Verify(this.ResourceGroupName, this.Name, this.CertificateName, this.Etag, certificateVerificationDescription); this.WriteObject(IotHubUtils.ToPSCertificateDescription(certificateDescription)); } catch(Exception e) diff --git a/src/IotHub/IotHub/IotHub/UpdateAzureRmIotHub.cs b/src/IotHub/IotHub/IotHub/UpdateAzureRmIotHub.cs index 04b5f2a7fae6..b17cc4cf51b9 100644 --- a/src/IotHub/IotHub/IotHub/UpdateAzureRmIotHub.cs +++ b/src/IotHub/IotHub/IotHub/UpdateAzureRmIotHub.cs @@ -77,9 +77,33 @@ public override void ExecuteCmdlet() } } - iotHubDescription = this.IotHubClient.IotHubResource.Update(this.ResourceGroupName, this.Name, this.Tag.Cast().ToDictionary(kvp => (string)kvp.Key, kvp => (string)kvp.Value)); + Dictionary dictionaryTag = new Dictionary(); + HashtableToDictionary(this.Tag, dictionaryTag); + TagsResource tagsResource = new TagsResource() + { + Tags = dictionaryTag + }; + + iotHubDescription = this.IotHubClient.IotHubResource.Update(this.ResourceGroupName, this.Name, tagsResource); this.WriteObject(IotHubUtils.ToPSIotHub(iotHubDescription), false); } } + + private void HashtableToDictionary(Hashtable hashtable, IDictionary dictionary) + { + if (null == hashtable) + { + return; + } + foreach (var each in hashtable.Keys) + { + var key = each.ToString(); + var value = hashtable[key]; + if (null != value) + { + dictionary[key] = (V)value; + } + } + } } } From 80ff3e40a8b879728aa8fa55a4fb4b49e28225c0 Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Fri, 6 Dec 2024 17:21:18 +0800 Subject: [PATCH 2/2] update changelog --- src/IotHub/IotHub/ChangeLog.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/IotHub/IotHub/ChangeLog.md b/src/IotHub/IotHub/ChangeLog.md index f42b92613ce6..d2bd1c0bad35 100644 --- a/src/IotHub/IotHub/ChangeLog.md +++ b/src/IotHub/IotHub/ChangeLog.md @@ -19,8 +19,6 @@ --> ## Upcoming Release * Removed "Microsoft.Azure.Management.IotHub" Version "4.2.0" PackageReference -* Removed "Microsoft.Azure.Management.EventHub" Version "5.0.0" PackageReference -* Removed "Microsoft.Azure.Management.Storage" Version "25.0.0" PackageReference ## Version 2.7.7 * Fixed secrets exposure in example documentation.