From fef507ca00d3bdb2be0935aed0b15986683fd7c4 Mon Sep 17 00:00:00 2001 From: "REDMOND\\v-ajnava" Date: Thu, 21 Sep 2017 15:59:24 -0700 Subject: [PATCH 1/6] Geo DR changes --- .../DisasterRecoveryConfigOperations.cs | 1554 +++++++++++++++++ ...asterRecoveryConfigOperationsExtensions.cs | 332 ++++ .../Generated/EventHubsOperations.cs | 2 +- .../EventHubsOperationsExtensions.cs | 2 +- .../IDisasterRecoveryConfigOperations.cs | 212 +++ .../Generated/IEventHubsOperations.cs | 2 +- .../Generated/INamespacesOperations.cs | 2 +- .../Generated/IOperations.cs | 2 +- .../IPremiumMessagingRegionsOperations.cs | 2 +- .../Generated/IQueuesOperations.cs | 2 +- .../Generated/IRegionsOperations.cs | 2 +- .../Generated/IRulesOperations.cs | 2 +- .../Generated/IServiceBusManagementClient.cs | 7 +- .../Generated/ISubscriptionsOperations.cs | 2 +- .../Generated/ITopicsOperations.cs | 2 +- .../Generated/Models/AccessKeys.cs | 22 +- .../Generated/Models/AccessRights.cs | 2 +- .../Generated/Models/Action.cs | 2 +- .../Generated/Models/ArmDisasterRecovery.cs | 96 + .../Models/AuthorizationRuleProperties.cs | 2 +- .../Generated/Models/CaptureDescription.cs | 2 +- .../Generated/Models/CheckNameAvailability.cs | 2 +- .../Models/CheckNameAvailabilityResult.cs | 2 +- .../Generated/Models/CorrelationFilter.cs | 2 +- .../Generated/Models/Destination.cs | 2 +- .../Models/EncodingCaptureDescription.cs | 2 +- .../Generated/Models/EntityStatus.cs | 2 +- .../Generated/Models/ErrorResponse.cs | 2 +- .../Models/ErrorResponseException.cs | 2 +- .../Generated/Models/Eventhub.cs | 2 +- .../Generated/Models/FilterType.cs | 2 +- .../Generated/Models/KeyType.cs | 2 +- .../Generated/Models/MessageCountDetails.cs | 2 +- .../Generated/Models/Operation.cs | 2 +- .../Generated/Models/OperationDisplay.cs | 2 +- .../Generated/Models/Page.cs | 2 +- .../Models/PremiumMessagingRegions.cs | 2 +- .../PremiumMessagingRegionsProperties.cs | 2 +- .../Models/RegenerateAccessKeyParameters.cs | 2 +- .../Generated/Models/Resource.cs | 2 +- .../Models/ResourceNamespacePatch.cs | 2 +- .../Generated/Models/RoleDisasterRecovery.cs | 65 + .../Generated/Models/Rule.cs | 2 +- .../Generated/Models/SBAuthorizationRule.cs | 2 +- .../Generated/Models/SBNamespace.cs | 2 +- .../Models/SBNamespaceUpdateParameters.cs | 2 +- .../Generated/Models/SBQueue.cs | 2 +- .../Generated/Models/SBSku.cs | 2 +- .../Generated/Models/SBSubscription.cs | 2 +- .../Generated/Models/SBTopic.cs | 2 +- .../Generated/Models/SkuName.cs | 2 +- .../Generated/Models/SkuTier.cs | 2 +- .../Generated/Models/SqlFilter.cs | 2 +- .../Generated/Models/SqlRuleAction.cs | 2 +- .../Generated/Models/TrackedResource.cs | 2 +- .../Generated/Models/UnavailableReason.cs | 2 +- .../Generated/NamespacesOperations.cs | 22 +- .../NamespacesOperationsExtensions.cs | 2 +- .../Generated/Operations.cs | 2 +- .../Generated/OperationsExtensions.cs | 2 +- .../PremiumMessagingRegionsOperations.cs | 2 +- ...iumMessagingRegionsOperationsExtensions.cs | 2 +- .../Generated/QueuesOperations.cs | 22 +- .../Generated/QueuesOperationsExtensions.cs | 2 +- .../Generated/RegionsOperations.cs | 6 +- .../Generated/RegionsOperationsExtensions.cs | 2 +- .../Generated/RulesOperations.cs | 30 +- .../Generated/RulesOperationsExtensions.cs | 2 +- .../Generated/ServiceBusManagementClient.cs | 8 +- .../Generated/SubscriptionsOperations.cs | 14 +- .../SubscriptionsOperationsExtensions.cs | 2 +- .../Generated/TopicsOperations.cs | 22 +- .../Generated/TopicsOperationsExtensions.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- 74 files changed, 2462 insertions(+), 70 deletions(-) create mode 100644 src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperations.cs create mode 100644 src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperationsExtensions.cs create mode 100644 src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigOperations.cs create mode 100644 src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs create mode 100644 src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RoleDisasterRecovery.cs diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperations.cs new file mode 100644 index 000000000000..b328c05ec0e8 --- /dev/null +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperations.cs @@ -0,0 +1,1554 @@ +// 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 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.ServiceBus +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using System.Net.Http; + using System.Threading; + using System.Threading.Tasks; + + /// + /// DisasterRecoveryConfigOperations operations. + /// + internal partial class DisasterRecoveryConfigOperations : IServiceOperations, IDisasterRecoveryConfigOperations + { + /// + /// Initializes a new instance of the DisasterRecoveryConfigOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal DisasterRecoveryConfigOperations(ServiceBusManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the ServiceBusManagementClient + /// + public ServiceBusManagementClient Client { get; private set; } + + /// + /// Gets all Alias(Disaster Recovery configurations) + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// 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 Task>> ListWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (namespaceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "namespaceName"); + } + if (namespaceName != null) + { + if (namespaceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "namespaceName", 50); + } + if (namespaceName.Length < 6) + { + throw new ValidationException(ValidationRules.MinLength, "namespaceName", 6); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("namespaceName", namespaceName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Creates or updates a new Alias(Disaster Recovery configuration) + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// Parameters required to create an Alias(Disaster Recovery configuration) + /// + /// + /// 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 Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, ArmDisasterRecovery parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (namespaceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "namespaceName"); + } + if (namespaceName != null) + { + if (namespaceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "namespaceName", 50); + } + if (namespaceName.Length < 6) + { + throw new ValidationException(ValidationRules.MinLength, "namespaceName", 6); + } + } + if (alias == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "alias"); + } + if (alias != null) + { + if (alias.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "alias", 50); + } + if (alias.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "alias", 1); + } + } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("namespaceName", namespaceName); + tracingParameters.Add("alias", alias); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); + _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 201) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Deletes an Alias(Disaster Recovery configuration) + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// 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 Task DeleteWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (namespaceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "namespaceName"); + } + if (namespaceName != null) + { + if (namespaceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "namespaceName", 50); + } + if (namespaceName.Length < 6) + { + throw new ValidationException(ValidationRules.MinLength, "namespaceName", 6); + } + } + if (alias == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "alias"); + } + if (alias != null) + { + if (alias.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "alias", 50); + } + if (alias.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "alias", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("namespaceName", namespaceName); + tracingParameters.Add("alias", alias); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); + _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 201) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new 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) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Retrieves Alias(Disaster Recovery configuration) for primary or secondary + /// namespace + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// 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 Task> GetWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (namespaceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "namespaceName"); + } + if (namespaceName != null) + { + if (namespaceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "namespaceName", 50); + } + if (namespaceName.Length < 6) + { + throw new ValidationException(ValidationRules.MinLength, "namespaceName", 6); + } + } + if (alias == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "alias"); + } + if (alias != null) + { + if (alias.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "alias", 50); + } + if (alias.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "alias", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("namespaceName", namespaceName); + tracingParameters.Add("alias", alias); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); + _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// This operation disables the Disaster Recovery and stops replicating changes + /// from primary to secondary namespaces + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// 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 Task BreakPairingWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (namespaceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "namespaceName"); + } + if (namespaceName != null) + { + if (namespaceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "namespaceName", 50); + } + if (namespaceName.Length < 6) + { + throw new ValidationException(ValidationRules.MinLength, "namespaceName", 6); + } + } + if (alias == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "alias"); + } + if (alias != null) + { + if (alias.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "alias", 50); + } + if (alias.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "alias", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("namespaceName", namespaceName); + tracingParameters.Add("alias", alias); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BreakPairing", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}/breakpairing").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); + _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new 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) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// envokes GEO DR failover and reconfigure the alias to point to the secondary + /// namespace + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// 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 Task FailOverWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + } + if (namespaceName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "namespaceName"); + } + if (namespaceName != null) + { + if (namespaceName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "namespaceName", 50); + } + if (namespaceName.Length < 6) + { + throw new ValidationException(ValidationRules.MinLength, "namespaceName", 6); + } + } + if (alias == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "alias"); + } + if (alias != null) + { + if (alias.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "alias", 50); + } + if (alias.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "alias", 1); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("namespaceName", namespaceName); + tracingParameters.Add("alias", alias); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "FailOver", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}/failover").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); + _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new 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) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets all Alias(Disaster Recovery configurations) + /// + /// + /// 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 Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (nextPageLink == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("nextPageLink", nextPageLink); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters); + } + // Construct URL + string _url = "{nextLink}"; + _url = _url.Replace("{nextLink}", nextPageLink); + List _queryParameters = new List(); + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", 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 (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new 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 = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperationsExtensions.cs new file mode 100644 index 000000000000..706064b9c394 --- /dev/null +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperationsExtensions.cs @@ -0,0 +1,332 @@ +// 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 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.ServiceBus +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for DisasterRecoveryConfigOperations. + /// + public static partial class DisasterRecoveryConfigOperationsExtensions + { + /// + /// Gets all Alias(Disaster Recovery configurations) + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + public static IPage List(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName) + { + return operations.ListAsync(resourceGroupName, namespaceName).GetAwaiter().GetResult(); + } + + /// + /// Gets all Alias(Disaster Recovery configurations) + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The cancellation token. + /// + public static async Task> ListAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, namespaceName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Creates or updates a new Alias(Disaster Recovery configuration) + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// Parameters required to create an Alias(Disaster Recovery configuration) + /// + public static ArmDisasterRecovery CreateOrUpdate(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, ArmDisasterRecovery parameters) + { + return operations.CreateOrUpdateAsync(resourceGroupName, namespaceName, alias, parameters).GetAwaiter().GetResult(); + } + + /// + /// Creates or updates a new Alias(Disaster Recovery configuration) + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// Parameters required to create an Alias(Disaster Recovery configuration) + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, ArmDisasterRecovery parameters, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, parameters, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Deletes an Alias(Disaster Recovery configuration) + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + public static void Delete(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias) + { + operations.DeleteAsync(resourceGroupName, namespaceName, alias).GetAwaiter().GetResult(); + } + + /// + /// Deletes an Alias(Disaster Recovery configuration) + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Retrieves Alias(Disaster Recovery configuration) for primary or secondary + /// namespace + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + public static ArmDisasterRecovery Get(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias) + { + return operations.GetAsync(resourceGroupName, namespaceName, alias).GetAwaiter().GetResult(); + } + + /// + /// Retrieves Alias(Disaster Recovery configuration) for primary or secondary + /// namespace + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// This operation disables the Disaster Recovery and stops replicating changes + /// from primary to secondary namespaces + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + public static void BreakPairing(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias) + { + operations.BreakPairingAsync(resourceGroupName, namespaceName, alias).GetAwaiter().GetResult(); + } + + /// + /// This operation disables the Disaster Recovery and stops replicating changes + /// from primary to secondary namespaces + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// The cancellation token. + /// + public static async Task BreakPairingAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.BreakPairingWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// envokes GEO DR failover and reconfigure the alias to point to the secondary + /// namespace + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + public static void FailOver(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias) + { + operations.FailOverAsync(resourceGroupName, namespaceName, alias).GetAwaiter().GetResult(); + } + + /// + /// envokes GEO DR failover and reconfigure the alias to point to the secondary + /// namespace + /// + /// + /// The operations group for this extension method. + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// The cancellation token. + /// + public static async Task FailOverAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.FailOverWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Gets all Alias(Disaster Recovery configurations) + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + public static IPage ListNext(this IDisasterRecoveryConfigOperations operations, string nextPageLink) + { + return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); + } + + /// + /// Gets all Alias(Disaster Recovery configurations) + /// + /// + /// The operations group for this extension method. + /// + /// + /// The NextLink from the previous successful call to List operation. + /// + /// + /// The cancellation token. + /// + public static async Task> ListNextAsync(this IDisasterRecoveryConfigOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperations.cs index b3f27b336461..26d32f0f410b 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperationsExtensions.cs index edd444539358..16bf9ea607e0 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigOperations.cs new file mode 100644 index 000000000000..c72a15a153a3 --- /dev/null +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigOperations.cs @@ -0,0 +1,212 @@ +// 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 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.ServiceBus +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// DisasterRecoveryConfigOperations operations. + /// + public partial interface IDisasterRecoveryConfigOperations + { + /// + /// Gets all Alias(Disaster Recovery configurations) + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListWithHttpMessagesAsync(string resourceGroupName, string namespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Creates or updates a new Alias(Disaster Recovery configuration) + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// Parameters required to create an Alias(Disaster Recovery + /// configuration) + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, ArmDisasterRecovery parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Deletes an Alias(Disaster Recovery configuration) + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// The 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 + /// + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Retrieves Alias(Disaster Recovery configuration) for primary or + /// secondary namespace + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// This operation disables the Disaster Recovery and stops replicating + /// changes from primary to secondary namespaces + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// The 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 + /// + Task BreakPairingWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// envokes GEO DR failover and reconfigure the alias to point to the + /// secondary namespace + /// + /// + /// Name of the Resource group within the Azure subscription. + /// + /// + /// The namespace name + /// + /// + /// The Disaster Recovery configuration name + /// + /// + /// The 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 + /// + Task FailOverWithHttpMessagesAsync(string resourceGroupName, string namespaceName, string alias, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets all Alias(Disaster Recovery configurations) + /// + /// + /// 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 + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IEventHubsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IEventHubsOperations.cs index a347be70cdaa..e613f56aaf4c 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IEventHubsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IEventHubsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/INamespacesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/INamespacesOperations.cs index fce929b9cc55..aa546bc45f14 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/INamespacesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/INamespacesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IOperations.cs index ed38ce0af5ee..366ab4f54ad2 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IPremiumMessagingRegionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IPremiumMessagingRegionsOperations.cs index 0b0b7a4a60ff..7eebb3c60e65 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IPremiumMessagingRegionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IPremiumMessagingRegionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IQueuesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IQueuesOperations.cs index 058a3be386af..b7b2fcf2b842 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IQueuesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IQueuesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRegionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRegionsOperations.cs index 7cacb81b10aa..117906ec3a8a 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRegionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRegionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRulesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRulesOperations.cs index daa50c9e570e..6797d57bb665 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRulesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRulesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs index 103f74fc7f7f..e2f6bf2907ec 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -80,6 +80,11 @@ public partial interface IServiceBusManagementClient : System.IDisposable /// INamespacesOperations Namespaces { get; } + /// + /// Gets the IDisasterRecoveryConfigOperations. + /// + IDisasterRecoveryConfigOperations DisasterRecoveryConfig { get; } + /// /// Gets the IQueuesOperations. /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ISubscriptionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ISubscriptionsOperations.cs index bb8482b5f80c..5464448f9d11 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ISubscriptionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ISubscriptionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ITopicsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ITopicsOperations.cs index d19ad54be0cd..04d500a5bcb0 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ITopicsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ITopicsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessKeys.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessKeys.cs index c008c5e8c04b..669611fc6efe 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessKeys.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessKeys.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -34,16 +34,22 @@ public AccessKeys() /// the created namespace authorization rule. /// Secondary connection string /// of the created namespace authorization rule. + /// Primary connection + /// string of the alias if GEO DR is enabled + /// Secondary connection + /// string of the alias if GEO DR is enabled /// A base64-encoded 256-bit primary key for /// signing and validating the SAS token. /// A base64-encoded 256-bit primary key for /// signing and validating the SAS token. /// A string that describes the authorization /// rule. - public AccessKeys(string primaryConnectionString = default(string), string secondaryConnectionString = default(string), string primaryKey = default(string), string secondaryKey = default(string), string keyName = default(string)) + public AccessKeys(string primaryConnectionString = default(string), string secondaryConnectionString = default(string), string aliasPrimaryConnectionString = default(string), string aliasSecondaryConnectionString = default(string), string primaryKey = default(string), string secondaryKey = default(string), string keyName = default(string)) { PrimaryConnectionString = primaryConnectionString; SecondaryConnectionString = secondaryConnectionString; + AliasPrimaryConnectionString = aliasPrimaryConnectionString; + AliasSecondaryConnectionString = aliasSecondaryConnectionString; PrimaryKey = primaryKey; SecondaryKey = secondaryKey; KeyName = keyName; @@ -69,6 +75,18 @@ public AccessKeys() [JsonProperty(PropertyName = "secondaryConnectionString")] public string SecondaryConnectionString { get; private set; } + /// + /// Gets primary connection string of the alias if GEO DR is enabled + /// + [JsonProperty(PropertyName = "aliasPrimaryConnectionString")] + public string AliasPrimaryConnectionString { get; private set; } + + /// + /// Gets secondary connection string of the alias if GEO DR is enabled + /// + [JsonProperty(PropertyName = "aliasSecondaryConnectionString")] + public string AliasSecondaryConnectionString { get; private set; } + /// /// Gets a base64-encoded 256-bit primary key for signing and /// validating the SAS token. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessRights.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessRights.cs index 75af0f9fca81..61320222fe4e 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessRights.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessRights.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Action.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Action.cs index 80d48cea33f4..dc07d1d3a270 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Action.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Action.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs new file mode 100644 index 000000000000..3c8081e59478 --- /dev/null +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.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 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.ServiceBus.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.ServiceBus; + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Single item in List or Get Alias(Disaster Recovery configuration) + /// operation + /// + [Rest.Serialization.JsonTransformation] + public partial class ArmDisasterRecovery : Resource + { + /// + /// Initializes a new instance of the ArmDisasterRecovery class. + /// + public ArmDisasterRecovery() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ArmDisasterRecovery class. + /// + /// Resource Id + /// Resource name + /// Resource type + /// Provisioning state of the + /// Alias(Disaster Recovery configurations) - possible values + /// 'Accepted' or 'Succeeded' + /// Primary/Secondary eventhub namespace + /// name, which is part of GEO DR pairning + /// role of namespace in GEO DR - possible values + /// 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Possible + /// values include: 'Primary', 'PrimaryNotReplicating', + /// 'Secondary' + /// Timestamp of when Data/Metdata was last + /// synced with Primary and Secondary namespce + public ArmDisasterRecovery(string id = default(string), string name = default(string), string type = default(string), string provisioningState = default(string), string partnerNamespace = default(string), RoleDisasterRecovery? role = default(RoleDisasterRecovery?), System.DateTime? lastSynced = default(System.DateTime?)) + : base(id, name, type) + { + ProvisioningState = provisioningState; + PartnerNamespace = partnerNamespace; + Role = role; + LastSynced = lastSynced; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets provisioning state of the Alias(Disaster Recovery + /// configurations) - possible values 'Accepted' or 'Succeeded' + /// + [JsonProperty(PropertyName = "properties.provisioningState")] + public string ProvisioningState { get; private set; } + + /// + /// Gets or sets primary/Secondary eventhub namespace name, which is + /// part of GEO DR pairning + /// + [JsonProperty(PropertyName = "properties.partnerNamespace")] + public string PartnerNamespace { get; set; } + + /// + /// Gets role of namespace in GEO DR - possible values 'Primary' or + /// 'PrimaryNotReplicating' or 'Secondary'. Possible values include: + /// 'Primary', 'PrimaryNotReplicating', 'Secondary' + /// + [JsonProperty(PropertyName = "properties.role")] + public RoleDisasterRecovery? Role { get; private set; } + + /// + /// Gets timestamp of when Data/Metdata was last synced with Primary + /// and Secondary namespce + /// + [JsonProperty(PropertyName = "properties.lastSynced")] + public System.DateTime? LastSynced { get; private set; } + + } +} diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AuthorizationRuleProperties.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AuthorizationRuleProperties.cs index 5720d6550e5b..cef237094ee9 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AuthorizationRuleProperties.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AuthorizationRuleProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CaptureDescription.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CaptureDescription.cs index 4a5b7e8323da..f7e1eda8ceb2 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CaptureDescription.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CaptureDescription.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailability.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailability.cs index 2f50deb0604b..17bbd7242702 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailability.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailability.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailabilityResult.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailabilityResult.cs index 7ff62d95bd8f..54989ed5276d 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailabilityResult.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailabilityResult.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CorrelationFilter.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CorrelationFilter.cs index 929338dae82a..6fae186ddf80 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CorrelationFilter.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CorrelationFilter.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Destination.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Destination.cs index 4969cf6d7048..c41ae99e9633 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Destination.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Destination.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EncodingCaptureDescription.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EncodingCaptureDescription.cs index 791d61e5f97e..532a4a853505 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EncodingCaptureDescription.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EncodingCaptureDescription.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EntityStatus.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EntityStatus.cs index 95671041b8a3..50c6b5bb3dd8 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EntityStatus.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EntityStatus.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponse.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponse.cs index 5d97b567e1bf..62e97077ba50 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponse.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponse.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponseException.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponseException.cs index 49633cad08fb..952a731ebff1 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponseException.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponseException.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Eventhub.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Eventhub.cs index bb80d368a63e..f9d58685ebad 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Eventhub.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Eventhub.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/FilterType.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/FilterType.cs index 205c11a65ed5..105d429e8466 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/FilterType.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/FilterType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/KeyType.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/KeyType.cs index efc33be2a0ee..f8a48350072e 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/KeyType.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/KeyType.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/MessageCountDetails.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/MessageCountDetails.cs index 63f5b09c2a9a..12be0ef6b22f 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/MessageCountDetails.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/MessageCountDetails.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Operation.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Operation.cs index ba8f9921198f..62d98befa2fe 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Operation.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Operation.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/OperationDisplay.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/OperationDisplay.cs index 70cafe5cd29d..f6ee414bda92 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/OperationDisplay.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/OperationDisplay.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Page.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Page.cs index a4e9ae787ef8..9b80f94b7b39 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Page.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Page.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegions.cs index 11787f868ae1..d33002f54222 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegionsProperties.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegionsProperties.cs index cbfad227a724..41ac94ce468f 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegionsProperties.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegionsProperties.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RegenerateAccessKeyParameters.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RegenerateAccessKeyParameters.cs index 851ab7816eab..462bfb777e51 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RegenerateAccessKeyParameters.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RegenerateAccessKeyParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Resource.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Resource.cs index 3b036ccff267..9c53d044e9aa 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Resource.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Resource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ResourceNamespacePatch.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ResourceNamespacePatch.cs index 62300d00ddce..feb920d0f380 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ResourceNamespacePatch.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ResourceNamespacePatch.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RoleDisasterRecovery.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RoleDisasterRecovery.cs new file mode 100644 index 000000000000..acca27f53430 --- /dev/null +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RoleDisasterRecovery.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 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.ServiceBus.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.ServiceBus; + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for RoleDisasterRecovery. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum RoleDisasterRecovery + { + [EnumMember(Value = "Primary")] + Primary, + [EnumMember(Value = "PrimaryNotReplicating")] + PrimaryNotReplicating, + [EnumMember(Value = "Secondary")] + Secondary + } + internal static class RoleDisasterRecoveryEnumExtension + { + internal static string ToSerializedValue(this RoleDisasterRecovery? value) => + value == null ? null : ((RoleDisasterRecovery)value).ToSerializedValue(); + + internal static string ToSerializedValue(this RoleDisasterRecovery value) + { + switch( value ) + { + case RoleDisasterRecovery.Primary: + return "Primary"; + case RoleDisasterRecovery.PrimaryNotReplicating: + return "PrimaryNotReplicating"; + case RoleDisasterRecovery.Secondary: + return "Secondary"; + } + return null; + } + + internal static RoleDisasterRecovery? ParseRoleDisasterRecovery(this string value) + { + switch( value ) + { + case "Primary": + return RoleDisasterRecovery.Primary; + case "PrimaryNotReplicating": + return RoleDisasterRecovery.PrimaryNotReplicating; + case "Secondary": + return RoleDisasterRecovery.Secondary; + } + return null; + } + } +} diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Rule.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Rule.cs index a58105236782..16c09542a329 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Rule.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Rule.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBAuthorizationRule.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBAuthorizationRule.cs index 45e52cb91a06..4c76deb1f6fb 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBAuthorizationRule.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBAuthorizationRule.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespace.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespace.cs index 3e55f31bf06c..432cc8938439 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespace.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespace.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespaceUpdateParameters.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespaceUpdateParameters.cs index 77122c20f389..52a6a30c440e 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespaceUpdateParameters.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespaceUpdateParameters.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBQueue.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBQueue.cs index f256e37c5eed..58e317e3cf3e 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBQueue.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBQueue.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSku.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSku.cs index bd5e382c6acf..2c8aea9c97bc 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSku.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSku.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSubscription.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSubscription.cs index 270a480d3284..16bd0c67a739 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSubscription.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSubscription.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBTopic.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBTopic.cs index a649adb22e75..f1473ec8fffc 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBTopic.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBTopic.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuName.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuName.cs index eaab124aad44..ad618f9bb0d5 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuName.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuName.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuTier.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuTier.cs index 0f9ff004f5fc..6fd273eb683c 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuTier.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuTier.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlFilter.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlFilter.cs index eacbb5c0b54c..4d7742bcc240 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlFilter.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlFilter.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlRuleAction.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlRuleAction.cs index 339e5927b601..b8ac6ddbc31e 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlRuleAction.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlRuleAction.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/TrackedResource.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/TrackedResource.cs index 263441f235c6..44fa45ce15ca 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/TrackedResource.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/TrackedResource.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/UnavailableReason.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/UnavailableReason.cs index 37d2047309ee..4e3cf2459775 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/UnavailableReason.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/UnavailableReason.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperations.cs index 5794ba8fad94..e6abcc7127d1 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -1410,6 +1410,10 @@ internal NamespacesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -1648,6 +1652,10 @@ internal NamespacesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -1860,6 +1868,10 @@ internal NamespacesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -2090,6 +2102,10 @@ internal NamespacesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -2323,6 +2339,10 @@ internal NamespacesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperationsExtensions.cs index 1d69d6721a5e..1cdd37e2da59 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Operations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Operations.cs index fd86fcba0df5..1a82348cd645 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Operations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Operations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/OperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/OperationsExtensions.cs index 18cf78c77e20..ba88ea8c8b49 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/OperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/OperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperations.cs index 7924177fbdc4..351a614743c5 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperationsExtensions.cs index aa9ea8942b8a..eb64c05ab7ff 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperations.cs index 958d7bf4e678..31c60341891c 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -1265,6 +1265,10 @@ internal QueuesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -1519,6 +1523,10 @@ internal QueuesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -1747,6 +1755,10 @@ internal QueuesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -1993,6 +2005,10 @@ internal QueuesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -2242,6 +2258,10 @@ internal QueuesOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperationsExtensions.cs index 2dabff4fb1a6..f30a613900f3 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperations.cs index 7df1b2e48134..8ce22ee634b7 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -93,6 +93,10 @@ internal RegionsOperations(ServiceBusManagementClient client) } if (sku != null) { + if (sku.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "sku", 50); + } if (sku.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "sku", 1); diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperationsExtensions.cs index 36047d64c95f..f27cb4819a5d 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperations.cs index 08631030d2bf..a3a399e2d9c2 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -135,6 +135,10 @@ internal RulesOperations(ServiceBusManagementClient client) } if (subscriptionName != null) { + if (subscriptionName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "subscriptionName", 50); + } if (subscriptionName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "subscriptionName", 1); @@ -386,6 +390,10 @@ internal RulesOperations(ServiceBusManagementClient client) } if (subscriptionName != null) { + if (subscriptionName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "subscriptionName", 50); + } if (subscriptionName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "subscriptionName", 1); @@ -397,6 +405,10 @@ internal RulesOperations(ServiceBusManagementClient client) } if (ruleName != null) { + if (ruleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "ruleName", 50); + } if (ruleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "ruleName", 1); @@ -655,6 +667,10 @@ internal RulesOperations(ServiceBusManagementClient client) } if (subscriptionName != null) { + if (subscriptionName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "subscriptionName", 50); + } if (subscriptionName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "subscriptionName", 1); @@ -666,6 +682,10 @@ internal RulesOperations(ServiceBusManagementClient client) } if (ruleName != null) { + if (ruleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "ruleName", 50); + } if (ruleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "ruleName", 1); @@ -898,6 +918,10 @@ internal RulesOperations(ServiceBusManagementClient client) } if (subscriptionName != null) { + if (subscriptionName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "subscriptionName", 50); + } if (subscriptionName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "subscriptionName", 1); @@ -909,6 +933,10 @@ internal RulesOperations(ServiceBusManagementClient client) } if (ruleName != null) { + if (ruleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "ruleName", 50); + } if (ruleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "ruleName", 1); diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperationsExtensions.cs index 03c4e016b1e3..e974f4309f0e 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs index 8d5a9af0d397..533b3c5c8e15 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -85,6 +85,11 @@ public partial class ServiceBusManagementClient : ServiceClient public virtual INamespacesOperations Namespaces { get; private set; } + /// + /// Gets the IDisasterRecoveryConfigOperations. + /// + public virtual IDisasterRecoveryConfigOperations DisasterRecoveryConfig { get; private set; } + /// /// Gets the IQueuesOperations. /// @@ -323,6 +328,7 @@ private void Initialize() { Operations = new Operations(this); Namespaces = new NamespacesOperations(this); + DisasterRecoveryConfig = new DisasterRecoveryConfigOperations(this); Queues = new QueuesOperations(this); Topics = new TopicsOperations(this); Subscriptions = new SubscriptionsOperations(this); diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperations.cs index 42352c635b68..ba755321ad40 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -369,6 +369,10 @@ internal SubscriptionsOperations(ServiceBusManagementClient client) } if (subscriptionName != null) { + if (subscriptionName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "subscriptionName", 50); + } if (subscriptionName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "subscriptionName", 1); @@ -623,6 +627,10 @@ internal SubscriptionsOperations(ServiceBusManagementClient client) } if (subscriptionName != null) { + if (subscriptionName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "subscriptionName", 50); + } if (subscriptionName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "subscriptionName", 1); @@ -851,6 +859,10 @@ internal SubscriptionsOperations(ServiceBusManagementClient client) } if (subscriptionName != null) { + if (subscriptionName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "subscriptionName", 50); + } if (subscriptionName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "subscriptionName", 1); diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperationsExtensions.cs index 2b1cc8e415ee..6aee71097c60 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperations.cs index f4e98622224e..b6b6709bad5a 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperations.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. @@ -1266,6 +1266,10 @@ internal TopicsOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -1523,6 +1527,10 @@ internal TopicsOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -1766,6 +1774,10 @@ internal TopicsOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -1994,6 +2006,10 @@ internal TopicsOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); @@ -2243,6 +2259,10 @@ internal TopicsOperations(ServiceBusManagementClient client) } if (authorizationRuleName != null) { + if (authorizationRuleName.Length > 50) + { + throw new ValidationException(ValidationRules.MaxLength, "authorizationRuleName", 50); + } if (authorizationRuleName.Length < 1) { throw new ValidationException(ValidationRules.MinLength, "authorizationRuleName", 1); diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperationsExtensions.cs index 032ff69e5cad..537055d3ef9a 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperationsExtensions.cs @@ -2,7 +2,7 @@ // Licensed under the MIT License. See License.txt in the project root for // license information. // -// Code generated by Microsoft (R) AutoRest Code Generator. +// Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Properties/AssemblyInfo.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Properties/AssemblyInfo.cs index 5bc93ad9f976..75fbda858f04 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Properties/AssemblyInfo.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure ServiceBus management functions for managing the Microsoft Azure ServiceBus service.")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.2.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] From 644903c2577e3be2272f1f140ec2325ba1964eca Mon Sep 17 00:00:00 2001 From: "REDMOND\\v-ajnava" Date: Wed, 27 Sep 2017 09:58:53 -0700 Subject: [PATCH 2/6] Geo DR Tests --- ...s => DisasterRecoveryConfigsOperations.cs} | 22 +- ...terRecoveryConfigsOperationsExtensions.cs} | 32 +- ... => IDisasterRecoveryConfigsOperations.cs} | 4 +- .../Generated/IServiceBusManagementClient.cs | 4 +- .../Generated/Models/ArmDisasterRecovery.cs | 13 +- .../Generated/Models/ProvisioningStateDR.cs | 65 + .../Generated/ServiceBusManagementClient.cs | 6 +- ...DisasterRecoveryCreateGetUpdateDelete.json | 13829 ++++++++++++++++ .../TestHelper/ServiceBusManagementHelper.cs | 1 + ...cenarioTests.DisasterRecoveryTests.CRUD.cs | 152 + 10 files changed, 14089 insertions(+), 39 deletions(-) rename src/SDKs/ServiceBus/Management.ServiceBus/Generated/{DisasterRecoveryConfigOperations.cs => DisasterRecoveryConfigsOperations.cs} (98%) rename src/SDKs/ServiceBus/Management.ServiceBus/Generated/{DisasterRecoveryConfigOperationsExtensions.cs => DisasterRecoveryConfigsOperationsExtensions.cs} (86%) rename src/SDKs/ServiceBus/Management.ServiceBus/Generated/{IDisasterRecoveryConfigOperations.cs => IDisasterRecoveryConfigsOperations.cs} (98%) create mode 100644 src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ProvisioningStateDR.cs create mode 100644 src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/DisasterRecoveryCreateGetUpdateDelete.json create mode 100644 src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperations.cs similarity index 98% rename from src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperations.cs rename to src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperations.cs index b328c05ec0e8..6180350303b3 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperations.cs @@ -23,12 +23,12 @@ namespace Microsoft.Azure.Management.ServiceBus using System.Threading.Tasks; /// - /// DisasterRecoveryConfigOperations operations. + /// DisasterRecoveryConfigsOperations operations. /// - internal partial class DisasterRecoveryConfigOperations : IServiceOperations, IDisasterRecoveryConfigOperations + internal partial class DisasterRecoveryConfigsOperations : IServiceOperations, IDisasterRecoveryConfigsOperations { /// - /// Initializes a new instance of the DisasterRecoveryConfigOperations class. + /// Initializes a new instance of the DisasterRecoveryConfigsOperations class. /// /// /// Reference to the service client. @@ -36,7 +36,7 @@ internal partial class DisasterRecoveryConfigOperations : IServiceOperations /// Thrown when a required parameter is null /// - internal DisasterRecoveryConfigOperations(ServiceBusManagementClient client) + internal DisasterRecoveryConfigsOperations(ServiceBusManagementClient client) { if (client == null) { @@ -134,7 +134,7 @@ internal DisasterRecoveryConfigOperations(ServiceBusManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); @@ -374,7 +374,7 @@ internal DisasterRecoveryConfigOperations(ServiceBusManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); @@ -610,7 +610,7 @@ internal DisasterRecoveryConfigOperations(ServiceBusManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); @@ -678,7 +678,7 @@ internal DisasterRecoveryConfigOperations(ServiceBusManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 201) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -826,7 +826,7 @@ internal DisasterRecoveryConfigOperations(ServiceBusManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); @@ -1057,7 +1057,7 @@ internal DisasterRecoveryConfigOperations(ServiceBusManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}/breakpairing").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/breakPairing").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); @@ -1270,7 +1270,7 @@ internal DisasterRecoveryConfigOperations(ServiceBusManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfig/{alias}/failover").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/disasterRecoveryConfigs/{alias}/failover").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{namespaceName}", System.Uri.EscapeDataString(namespaceName)); _url = _url.Replace("{alias}", System.Uri.EscapeDataString(alias)); diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperationsExtensions.cs similarity index 86% rename from src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperationsExtensions.cs rename to src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperationsExtensions.cs index 706064b9c394..e88bce383382 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperationsExtensions.cs @@ -17,9 +17,9 @@ namespace Microsoft.Azure.Management.ServiceBus using System.Threading.Tasks; /// - /// Extension methods for DisasterRecoveryConfigOperations. + /// Extension methods for DisasterRecoveryConfigsOperations. /// - public static partial class DisasterRecoveryConfigOperationsExtensions + public static partial class DisasterRecoveryConfigsOperationsExtensions { /// /// Gets all Alias(Disaster Recovery configurations) @@ -33,7 +33,7 @@ public static partial class DisasterRecoveryConfigOperationsExtensions /// /// The namespace name /// - public static IPage List(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName) + public static IPage List(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName) { return operations.ListAsync(resourceGroupName, namespaceName).GetAwaiter().GetResult(); } @@ -53,7 +53,7 @@ public static IPage List(this IDisasterRecoveryConfigOperat /// /// The cancellation token. /// - public static async Task> ListAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, namespaceName, null, cancellationToken).ConfigureAwait(false)) { @@ -79,7 +79,7 @@ public static IPage List(this IDisasterRecoveryConfigOperat /// /// Parameters required to create an Alias(Disaster Recovery configuration) /// - public static ArmDisasterRecovery CreateOrUpdate(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, ArmDisasterRecovery parameters) + public static ArmDisasterRecovery CreateOrUpdate(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, ArmDisasterRecovery parameters) { return operations.CreateOrUpdateAsync(resourceGroupName, namespaceName, alias, parameters).GetAwaiter().GetResult(); } @@ -105,7 +105,7 @@ public static ArmDisasterRecovery CreateOrUpdate(this IDisasterRecoveryConfigOpe /// /// The cancellation token. /// - public static async Task CreateOrUpdateAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, ArmDisasterRecovery parameters, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateOrUpdateAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, ArmDisasterRecovery parameters, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, parameters, null, cancellationToken).ConfigureAwait(false)) { @@ -128,7 +128,7 @@ public static ArmDisasterRecovery CreateOrUpdate(this IDisasterRecoveryConfigOpe /// /// The Disaster Recovery configuration name /// - public static void Delete(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias) + public static void Delete(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias) { operations.DeleteAsync(resourceGroupName, namespaceName, alias).GetAwaiter().GetResult(); } @@ -151,7 +151,7 @@ public static void Delete(this IDisasterRecoveryConfigOperations operations, str /// /// The cancellation token. /// - public static async Task DeleteAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) { (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, null, cancellationToken).ConfigureAwait(false)).Dispose(); } @@ -172,7 +172,7 @@ public static void Delete(this IDisasterRecoveryConfigOperations operations, str /// /// The Disaster Recovery configuration name /// - public static ArmDisasterRecovery Get(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias) + public static ArmDisasterRecovery Get(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias) { return operations.GetAsync(resourceGroupName, namespaceName, alias).GetAwaiter().GetResult(); } @@ -196,7 +196,7 @@ public static ArmDisasterRecovery Get(this IDisasterRecoveryConfigOperations ope /// /// The cancellation token. /// - public static async Task GetAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, null, cancellationToken).ConfigureAwait(false)) { @@ -220,7 +220,7 @@ public static ArmDisasterRecovery Get(this IDisasterRecoveryConfigOperations ope /// /// The Disaster Recovery configuration name /// - public static void BreakPairing(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias) + public static void BreakPairing(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias) { operations.BreakPairingAsync(resourceGroupName, namespaceName, alias).GetAwaiter().GetResult(); } @@ -244,7 +244,7 @@ public static void BreakPairing(this IDisasterRecoveryConfigOperations operation /// /// The cancellation token. /// - public static async Task BreakPairingAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task BreakPairingAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) { (await operations.BreakPairingWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, null, cancellationToken).ConfigureAwait(false)).Dispose(); } @@ -265,7 +265,7 @@ public static void BreakPairing(this IDisasterRecoveryConfigOperations operation /// /// The Disaster Recovery configuration name /// - public static void FailOver(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias) + public static void FailOver(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias) { operations.FailOverAsync(resourceGroupName, namespaceName, alias).GetAwaiter().GetResult(); } @@ -289,7 +289,7 @@ public static void FailOver(this IDisasterRecoveryConfigOperations operations, s /// /// The cancellation token. /// - public static async Task FailOverAsync(this IDisasterRecoveryConfigOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task FailOverAsync(this IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, CancellationToken cancellationToken = default(CancellationToken)) { (await operations.FailOverWithHttpMessagesAsync(resourceGroupName, namespaceName, alias, null, cancellationToken).ConfigureAwait(false)).Dispose(); } @@ -303,7 +303,7 @@ public static void FailOver(this IDisasterRecoveryConfigOperations operations, s /// /// The NextLink from the previous successful call to List operation. /// - public static IPage ListNext(this IDisasterRecoveryConfigOperations operations, string nextPageLink) + public static IPage ListNext(this IDisasterRecoveryConfigsOperations operations, string nextPageLink) { return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult(); } @@ -320,7 +320,7 @@ public static IPage ListNext(this IDisasterRecoveryConfigOp /// /// The cancellation token. /// - public static async Task> ListNextAsync(this IDisasterRecoveryConfigOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListNextAsync(this IDisasterRecoveryConfigsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigsOperations.cs similarity index 98% rename from src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigOperations.cs rename to src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigsOperations.cs index c72a15a153a3..6ab9ff0ec7ea 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigsOperations.cs @@ -19,9 +19,9 @@ namespace Microsoft.Azure.Management.ServiceBus using System.Threading.Tasks; /// - /// DisasterRecoveryConfigOperations operations. + /// DisasterRecoveryConfigsOperations operations. /// - public partial interface IDisasterRecoveryConfigOperations + public partial interface IDisasterRecoveryConfigsOperations { /// /// Gets all Alias(Disaster Recovery configurations) diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs index e2f6bf2907ec..3977b45b454d 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs @@ -81,9 +81,9 @@ public partial interface IServiceBusManagementClient : System.IDisposable INamespacesOperations Namespaces { get; } /// - /// Gets the IDisasterRecoveryConfigOperations. + /// Gets the IDisasterRecoveryConfigsOperations. /// - IDisasterRecoveryConfigOperations DisasterRecoveryConfig { get; } + IDisasterRecoveryConfigsOperations DisasterRecoveryConfigs { get; } /// /// Gets the IQueuesOperations. diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs index 3c8081e59478..e6d1e830f2e8 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs @@ -38,8 +38,9 @@ public ArmDisasterRecovery() /// Resource name /// Resource type /// Provisioning state of the - /// Alias(Disaster Recovery configurations) - possible values - /// 'Accepted' or 'Succeeded' + /// Alias(Disaster Recovery configuration) - possible values 'Accepted' + /// or 'Succeeded' or 'Failed'. Possible values include: 'Accepted', + /// 'Succeeded', 'Failed' /// Primary/Secondary eventhub namespace /// name, which is part of GEO DR pairning /// role of namespace in GEO DR - possible values @@ -48,7 +49,7 @@ public ArmDisasterRecovery() /// 'Secondary' /// Timestamp of when Data/Metdata was last /// synced with Primary and Secondary namespce - public ArmDisasterRecovery(string id = default(string), string name = default(string), string type = default(string), string provisioningState = default(string), string partnerNamespace = default(string), RoleDisasterRecovery? role = default(RoleDisasterRecovery?), System.DateTime? lastSynced = default(System.DateTime?)) + public ArmDisasterRecovery(string id = default(string), string name = default(string), string type = default(string), ProvisioningStateDR? provisioningState = default(ProvisioningStateDR?), string partnerNamespace = default(string), RoleDisasterRecovery? role = default(RoleDisasterRecovery?), System.DateTime? lastSynced = default(System.DateTime?)) : base(id, name, type) { ProvisioningState = provisioningState; @@ -65,10 +66,12 @@ public ArmDisasterRecovery() /// /// Gets provisioning state of the Alias(Disaster Recovery - /// configurations) - possible values 'Accepted' or 'Succeeded' + /// configuration) - possible values 'Accepted' or 'Succeeded' or + /// 'Failed'. Possible values include: 'Accepted', 'Succeeded', + /// 'Failed' /// [JsonProperty(PropertyName = "properties.provisioningState")] - public string ProvisioningState { get; private set; } + public ProvisioningStateDR? ProvisioningState { get; private set; } /// /// Gets or sets primary/Secondary eventhub namespace name, which is diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ProvisioningStateDR.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ProvisioningStateDR.cs new file mode 100644 index 000000000000..95cb0b789153 --- /dev/null +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ProvisioningStateDR.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 1.2.2.0 +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. + +namespace Microsoft.Azure.Management.ServiceBus.Models +{ + using Microsoft.Azure; + using Microsoft.Azure.Management; + using Microsoft.Azure.Management.ServiceBus; + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for ProvisioningStateDR. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum ProvisioningStateDR + { + [EnumMember(Value = "Accepted")] + Accepted, + [EnumMember(Value = "Succeeded")] + Succeeded, + [EnumMember(Value = "Failed")] + Failed + } + internal static class ProvisioningStateDREnumExtension + { + internal static string ToSerializedValue(this ProvisioningStateDR? value) => + value == null ? null : ((ProvisioningStateDR)value).ToSerializedValue(); + + internal static string ToSerializedValue(this ProvisioningStateDR value) + { + switch( value ) + { + case ProvisioningStateDR.Accepted: + return "Accepted"; + case ProvisioningStateDR.Succeeded: + return "Succeeded"; + case ProvisioningStateDR.Failed: + return "Failed"; + } + return null; + } + + internal static ProvisioningStateDR? ParseProvisioningStateDR(this string value) + { + switch( value ) + { + case "Accepted": + return ProvisioningStateDR.Accepted; + case "Succeeded": + return ProvisioningStateDR.Succeeded; + case "Failed": + return ProvisioningStateDR.Failed; + } + return null; + } + } +} diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs index 533b3c5c8e15..0b6435824492 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs @@ -86,9 +86,9 @@ public partial class ServiceBusManagementClient : ServiceClient - /// Gets the IDisasterRecoveryConfigOperations. + /// Gets the IDisasterRecoveryConfigsOperations. /// - public virtual IDisasterRecoveryConfigOperations DisasterRecoveryConfig { get; private set; } + public virtual IDisasterRecoveryConfigsOperations DisasterRecoveryConfigs { get; private set; } /// /// Gets the IQueuesOperations. @@ -328,7 +328,7 @@ private void Initialize() { Operations = new Operations(this); Namespaces = new NamespacesOperations(this); - DisasterRecoveryConfig = new DisasterRecoveryConfigOperations(this); + DisasterRecoveryConfigs = new DisasterRecoveryConfigsOperations(this); Queues = new QueuesOperations(this); Topics = new TopicsOperations(this); Subscriptions = new SubscriptionsOperations(this); diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/DisasterRecoveryCreateGetUpdateDelete.json b/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/DisasterRecoveryCreateGetUpdateDelete.json new file mode 100644 index 000000000000..954b840019b9 --- /dev/null +++ b/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/DisasterRecoveryCreateGetUpdateDelete.json @@ -0,0 +1,13829 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "187" + ], + "x-ms-client-request-id": [ + "c880f580-41d2-4d0b-b2e7-c38b36cf9ce7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034\",\r\n \"name\": \"sdk-Namespace-3034\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"e2f361f0-3b27-4503-a9cc-21cfba380093:sdk-namespace-3034\",\r\n \"createdAt\": \"2017-09-27T02:48:12.377Z\",\r\n \"updatedAt\": \"2017-09-27T02:48:12.377Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-3034.servicebus.windows.net:443/\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:48:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "353f68e6-31d9-4092-9e10-7a47afd3b613_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "eeba0514-1196-40cf-9338-1f163c0c1db8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T024811Z:eeba0514-1196-40cf-9338-1f163c0c1db8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034\",\r\n \"name\": \"sdk-Namespace-3034\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"e2f361f0-3b27-4503-a9cc-21cfba380093:sdk-namespace-3034\",\r\n \"createdAt\": \"2017-09-27T02:48:12.377Z\",\r\n \"updatedAt\": \"2017-09-27T02:48:12.377Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-3034.servicebus.windows.net:443/\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:48:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "98207e94-4497-4687-b93d-3ed08c2656fd_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" + ], + "x-ms-correlation-request-id": [ + "3b42a4ac-49bd-4b24-b499-737264fe239f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T024841Z:3b42a4ac-49bd-4b24-b499-737264fe239f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034\",\r\n \"name\": \"sdk-Namespace-3034\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"e2f361f0-3b27-4503-a9cc-21cfba380093:sdk-namespace-3034\",\r\n \"createdAt\": \"2017-09-27T02:48:12.377Z\",\r\n \"updatedAt\": \"2017-09-27T02:48:12.377Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-3034.servicebus.windows.net:443/\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:49:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fe5078cc-381b-4c46-acb6-82ec6f3318fa_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-correlation-request-id": [ + "54559716-c9d4-4402-9861-2e4925d00ec6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T024911Z:54559716-c9d4-4402-9861-2e4925d00ec6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034\",\r\n \"name\": \"sdk-Namespace-3034\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"e2f361f0-3b27-4503-a9cc-21cfba380093:sdk-namespace-3034\",\r\n \"createdAt\": \"2017-09-27T02:48:12.377Z\",\r\n \"updatedAt\": \"2017-09-27T02:49:32.11Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-3034.servicebus.windows.net:443/\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:49:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "186be84a-15ea-42d6-b00b-3631aa0dd4ea_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-correlation-request-id": [ + "fea88405-b8ea-4ee9-81c0-07ddb98663d5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T024942Z:fea88405-b8ea-4ee9-81c0-07ddb98663d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "187" + ], + "x-ms-client-request-id": [ + "839dccd0-2f40-456b-9d31-ba9a7ce5184d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024\",\r\n \"name\": \"sdk-Namespace-1024\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"e2f361f0-3b27-4503-a9cc-21cfba380093:sdk-namespace-1024\",\r\n \"createdAt\": \"2017-09-27T02:49:49.627Z\",\r\n \"updatedAt\": \"2017-09-27T02:49:49.627Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-1024.servicebus.windows.net:443/\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:49:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "513c225c-9be0-4e80-9322-ae2b08a0900e_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "cd6654c4-df58-4900-a37b-c619b1ba185c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T024948Z:cd6654c4-df58-4900-a37b-c619b1ba185c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024\",\r\n \"name\": \"sdk-Namespace-1024\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"e2f361f0-3b27-4503-a9cc-21cfba380093:sdk-namespace-1024\",\r\n \"createdAt\": \"2017-09-27T02:49:49.627Z\",\r\n \"updatedAt\": \"2017-09-27T02:49:49.627Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-1024.servicebus.windows.net:443/\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:50:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "28ff97b4-f86a-41f2-9ed3-82652dde2c27_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-correlation-request-id": [ + "0b6adf34-c40a-42f6-81b6-c6dec11eece0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025018Z:0b6adf34-c40a-42f6-81b6-c6dec11eece0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024\",\r\n \"name\": \"sdk-Namespace-1024\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"e2f361f0-3b27-4503-a9cc-21cfba380093:sdk-namespace-1024\",\r\n \"createdAt\": \"2017-09-27T02:49:49.627Z\",\r\n \"updatedAt\": \"2017-09-27T02:49:49.627Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-1024.servicebus.windows.net:443/\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:50:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "948d1b5a-3f5d-40f6-b713-eaa9fca29d4e_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-correlation-request-id": [ + "5a09d59d-c4d0-4f9d-8521-cfb31f53e306" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025053Z:5a09d59d-c4d0-4f9d-8521-cfb31f53e306" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium\",\r\n \"tier\": \"Premium\",\r\n \"capacity\": 1\r\n },\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024\",\r\n \"name\": \"sdk-Namespace-1024\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"e2f361f0-3b27-4503-a9cc-21cfba380093:sdk-namespace-1024\",\r\n \"createdAt\": \"2017-09-27T02:49:49.627Z\",\r\n \"updatedAt\": \"2017-09-27T02:51:07.527Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-1024.servicebus.windows.net:443/\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:51:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fa79269a-9f53-446e-84bb-c265214f31e9_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14988" + ], + "x-ms-correlation-request-id": [ + "ab73ec48-2c3c-4e0d-952c-bfd7f4ffbefe" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025123Z:ab73ec48-2c3c-4e0d-952c-bfd7f4ffbefe" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"partnerNamespace\": \"sdk-Namespace-1024\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "74" + ], + "x-ms-client-request-id": [ + "10802c69-321d-427f-9c06-b55d6c86df5c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:52:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e148269d-f4d6-47dc-99ac-6710fbafde07_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "2c518ad5-f3e6-4e75-bb13-089b5cde0364" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025201Z:2c518ad5-f3e6-4e75-bb13-089b5cde0364" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"partnerNamespace\": \"sdk-Namespace-1024\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "74" + ], + "x-ms-client-request-id": [ + "1a2e8fca-2353-4a95-8b8c-f0efada774b3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:09:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c6fafe1d-ba02-4970-badd-4d1927440648_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "911cca7c-890c-45e5-9dd1-bb3228559639" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030927Z:911cca7c-890c-45e5-9dd1-bb3228559639" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e59e4752-ad0f-47b3-97e5-e437b0094f89" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:52:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1b39a0b8-00fe-4365-bd7e-f364a20797eb_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14987" + ], + "x-ms-correlation-request-id": [ + "9e503c5e-6675-4db8-bbe9-d79709dea3b7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025231Z:9e503c5e-6675-4db8-bbe9-d79709dea3b7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3e9ca54a-76e8-48b7-a209-4637eef4a64c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:52:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "6146109c-11a1-49a5-b8ed-b134ac4537e9_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14985" + ], + "x-ms-correlation-request-id": [ + "17355cee-391c-4f7d-b4c6-d0a23d18664b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025232Z:17355cee-391c-4f7d-b4c6-d0a23d18664b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9dd8334e-4fc6-4d0b-b1f7-14efdaf06e93" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:52:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8007b7e8-948c-4e92-8263-27cf10510b69_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14984" + ], + "x-ms-correlation-request-id": [ + "afa2fb5a-4615-4e27-9379-575f709293cf" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025232Z:afa2fb5a-4615-4e27-9379-575f709293cf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d6150709-1e3d-41aa-b359-0e8a4de657f0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:52:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "de57dc8a-50e3-4434-8fb6-8a8aca12cf81_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14983" + ], + "x-ms-correlation-request-id": [ + "6374299a-5bb7-47a3-aacb-306880f4c5f6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025242Z:6374299a-5bb7-47a3-aacb-306880f4c5f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8ff02d9a-90d2-4d10-8836-39ac5212a309" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:52:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5dfe97fc-c282-4ecd-83e0-ba685daf243b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14982" + ], + "x-ms-correlation-request-id": [ + "9757d6bb-90b0-4dcf-8719-4292cfa959d8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025252Z:9757d6bb-90b0-4dcf-8719-4292cfa959d8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1bd6415-f980-4b21-af79-1b76b0bacf65" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:53:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "42fd6192-0267-480f-a5e8-df09971c14b2_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14981" + ], + "x-ms-correlation-request-id": [ + "87cb68ad-5787-4378-baeb-124ddfe8f9f2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025302Z:87cb68ad-5787-4378-baeb-124ddfe8f9f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8238042c-4468-4457-b094-48e6f119dea9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:53:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1d0a7047-335a-4049-9fb0-b0c158c4a39c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-correlation-request-id": [ + "988ff9b1-de56-4c98-8775-5c4ceba9fe48" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025313Z:988ff9b1-de56-4c98-8775-5c4ceba9fe48" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "60a0a34a-086e-4c02-95ad-1595be3080b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:53:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "12374dbf-e36c-4397-a251-106004585818_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" + ], + "x-ms-correlation-request-id": [ + "2b32e2c6-d5f3-401f-b763-0465ea1527c8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025323Z:2b32e2c6-d5f3-401f-b763-0465ea1527c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d71575c3-dc66-4365-ad3c-f19ff1fe0a9f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:53:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4948d39d-5972-4688-8099-49797e539bb1_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14978" + ], + "x-ms-correlation-request-id": [ + "53a0d109-2fbb-49b3-85bb-9be443afabc4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025333Z:53a0d109-2fbb-49b3-85bb-9be443afabc4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "38601db6-14f4-469d-ba8d-dcf0e97472ae" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:53:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "50bdca59-1dc2-4715-bb5b-c9c5acf70a7b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14977" + ], + "x-ms-correlation-request-id": [ + "ee6c0bf1-8478-49f8-88ca-37e0d4c70cc4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025343Z:ee6c0bf1-8478-49f8-88ca-37e0d4c70cc4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7a1b6dad-10f9-4d2e-9026-9ca0fca5ced4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:53:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d21f30c6-9381-4ae7-80bc-75ba9ac35ee1_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14976" + ], + "x-ms-correlation-request-id": [ + "799e3a20-29e2-4bf5-bc90-7fed8ba1cea1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025353Z:799e3a20-29e2-4bf5-bc90-7fed8ba1cea1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e8999e53-4815-4731-8d13-e06d8000a9df" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:54:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "60cb6363-2ac0-4596-addd-2e244c6f8d16_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14975" + ], + "x-ms-correlation-request-id": [ + "2ff44faf-0e8e-448e-9f6c-c6736b509417" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025404Z:2ff44faf-0e8e-448e-9f6c-c6736b509417" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2ea8d8a-39e0-4580-892b-76c814a90e26" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:54:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c289737c-f7de-4482-9836-db6c3755b1db_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14974" + ], + "x-ms-correlation-request-id": [ + "28176936-9c41-4724-9697-3e05bd8d69b0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025414Z:28176936-9c41-4724-9697-3e05bd8d69b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9e285a3c-239d-4e9d-a28b-4844fccf6efa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:54:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7059dce0-a7eb-4be2-b065-d8cd7c2c78d6_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14973" + ], + "x-ms-correlation-request-id": [ + "1ee66dbf-ea2e-4802-972e-dda4adfe4ec5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025424Z:1ee66dbf-ea2e-4802-972e-dda4adfe4ec5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "145611dc-bc82-4719-8907-44dccd92074a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:54:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7f118316-b9c7-47d9-8e99-5b6609a4566a_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14972" + ], + "x-ms-correlation-request-id": [ + "ed4a078d-52ce-4887-92cc-24abefdc3e0a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025434Z:ed4a078d-52ce-4887-92cc-24abefdc3e0a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "41b932e6-f513-4e06-ac57-32e21ee49cfd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:54:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "094fc80d-912d-4705-8756-899ebf45573b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14971" + ], + "x-ms-correlation-request-id": [ + "c4000c36-6377-4dd1-ba4c-611d6180b166" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025444Z:c4000c36-6377-4dd1-ba4c-611d6180b166" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "149256ab-efce-46c2-9c55-5104cbb2ad6f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:54:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9667ddef-6e16-42b9-a02f-9bd3e711831d_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14970" + ], + "x-ms-correlation-request-id": [ + "2a69a62f-be54-4634-98a0-783f223ada82" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025456Z:2a69a62f-be54-4634-98a0-783f223ada82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df990e46-7f3e-4413-9a79-97d378c384c5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:55:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9522f7f9-9295-4d9d-ba36-9603123dc0d7_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14970" + ], + "x-ms-correlation-request-id": [ + "c1927b8f-8b9d-4f06-a54f-55e35c893858" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025506Z:c1927b8f-8b9d-4f06-a54f-55e35c893858" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0734e7a8-f1fc-49ee-8a75-4967a6e6c178" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:55:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8f23790b-cf5f-4b57-b0f0-2d1e0863dda6_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14969" + ], + "x-ms-correlation-request-id": [ + "04fc37e1-d22c-427f-826c-90cf37ca75f7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025516Z:04fc37e1-d22c-427f-826c-90cf37ca75f7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f12bf972-e637-4dbb-8f2f-9ed59ea0f111" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:55:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "854cfeb5-6e0f-4fe8-8f10-977a2895c5d4_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14968" + ], + "x-ms-correlation-request-id": [ + "7222198f-d503-4b50-b355-52d57f7ad5c8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025526Z:7222198f-d503-4b50-b355-52d57f7ad5c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0a40dc12-12c1-48bb-a6be-611775126d35" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:55:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "387215e9-fd0d-41b7-9439-84e0db457d91_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14967" + ], + "x-ms-correlation-request-id": [ + "3e33f3cf-0483-4187-8eab-7d52009818c1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025536Z:3e33f3cf-0483-4187-8eab-7d52009818c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a6e0502d-f03a-4d83-8b9d-58e58c77f405" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:55:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "70c5b29b-c256-4568-9faf-53df9d8e61b6_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14966" + ], + "x-ms-correlation-request-id": [ + "fba8b693-d3fa-47dc-ac25-fbff6fc803ec" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025546Z:fba8b693-d3fa-47dc-ac25-fbff6fc803ec" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e563174c-19ac-402e-be48-b614be7eeb58" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:55:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ee9350d4-9ae8-4dd7-a2af-d8119bc7f2fc_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14965" + ], + "x-ms-correlation-request-id": [ + "9040fd65-35d5-4b65-82dc-8cedd5065266" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025557Z:9040fd65-35d5-4b65-82dc-8cedd5065266" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "adf7b675-ec53-4868-a9c5-ba2b8e469d25" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:56:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e5620f0d-36de-4d72-b69c-7db085cdff42_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14964" + ], + "x-ms-correlation-request-id": [ + "79e6de4a-f496-4a55-8236-02ae26bea14a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025607Z:79e6de4a-f496-4a55-8236-02ae26bea14a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a1158798-9c24-4260-9384-90ab08221581" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:56:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "bf37f853-d8c9-4aa0-a42c-57c9ea00012b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14962" + ], + "x-ms-correlation-request-id": [ + "e6a25db6-50ea-4f1b-9866-747500df145a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025617Z:e6a25db6-50ea-4f1b-9866-747500df145a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e5c0de8f-5564-4b4b-afb5-c490491e9ab6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:56:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3845acd1-d4bb-4d80-8b13-af6fbd4e9913_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14961" + ], + "x-ms-correlation-request-id": [ + "df2b823a-c306-4c0b-a86e-a225590490a7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025627Z:df2b823a-c306-4c0b-a86e-a225590490a7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a72776c-2f0b-4777-8b66-882b914776b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:56:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0f6771cc-11e5-4852-845a-2c134cd33079_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14960" + ], + "x-ms-correlation-request-id": [ + "99cfd520-b8ed-4b30-a98b-0d4e6b488e69" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025637Z:99cfd520-b8ed-4b30-a98b-0d4e6b488e69" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc51fc45-888b-4491-9fca-426d25da9dfd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:56:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3bf312ef-2030-4eb7-ab28-074d6579bd55_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14959" + ], + "x-ms-correlation-request-id": [ + "c39d701f-1424-47ef-ae13-85b74c31b997" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025648Z:c39d701f-1424-47ef-ae13-85b74c31b997" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2accc94-7a03-4a25-a6c7-078d2d7b2585" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:56:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "caf4d859-0130-4073-a64e-3534bdb05b9b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14958" + ], + "x-ms-correlation-request-id": [ + "07c4fa09-b46a-42d6-9a83-2f043944e062" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025658Z:07c4fa09-b46a-42d6-9a83-2f043944e062" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4ef40ff-be36-45b5-b701-374e93d05670" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:57:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "da0d855c-a4c4-4992-8b1d-19e83bb7eef9_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14957" + ], + "x-ms-correlation-request-id": [ + "bc233888-cb3c-4843-b929-ce3cb0175057" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025708Z:bc233888-cb3c-4843-b929-ce3cb0175057" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bbd85721-1846-4945-8d14-2c420fb81419" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:57:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8393913f-9ffe-4899-8d6a-5ab9daa9241f_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14956" + ], + "x-ms-correlation-request-id": [ + "46bf1549-2ada-4d52-9b21-5263c004d4c0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025718Z:46bf1549-2ada-4d52-9b21-5263c004d4c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43c4a608-3cff-4116-a76f-c6eeed023760" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:57:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "171ed1a9-3edc-4b06-bd5d-4a75ca7609d1_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14955" + ], + "x-ms-correlation-request-id": [ + "25336cb8-47b0-47ed-b89c-6d236a437ff5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025728Z:25336cb8-47b0-47ed-b89c-6d236a437ff5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4b7d754c-8117-473a-b2d4-3fec190ccab0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:57:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "170740e1-c156-4605-b8c6-9ab2ba146836_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14954" + ], + "x-ms-correlation-request-id": [ + "e4226f06-9727-4b60-abf8-5de17588ef19" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025738Z:e4226f06-9727-4b60-abf8-5de17588ef19" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "51a1bc19-b17b-49c4-a69c-ced6c227ae65" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:57:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e333b36e-c231-4d12-9ef9-33b14626e55e_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14953" + ], + "x-ms-correlation-request-id": [ + "aa76e4a1-c53a-417c-8ec6-7bb8ee836bbb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025748Z:aa76e4a1-c53a-417c-8ec6-7bb8ee836bbb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "450584da-1457-4572-891f-3ae9a35c6d1f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:57:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ebad6bb3-7965-495b-abee-4d89ea5143d5_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14952" + ], + "x-ms-correlation-request-id": [ + "852c8daf-1c85-4b11-98a3-09c26bfeb878" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025759Z:852c8daf-1c85-4b11-98a3-09c26bfeb878" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3dcff596-a668-4598-804f-a54e7d544e32" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:58:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9e290dcd-bb8b-443d-9739-9729764f1640_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14951" + ], + "x-ms-correlation-request-id": [ + "a63e3fd6-7b25-4d4a-8980-88240c7fbd65" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025809Z:a63e3fd6-7b25-4d4a-8980-88240c7fbd65" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "47d33965-1810-4fce-ad5b-40ee36b58c7c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:58:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "099f8692-3632-4300-80e8-702f2da92721_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14950" + ], + "x-ms-correlation-request-id": [ + "5f3c94b5-d6a4-4e1c-bb1e-d54858891ea7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025819Z:5f3c94b5-d6a4-4e1c-bb1e-d54858891ea7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "211d957d-b12a-4740-97ca-88e43b221bed" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:58:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ab8e9fcf-b2f5-4ff3-b3d9-21be2b8c5506_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14949" + ], + "x-ms-correlation-request-id": [ + "e2fec04f-3486-4fee-b7ff-1ae5af09eba6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025829Z:e2fec04f-3486-4fee-b7ff-1ae5af09eba6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03fcbd96-91a7-4bf0-8820-c03dba6b9b6a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:58:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "61598676-6c86-4083-ac20-83d11ed6992c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14948" + ], + "x-ms-correlation-request-id": [ + "6568becc-a673-4714-a1eb-0b68efd780d4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025839Z:6568becc-a673-4714-a1eb-0b68efd780d4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "03b59b3a-408c-43e6-b227-43eb9960bd20" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:58:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0cc0449c-b0d8-43aa-ae10-9188196e9cd8_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14947" + ], + "x-ms-correlation-request-id": [ + "d3be2b03-ca78-4239-aff7-925e8454f410" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025849Z:d3be2b03-ca78-4239-aff7-925e8454f410" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "dcba23bd-e51b-4e15-aff3-7a51a88d0b9b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:58:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f3a07b50-2168-4cd3-9deb-1bc15c0f56e5_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14946" + ], + "x-ms-correlation-request-id": [ + "b23aaf2f-39b7-4ef2-aee6-cc270999e1b5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025900Z:b23aaf2f-39b7-4ef2-aee6-cc270999e1b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5919e003-2c3c-419b-aee0-17b83407857f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:59:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "6e394e0e-5216-4693-aeca-77b8d0ac55e5_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14945" + ], + "x-ms-correlation-request-id": [ + "fdbc1b81-f463-40ba-bc22-1e65f6b85eab" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025910Z:fdbc1b81-f463-40ba-bc22-1e65f6b85eab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "00a2af6c-96aa-428b-87fa-4f017f9c9796" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:59:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3dce673b-07a2-4874-80e7-c2b5533adbf6_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14943" + ], + "x-ms-correlation-request-id": [ + "3a8a7b95-a14c-4e35-81d1-cee0e73d1fda" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025920Z:3a8a7b95-a14c-4e35-81d1-cee0e73d1fda" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae36acd2-7f6e-4b2b-b500-e9f1b1f110f0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:59:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "76c033f5-d357-4780-9026-45f3592a4fc4_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14942" + ], + "x-ms-correlation-request-id": [ + "1eca8ce5-60af-4301-a640-3f885ec0feb6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025930Z:1eca8ce5-60af-4301-a640-3f885ec0feb6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4773443-fb29-4e5d-a38e-6c672b7dbb40" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:59:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5b4274be-2732-4e83-b2fd-5cdf70b8ac1c_M6_M6" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14941" + ], + "x-ms-correlation-request-id": [ + "5b0ab0c6-4046-4211-8068-3784e5912eab" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025941Z:5b0ab0c6-4046-4211-8068-3784e5912eab" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cb59e0ae-ec6b-40e9-bcdb-b073c869ac5d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:59:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1a390b2d-a357-4094-8aef-6bb91841a658_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14939" + ], + "x-ms-correlation-request-id": [ + "7aa124af-ac5e-4e21-a081-1776bfc346c9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025951Z:7aa124af-ac5e-4e21-a081-1776bfc346c9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "045360bb-77ad-47b5-bf8e-a48fa052fc21" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:00:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8b179090-4e3f-421b-89f9-db9f0e7637d3_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14938" + ], + "x-ms-correlation-request-id": [ + "f2819a50-667f-4ee3-9639-18e0a16b4600" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030001Z:f2819a50-667f-4ee3-9639-18e0a16b4600" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "79bf6f5b-8705-4a74-841c-cdfa274f5880" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:00:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ead9c2a0-7d79-457a-9a06-9c107a0ef774_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14937" + ], + "x-ms-correlation-request-id": [ + "f9f8463a-5246-47f6-a288-4ef4e02544f0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030011Z:f9f8463a-5246-47f6-a288-4ef4e02544f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a955b893-e022-4915-8fe6-4e4a425bca98" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:00:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "980eeef8-52e5-413d-9f2c-93240ebb7d6b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14936" + ], + "x-ms-correlation-request-id": [ + "af39a924-4f96-48f4-975d-3e6dd3ab1042" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030021Z:af39a924-4f96-48f4-975d-3e6dd3ab1042" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "32215d10-9a35-4d22-9f4a-c53dc0dab6fa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:00:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "978e8586-1b01-4039-8220-4a880ecc32ce_M5_M5" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14935" + ], + "x-ms-correlation-request-id": [ + "26f1b612-8eab-4777-8760-4fcbd262c780" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030032Z:26f1b612-8eab-4777-8760-4fcbd262c780" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3fb54666-33de-49eb-84bd-a457374223f6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:00:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "cf6fdd1a-293e-470a-ae1a-eded9a09aac2_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14934" + ], + "x-ms-correlation-request-id": [ + "82c2e3c8-6c5f-4e6d-9f9e-06cf59b29063" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030042Z:82c2e3c8-6c5f-4e6d-9f9e-06cf59b29063" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "017cd183-f680-4f77-b876-370daf7cbf90" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:00:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "19905533-7f8e-41cf-bb46-174567e23d22_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14933" + ], + "x-ms-correlation-request-id": [ + "5290c779-a3ca-4579-ae4a-831fcaeaef7b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030053Z:5290c779-a3ca-4579-ae4a-831fcaeaef7b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72a77ba0-7e3a-47ef-825f-55f8dd81d786" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:01:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a9454445-6d48-4575-93a6-4f01bd598cc5_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14932" + ], + "x-ms-correlation-request-id": [ + "fc0a21b2-e741-4eac-93b8-3abff835ed39" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030103Z:fc0a21b2-e741-4eac-93b8-3abff835ed39" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "91b9e04b-24f6-4c40-83bf-22d678e48ed6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:01:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "015d3cc8-a8db-406e-b34d-5bfab4f89850_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14931" + ], + "x-ms-correlation-request-id": [ + "9ed6be11-3e30-4011-9f2a-258dcddc0dd7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030113Z:9ed6be11-3e30-4011-9f2a-258dcddc0dd7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2276702-e4cd-4516-a13c-782fc45d795a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:01:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "13200a2a-4f3d-4ae4-96f0-6c28ab18e90d_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14930" + ], + "x-ms-correlation-request-id": [ + "decd97d3-c41d-4e52-ba69-f4d4f1f3430e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030123Z:decd97d3-c41d-4e52-ba69-f4d4f1f3430e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1118f8cc-50bd-4a04-b976-bca48778e27f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:01:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5886190a-e9bb-4068-ae8b-891ec0ce93b9_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14929" + ], + "x-ms-correlation-request-id": [ + "504542ef-36f8-4368-98f3-863a2fc0c1f1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030133Z:504542ef-36f8-4368-98f3-863a2fc0c1f1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a861cd06-d602-4df0-bf54-11f8d88f3cac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:01:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f95a23a4-2201-4d23-9f2b-3c2a4be7154c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14928" + ], + "x-ms-correlation-request-id": [ + "04b3b44b-561a-46f3-8ed7-364a3df5d2e5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030144Z:04b3b44b-561a-46f3-8ed7-364a3df5d2e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed91215f-2f7b-4067-8442-a0a472536d07" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:01:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "70cd49a9-7ff8-4e35-b8cc-562565cb83d5_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14927" + ], + "x-ms-correlation-request-id": [ + "5204e780-be12-420b-ae6e-d55a7a0359b9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030154Z:5204e780-be12-420b-ae6e-d55a7a0359b9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "964a739c-1888-46cd-8403-66f6d6966f12" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:02:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b79772af-8b3e-4696-bdeb-f8822b2ca9c8_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14926" + ], + "x-ms-correlation-request-id": [ + "42efa8c9-10f3-4a7b-8e73-4efdb025abac" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030204Z:42efa8c9-10f3-4a7b-8e73-4efdb025abac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ee791a17-5ae3-4c86-8af0-09deb6f1808f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:02:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9e76b3c7-7e7a-4c74-b8ca-6cf9c56fc4e5_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14925" + ], + "x-ms-correlation-request-id": [ + "13b76385-00c2-4b45-8b9e-e9c0d4e24c67" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030214Z:13b76385-00c2-4b45-8b9e-e9c0d4e24c67" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c23466c5-7a27-4def-a4d6-0e9e9d1e6b6e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:02:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "76e99cec-1cd5-4458-912f-ad76947830a0_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14924" + ], + "x-ms-correlation-request-id": [ + "17a0d5d4-a007-4356-85cd-9750ec26d0c4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030224Z:17a0d5d4-a007-4356-85cd-9750ec26d0c4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "87ac3bae-9ba7-4a2f-9432-32735fac96c4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:02:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3b9d33b6-ce06-484e-9768-c0d6d094bb9f_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14923" + ], + "x-ms-correlation-request-id": [ + "b611e192-8e85-42fe-b825-ce8fb49ded72" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030234Z:b611e192-8e85-42fe-b825-ce8fb49ded72" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c1e6874d-5a90-49ab-98c8-42f5248a2800" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:02:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2fa51ff2-6d22-40fc-a263-7a164a743703_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14922" + ], + "x-ms-correlation-request-id": [ + "73e3f031-c3f5-4fa3-b94a-a0ef9076b6a5" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030245Z:73e3f031-c3f5-4fa3-b94a-a0ef9076b6a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cf95afa5-cfc9-4c38-afac-33f3ba0b7d23" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:02:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "38d81bd8-1928-4eb0-88bb-7a78992f0cae_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14921" + ], + "x-ms-correlation-request-id": [ + "0cdfee03-b423-4e8c-bfd0-ff59e037a1bd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030255Z:0cdfee03-b423-4e8c-bfd0-ff59e037a1bd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "28ecd23f-e12c-4f7b-9e90-b06ddfc55983" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:03:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ad10bb2f-c377-49ac-b02c-51192caf8599_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14920" + ], + "x-ms-correlation-request-id": [ + "bd8fcac1-b435-4936-b821-18ef9be03e13" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030305Z:bd8fcac1-b435-4936-b821-18ef9be03e13" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8cd77b2b-2214-472c-9d83-e83e56b56697" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:03:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f1bbda8d-f232-4fe0-a961-411bf99bd04a_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14919" + ], + "x-ms-correlation-request-id": [ + "3570e79b-e0a7-43e2-b411-107f57b5bb84" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030315Z:3570e79b-e0a7-43e2-b411-107f57b5bb84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8bc33b16-f584-4668-9d28-02d26eb44c86" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:03:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a51da596-4873-4ab4-932b-7a89aa6e9a9b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14918" + ], + "x-ms-correlation-request-id": [ + "d703c8a8-22df-48c9-8118-dc06eecd4267" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030325Z:d703c8a8-22df-48c9-8118-dc06eecd4267" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "67ce794a-ab81-4af1-a4da-17217bb4ae80" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:03:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "dd121eb6-7e47-470a-946e-23a577e320bd_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14917" + ], + "x-ms-correlation-request-id": [ + "61298582-bc46-431c-9f65-413cbaeb198d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030336Z:61298582-bc46-431c-9f65-413cbaeb198d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65133cbc-b886-411e-bc6a-e2774ab0c6f8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:03:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d10995e8-743e-4108-b882-a94b53da8549_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14916" + ], + "x-ms-correlation-request-id": [ + "1dc191a8-72a1-4041-9ab1-81988908a2c0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030346Z:1dc191a8-72a1-4041-9ab1-81988908a2c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "75b28932-9821-4c53-aace-d4362a230082" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:03:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "da90c1ba-c1af-4026-bed3-5f40d58fb0d0_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14915" + ], + "x-ms-correlation-request-id": [ + "c58f75ba-9b5a-4a30-8103-9661f5c28030" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030356Z:c58f75ba-9b5a-4a30-8103-9661f5c28030" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0af34919-aff9-4628-b4ea-7739f4729608" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:04:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7de648d5-6624-40e8-b05f-95b642d2ab8a_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14914" + ], + "x-ms-correlation-request-id": [ + "1bd7f0fb-1eda-492d-b5de-84d8adad8b8d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030406Z:1bd7f0fb-1eda-492d-b5de-84d8adad8b8d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5c0597d2-1b6b-4c9e-a1e3-352562ff9a09" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:04:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c68cb69e-8471-439b-9f21-e8a781150155_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14913" + ], + "x-ms-correlation-request-id": [ + "2098f96a-366d-4990-963b-2b45c698812b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030416Z:2098f96a-366d-4990-963b-2b45c698812b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d316ab8e-4c2b-4747-ab9d-d559e0de2174" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:04:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "aa9e29e2-7f8e-4280-93c6-dfa7b50a3894_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14912" + ], + "x-ms-correlation-request-id": [ + "dd0796bb-9943-4e9f-8821-14afddabfd40" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030426Z:dd0796bb-9943-4e9f-8821-14afddabfd40" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e3dd88c8-51c6-423b-8612-7eb6907f2569" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:04:36 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "144d5006-bf53-4f88-a2f6-ce80a68fd393_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14911" + ], + "x-ms-correlation-request-id": [ + "dfb88755-de38-4326-aab3-057353834469" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030436Z:dfb88755-de38-4326-aab3-057353834469" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ef334ca4-9775-4641-af75-661cd3d28b4b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:04:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "559e24d3-4fc6-40a2-8b0b-cf93a7f2a265_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14910" + ], + "x-ms-correlation-request-id": [ + "dab2e45d-3dee-49ab-abc6-e7799f672111" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030447Z:dab2e45d-3dee-49ab-abc6-e7799f672111" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7ca3776c-91a3-44b1-8ec0-5383013efbac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:04:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "57b78208-09a6-4952-940a-2f315f098323_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14909" + ], + "x-ms-correlation-request-id": [ + "83f017f1-5903-4f2d-b970-f7f3a863369b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030457Z:83f017f1-5903-4f2d-b970-f7f3a863369b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3f8de780-0bde-4d4b-ae3e-5188a0d32917" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:05:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d647b261-64d1-470c-91e9-155c3e942986_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14909" + ], + "x-ms-correlation-request-id": [ + "087b6bcf-0adb-4995-8994-25c06119bc5d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030507Z:087b6bcf-0adb-4995-8994-25c06119bc5d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cda3dce1-82f5-4ec3-ab3f-2896500ef60d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:05:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7411ca0a-9d8a-4baf-b721-c0ccd6db3b3c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14908" + ], + "x-ms-correlation-request-id": [ + "0cf79efa-c55e-4e5c-99d3-a595d5c80a72" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030517Z:0cf79efa-c55e-4e5c-99d3-a595d5c80a72" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a06d8b22-ccd9-4117-a81f-01ec032eae11" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:05:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9663b3f7-f6d0-469e-96c1-bc10191e3970_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14907" + ], + "x-ms-correlation-request-id": [ + "9ba5ef33-d523-4977-8d1b-68c130908025" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030527Z:9ba5ef33-d523-4977-8d1b-68c130908025" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "19b491b1-2759-45cd-8667-a6b47719cbcb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:05:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "867b3dbd-d14b-489c-aba6-c27b41c80c5a_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14906" + ], + "x-ms-correlation-request-id": [ + "482a23e5-baf6-4b78-8a04-75222a40d882" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030537Z:482a23e5-baf6-4b78-8a04-75222a40d882" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c7d82f1f-bb12-4c7d-ad4a-3f9d59c8ed98" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:05:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "27ec14d9-b9af-4160-91ad-6e824c2bf59c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14905" + ], + "x-ms-correlation-request-id": [ + "0d018a1b-f5dc-4c51-8ea8-278156db3555" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030548Z:0d018a1b-f5dc-4c51-8ea8-278156db3555" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9ac9a94f-b3e4-48ba-b958-f9f0e3e5add1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:05:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f4ff5da6-4c7b-4208-98da-62122eac1a8f_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14904" + ], + "x-ms-correlation-request-id": [ + "6f0df39b-dc9b-4144-9356-6eb6deb64d22" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030558Z:6f0df39b-dc9b-4144-9356-6eb6deb64d22" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3ea303a8-4e1d-402e-938f-d462d62cfa5c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:06:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ba03ce7b-a237-4763-836e-aba30c2d8f12_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14903" + ], + "x-ms-correlation-request-id": [ + "f34cdf92-30d5-4c9d-b84f-776ca1a699b0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030608Z:f34cdf92-30d5-4c9d-b84f-776ca1a699b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "aca778b7-4bdf-4d22-b355-e486a7164965" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:06:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a7f4c414-c79e-40c7-8b54-a48836925fc2_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14902" + ], + "x-ms-correlation-request-id": [ + "41b5c5a4-72b4-40b2-afe0-605ad0518bd6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030618Z:41b5c5a4-72b4-40b2-afe0-605ad0518bd6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d7f1d099-e622-48db-9def-ec853b1a9346" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:06:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e2aed886-26b1-467b-b545-c9c996adf26d_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14900" + ], + "x-ms-correlation-request-id": [ + "03e77c87-7529-4c7a-8f21-75b1f42d6f4c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030628Z:03e77c87-7529-4c7a-8f21-75b1f42d6f4c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2b5fbaba-5b91-4852-b3a6-b17e109e01ea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:06:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fbc92abe-050c-4ca1-85c1-a1a06c7d7cc6_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14899" + ], + "x-ms-correlation-request-id": [ + "7b0b0e32-1c3e-4bc3-b184-3801c2a9bbc4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030638Z:7b0b0e32-1c3e-4bc3-b184-3801c2a9bbc4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ecf853f4-1c09-42aa-b4d9-529e183011a6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:06:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4e78c044-5c94-449b-b5ca-36ede89bdb55_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14898" + ], + "x-ms-correlation-request-id": [ + "28a05aaf-09c4-47e5-8e63-544a327c1157" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030649Z:28a05aaf-09c4-47e5-8e63-544a327c1157" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "39d5d92d-050b-4c7f-bf4b-241cddb22238" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:06:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "16eccea6-3f0e-44eb-8693-d0bb435184bc_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14897" + ], + "x-ms-correlation-request-id": [ + "166ed36b-688d-4e57-8ea2-f6d91a2d3c11" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030659Z:166ed36b-688d-4e57-8ea2-f6d91a2d3c11" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "891e4f9e-ea85-4cf1-a763-6e183d1b471c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:07:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a07bbc60-97e0-4249-883d-d0f1279a7e94_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14896" + ], + "x-ms-correlation-request-id": [ + "4ac8d4e4-23eb-4717-a268-c22710f0e884" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030709Z:4ac8d4e4-23eb-4717-a268-c22710f0e884" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43247ef4-f695-466f-b50f-2c8fe2ccee40" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:07:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8908f8c7-69ae-4b55-a7ab-c13a24bd3a13_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14895" + ], + "x-ms-correlation-request-id": [ + "69812adb-8c51-471c-9f4d-d0c3d803c6e0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030719Z:69812adb-8c51-471c-9f4d-d0c3d803c6e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "467ace04-9999-4966-a021-dbe6fc4aebd2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:07:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fcf03c06-2225-47f1-a671-812341bd5c23_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14894" + ], + "x-ms-correlation-request-id": [ + "fe592d93-0995-483c-b105-ce1eb39f1b56" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030729Z:fe592d93-0995-483c-b105-ce1eb39f1b56" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b61e70be-b47c-4e00-a0fa-064eee20950b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:07:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5317c739-b5b6-4d11-afea-ffb9ffacfb1b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14893" + ], + "x-ms-correlation-request-id": [ + "acf97334-3817-4405-84c1-46cdfcd8f169" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030739Z:acf97334-3817-4405-84c1-46cdfcd8f169" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b56d836e-ab0b-4aa9-a6fd-dccc5a69e203" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:07:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d176c3c9-9f8a-463e-8a15-80b852830b2d_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14892" + ], + "x-ms-correlation-request-id": [ + "5bbf7ca9-7d17-4a18-9503-b7081816dd76" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030749Z:5bbf7ca9-7d17-4a18-9503-b7081816dd76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "77ccce14-12db-4756-b339-9f84e97bcc78" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:07:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "70e7c8b5-b298-4d67-b950-3204eafcfee7_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14891" + ], + "x-ms-correlation-request-id": [ + "e8ef81c5-8179-40a9-9faa-965046df3733" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030759Z:e8ef81c5-8179-40a9-9faa-965046df3733" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e4edf983-b112-4873-9f4d-c4331402e2c4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:08:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0fee389a-3066-453f-b8d9-32dc59d8ea14_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14890" + ], + "x-ms-correlation-request-id": [ + "c2e92d6c-158e-46db-80cc-280f6012b498" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030810Z:c2e92d6c-158e-46db-80cc-280f6012b498" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b3c6122-bf28-48b4-972b-805212422643" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:08:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d9c0c9d1-e503-4115-8e72-cf18db7bd5ae_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14889" + ], + "x-ms-correlation-request-id": [ + "497e9898-cd86-45fb-8540-eeb937ee235e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030820Z:497e9898-cd86-45fb-8540-eeb937ee235e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b54251bc-ae29-4c0b-b9a4-74070e86ef1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:08:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "81f3d3c9-e352-409e-8deb-dae1b994602e_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14888" + ], + "x-ms-correlation-request-id": [ + "f20ac899-bf43-42b0-a8fd-b38e319034fc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030830Z:f20ac899-bf43-42b0-a8fd-b38e319034fc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5843550d-25d5-4950-9b1b-1acf12fe75b1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:08:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "6d0ef04b-2565-4767-99de-8cd4199ecd4f_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14887" + ], + "x-ms-correlation-request-id": [ + "cf4fe83d-d28a-4abe-ba68-ce9112eafc5d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030840Z:cf4fe83d-d28a-4abe-ba68-ce9112eafc5d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ebddf8d3-c0b1-407c-bc59-a1f7c63e3833" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:08:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "39e405c4-7ce0-4c98-9f3f-375744cccecc_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14885" + ], + "x-ms-correlation-request-id": [ + "edbfde2e-2308-4c9a-b73e-969e02603f87" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030850Z:edbfde2e-2308-4c9a-b73e-969e02603f87" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bc27b701-d5f3-4dcf-9b04-a1ad2ffb1619" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:09:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "aed0cd78-f788-4faa-a115-8ed54aa4e5d3_M5_M5" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14989" + ], + "x-ms-correlation-request-id": [ + "ab5292d7-fa7c-40fa-b816-d8fae3a7fc8e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030900Z:ab5292d7-fa7c-40fa-b816-d8fae3a7fc8e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "844cdfbf-856d-48c7-baff-6cb419c5310b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"partnerNamespace\": \"\",\r\n \"role\": \"PrimaryNotReplicating\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:09:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a51bddb3-c9d0-47a0-86ee-ce5bbca5d6b7_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14884" + ], + "x-ms-correlation-request-id": [ + "9d8f899c-e592-4073-a0b2-c3972a9a7d45" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030911Z:9d8f899c-e592-4073-a0b2-c3972a9a7d45" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2cce6d8d-d214-409b-931b-fe202c4f5607" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:09:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "81708f5c-7461-4f3e-a544-26d4398995cb_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14883" + ], + "x-ms-correlation-request-id": [ + "0207639a-a1f1-4fb7-b39a-23154928e502" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030937Z:0207639a-a1f1-4fb7-b39a-23154928e502" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "81cfde76-7149-4e44-8567-fb19f1ff4ba7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:09:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3179845c-e15a-4c6b-a7cd-334896c5a6c7_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14882" + ], + "x-ms-correlation-request-id": [ + "1826dda0-4c35-4796-a8ff-e1fc4344090d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030947Z:1826dda0-4c35-4796-a8ff-e1fc4344090d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2026f4ce-c04d-4e49-9996-3c1b8ecd436c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:09:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "70f2bdeb-830c-4183-bdef-6cf601cfd6f2_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14881" + ], + "x-ms-correlation-request-id": [ + "7bad937d-af26-4592-83b7-8ea4e618915b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T030958Z:7bad937d-af26-4592-83b7-8ea4e618915b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "529ecda9-5506-45e3-84c9-c114f3543e77" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:10:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5a451751-d680-4212-9ecc-ba8f2143bf6b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14880" + ], + "x-ms-correlation-request-id": [ + "cb81ce16-d173-4af0-8830-5d8d69bb9879" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031008Z:cb81ce16-d173-4af0-8830-5d8d69bb9879" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "eb9ee344-d6ce-447f-a6fb-de82929d8b3b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:10:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3bdb4373-3b23-4548-aa58-7a27c4a3ad8f_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14879" + ], + "x-ms-correlation-request-id": [ + "f6b1bcf4-7d86-4ac2-a3a8-8504a0240597" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031018Z:f6b1bcf4-7d86-4ac2-a3a8-8504a0240597" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a39a7cc2-a758-4a90-9943-c3951c86106d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:10:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b0d1f192-3e1d-41af-a088-bf8a9b3ee7bd_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14878" + ], + "x-ms-correlation-request-id": [ + "170f2481-dbbb-4f36-91f3-efdb561af28c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031028Z:170f2481-dbbb-4f36-91f3-efdb561af28c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "88691b70-d3c2-48a0-860f-02ad6afea823" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:10:38 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "89ab0ef6-3cac-4a50-89ab-3e4d0320a0c7_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14877" + ], + "x-ms-correlation-request-id": [ + "f898203d-b07c-4663-9ab1-216a3772cb6c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031038Z:f898203d-b07c-4663-9ab1-216a3772cb6c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bcd6e5e4-96c4-4910-8c03-a3d778a55264" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:10:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f4e69eb7-8d70-47e1-8119-1fdade5c5841_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14876" + ], + "x-ms-correlation-request-id": [ + "05b15175-a3d2-4d65-b5db-e355a6a95d42" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031048Z:05b15175-a3d2-4d65-b5db-e355a6a95d42" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "04269027-ad23-4316-80f4-441e61431c94" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:10:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "841c279b-ff18-4986-97a3-116d136d72b8_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14875" + ], + "x-ms-correlation-request-id": [ + "069b9a35-8705-40d6-823e-61a574898333" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031059Z:069b9a35-8705-40d6-823e-61a574898333" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d4c17eda-d7c2-4a85-9d0e-6c3790de66db" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:11:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "653a5dc4-4bb9-4826-951a-0f19ab440332_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14874" + ], + "x-ms-correlation-request-id": [ + "ad52991e-ab82-46f4-a06d-d14955a00398" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031109Z:ad52991e-ab82-46f4-a06d-d14955a00398" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5923d4f0-f304-4a01-ab00-c44af89ada2a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:11:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "cdbcd817-9598-4525-8509-87bb8ede0af1_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14873" + ], + "x-ms-correlation-request-id": [ + "bc0e726a-1185-4b50-8c4e-b64a62a65d23" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031119Z:bc0e726a-1185-4b50-8c4e-b64a62a65d23" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "af3f9991-0920-4585-b479-f419b2b606a2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:11:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8857dbd6-1e99-4fc2-82d7-b033e35a43a6_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14872" + ], + "x-ms-correlation-request-id": [ + "fc65a3b4-685d-4539-ba93-0772aecad679" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031129Z:fc65a3b4-685d-4539-ba93-0772aecad679" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "bbefa50d-f443-470d-abb0-a9b878d7dc1d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:11:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3bcd7a12-2c9f-4637-8e8a-50bb3bcb75bd_M5_M5" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14871" + ], + "x-ms-correlation-request-id": [ + "e884a1dc-36ab-4f39-92aa-c069aade1121" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031140Z:e884a1dc-36ab-4f39-92aa-c069aade1121" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d5f6daaa-daab-416a-a033-e9abb1fb7c23" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:11:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "611447df-9fa3-4ccc-b8ff-a6a9c30ddb7c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14870" + ], + "x-ms-correlation-request-id": [ + "fd1d7840-04c6-425a-84d9-65a0cc513c2a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031150Z:fd1d7840-04c6-425a-84d9-65a0cc513c2a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f0693b65-20df-468f-bd99-88b54f5819ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:12:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "514843d2-ac0f-4b18-bfe9-5ed39ed7ecb7_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14869" + ], + "x-ms-correlation-request-id": [ + "e2ff996f-f640-4529-a58b-be9061a9b18c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031200Z:e2ff996f-f640-4529-a58b-be9061a9b18c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48135f2d-71b9-4735-a84c-b364a7c9daad" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:12:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "78ba6408-4763-470d-a132-938765702106_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14868" + ], + "x-ms-correlation-request-id": [ + "d5eefdec-b0ae-4cd9-9ac5-23adbdc1d410" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031210Z:d5eefdec-b0ae-4cd9-9ac5-23adbdc1d410" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "340af71b-0767-430c-b13b-af81053fd7f5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:12:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d8fe490a-04aa-4528-acb3-ed081aaad34b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14867" + ], + "x-ms-correlation-request-id": [ + "ac24739f-f421-4121-a6b5-4dee2e55477c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031220Z:ac24739f-f421-4121-a6b5-4dee2e55477c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "51de7276-2105-487c-b241-ab900cea054c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:12:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d342164a-b16f-420c-a5b1-4f92d276a08b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14866" + ], + "x-ms-correlation-request-id": [ + "75ba6f7c-dbb2-402d-a86f-185892f4436e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031231Z:75ba6f7c-dbb2-402d-a86f-185892f4436e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95354d4b-81cb-469f-a926-dfc93cb8d078" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:12:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0c4f5a97-09ae-408b-9c31-604ad1e27f1b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14865" + ], + "x-ms-correlation-request-id": [ + "d272afe5-326e-4bf2-acaa-1d31f3144791" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031241Z:d272afe5-326e-4bf2-acaa-1d31f3144791" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "18f358cd-ab02-4b80-84c5-9aaa975fa002" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:12:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e94e13fc-6187-4b4d-bec8-5bad898670fe_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14864" + ], + "x-ms-correlation-request-id": [ + "c6f42c29-b753-4dd6-ab38-e2343bcd1d88" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031251Z:c6f42c29-b753-4dd6-ab38-e2343bcd1d88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "004b4e01-2d0f-435a-b490-ec40b792e723" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:13:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5989f0a3-911a-42b7-8963-8bc20c8f7143_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14863" + ], + "x-ms-correlation-request-id": [ + "ecbd07a1-db98-47f8-a101-a6c44fe4a064" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031301Z:ecbd07a1-db98-47f8-a101-a6c44fe4a064" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9296b9b9-64b7-4aff-be36-b46751258be4" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:13:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4d6ff029-9ac5-45de-82e8-e313c4c02679_M5_M5" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-correlation-request-id": [ + "898cccf0-d268-4130-a2b3-b4ba2759e1d5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031311Z:898cccf0-d268-4130-a2b3-b4ba2759e1d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "601f3b9f-e88f-486c-a215-483535024bbd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:13:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "002145fe-8144-4b8e-9c81-b1d0de603a02_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14862" + ], + "x-ms-correlation-request-id": [ + "d1da4ae5-b559-455f-b997-ddbd5b3c913e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031322Z:d1da4ae5-b559-455f-b997-ddbd5b3c913e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "871ad507-bfd6-4bfb-b785-01f9c22e598e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:13:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4a80627e-d862-4224-b9bb-027cdaa6e94c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14861" + ], + "x-ms-correlation-request-id": [ + "bc6c39ef-ce83-4cf0-87b5-31c8e41c3ad3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031332Z:bc6c39ef-ce83-4cf0-87b5-31c8e41c3ad3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8125337b-06bb-497f-9d41-b67a5d91148f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:13:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1e4b4ce7-682e-4122-94c4-3f55f032bbda_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14860" + ], + "x-ms-correlation-request-id": [ + "b8cd80dd-cae9-4cc2-b9de-2021a9328ceb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031342Z:b8cd80dd-cae9-4cc2-b9de-2021a9328ceb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8bc3837a-9af1-4098-ae08-deb6ea21b80e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:13:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "71536972-6c36-462a-adbb-a1ce738e719a_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14859" + ], + "x-ms-correlation-request-id": [ + "91d1015d-2f3a-459b-9377-01a0d43f8345" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031352Z:91d1015d-2f3a-459b-9377-01a0d43f8345" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ed3374e1-82e0-4165-9436-b7d96e5f4d29" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:14:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c090e817-260a-4077-ae07-03f8774fa8cb_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14858" + ], + "x-ms-correlation-request-id": [ + "5da62f50-5f1b-458e-a2c7-736b7e24a079" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031402Z:5da62f50-5f1b-458e-a2c7-736b7e24a079" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1ea5f9d1-a129-47df-86ed-1c4d6177b2dc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:14:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7d884baa-4c4e-43ad-a176-913f8e75744b_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14979" + ], + "x-ms-correlation-request-id": [ + "8ef6974c-b18b-4b0c-a5a7-ad0c46ab60fd" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031413Z:8ef6974c-b18b-4b0c-a5a7-ad0c46ab60fd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b6d4914-ce34-4034-ae65-769353928acc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:14:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "42d8757a-10a3-4df8-b565-d3c3832392b2_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14978" + ], + "x-ms-correlation-request-id": [ + "beeaaee9-f871-4c9c-bcac-6c2781ad34ce" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031423Z:beeaaee9-f871-4c9c-bcac-6c2781ad34ce" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a6361372-d7a3-4991-b6eb-7f94fd00a555" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:14:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "72d63d9b-cffb-41aa-8c18-011622d45fca_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14976" + ], + "x-ms-correlation-request-id": [ + "39d6324a-f3bf-42b1-af3d-2ef0702c07e4" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031433Z:39d6324a-f3bf-42b1-af3d-2ef0702c07e4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "8d3a6108-458e-43a1-8ee9-e0250fafb5d7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:14:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9facecd4-d95a-45a3-b2a4-d0d3251e1ddf_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14975" + ], + "x-ms-correlation-request-id": [ + "8a1daab5-60f8-4ff7-b7a5-f5e0eebc2437" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031443Z:8a1daab5-60f8-4ff7-b7a5-f5e0eebc2437" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83d36e2d-6e6b-4e0f-a1db-df4eb1779c6a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:14:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a185e5ea-52b0-412b-9414-b0af05c123e5_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14974" + ], + "x-ms-correlation-request-id": [ + "d07db047-96b8-4741-898b-48417401ddcc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031453Z:d07db047-96b8-4741-898b-48417401ddcc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "95f2d550-11aa-4a98-a504-8cadac5497d7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:15:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5d85d6ed-491d-432e-aba5-3587e7840293_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14974" + ], + "x-ms-correlation-request-id": [ + "9167c590-2865-4297-b7bc-9ed2e950bb32" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031504Z:9167c590-2865-4297-b7bc-9ed2e950bb32" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "af359a57-8136-40c9-91e5-18f75c7375a9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:15:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fc241920-4941-4424-833d-4bb2d9a1f270_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14857" + ], + "x-ms-correlation-request-id": [ + "8f0f600b-12f7-4b9a-9e64-6869ff48afd0" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031514Z:8f0f600b-12f7-4b9a-9e64-6869ff48afd0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4d1c65d2-988d-4fd8-bc61-0e50576b2ecc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:15:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c19a63ae-9d50-41f0-b502-0fc558f45eee_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14972" + ], + "x-ms-correlation-request-id": [ + "edf51018-859e-4812-8f00-be4774d012a5" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031524Z:edf51018-859e-4812-8f00-be4774d012a5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d034f0a0-6401-43cb-90b1-bae54586fdef" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:15:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f209bc33-b235-4783-a622-0bc9b88389c9_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14971" + ], + "x-ms-correlation-request-id": [ + "8be85748-8f77-4ffb-86f7-a81de2ab8bfc" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031534Z:8be85748-8f77-4ffb-86f7-a81de2ab8bfc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6b0238ac-070c-40d2-818f-006392589e50" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:15:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "99b7d1d4-b0c4-4400-8037-abbc3ea5125f_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14970" + ], + "x-ms-correlation-request-id": [ + "533bf44b-31bc-4f91-a4b3-775120bcacd0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031544Z:533bf44b-31bc-4f91-a4b3-775120bcacd0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ba006a4f-723a-4b8a-9e80-468e7cf788b7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:15:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "433d4c75-7d9e-4013-87d1-386f78a26765_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14969" + ], + "x-ms-correlation-request-id": [ + "9bc01a96-b00d-4790-8f9b-bb55a8e3e128" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031554Z:9bc01a96-b00d-4790-8f9b-bb55a8e3e128" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f1ef3947-2c05-4a5c-9aac-08f51fc2bd70" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:16:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "6285b9cb-7025-4078-bc03-539950685731_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14968" + ], + "x-ms-correlation-request-id": [ + "4e9bbabb-36a1-4d4f-96ea-8f39f32b9992" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031604Z:4e9bbabb-36a1-4d4f-96ea-8f39f32b9992" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f4450fec-2e6d-47d2-81f8-912c0dc70dc6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:16:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "32e8f7e5-b36e-4aaf-ade0-0d4bfd7f38de_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14856" + ], + "x-ms-correlation-request-id": [ + "772f04e4-1c80-4f63-a01c-688b224fd9cb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031615Z:772f04e4-1c80-4f63-a01c-688b224fd9cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3d10815-7dfc-471c-98f0-7076b78d2059" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:16:24 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b03669ff-401f-4772-ba7a-4bc45fd7b77a_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14967" + ], + "x-ms-correlation-request-id": [ + "a750b2a0-2097-4995-a41f-4fdbd80e82b0" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031625Z:a750b2a0-2097-4995-a41f-4fdbd80e82b0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65e54dce-070b-4ba4-8864-e44936b342ee" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:16:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ecaeb554-029e-4c69-bbfa-beb6e59008a4_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14966" + ], + "x-ms-correlation-request-id": [ + "f9b028da-2ac4-46c7-8c47-cad739a1a9e9" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031635Z:f9b028da-2ac4-46c7-8c47-cad739a1a9e9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e66863a1-d588-4ca1-923a-6401062425b0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:16:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "75946df4-b89f-4946-85c1-4298e4ea85e6_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14965" + ], + "x-ms-correlation-request-id": [ + "98d19e03-5c5e-4727-8b13-8f1b4c917120" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031645Z:98d19e03-5c5e-4727-8b13-8f1b4c917120" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "c2e9f1da-2a54-43b3-8761-ceec92a6114e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:16:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fac1b2a0-eb14-4b9d-847d-213df4b3be7e_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14964" + ], + "x-ms-correlation-request-id": [ + "8c344787-658c-47ec-95a8-a39294954cea" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031655Z:8c344787-658c-47ec-95a8-a39294954cea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "35230168-14cd-4de1-a557-949974a21ecb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:17:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ea980eb5-b6a9-4e70-b970-8079955bce1a_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14963" + ], + "x-ms-correlation-request-id": [ + "78ea54f0-5d36-45df-99e7-6de82e8ca30b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031705Z:78ea54f0-5d36-45df-99e7-6de82e8ca30b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5f8a96c1-f17b-4154-a1e1-010c176b91fc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:17:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "bdaa58b3-3af4-482c-bb9f-801c9970e33a_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14855" + ], + "x-ms-correlation-request-id": [ + "75baa306-de9f-4f16-be86-c295c1f6333f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031716Z:75baa306-de9f-4f16-be86-c295c1f6333f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "da81209c-ea8d-41f1-99d5-fa93629a6ed5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:17:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b6246206-1314-4e9c-8f37-b791fa467e4a_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14854" + ], + "x-ms-correlation-request-id": [ + "53070c0c-f017-42f9-b881-3b27e6bd2860" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031726Z:53070c0c-f017-42f9-b881-3b27e6bd2860" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "82298783-4893-47d7-bc12-d60811b3359d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:17:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "51bcea15-7cac-43e0-972c-5132af5c53a4_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14962" + ], + "x-ms-correlation-request-id": [ + "cd456605-9aa1-4a60-8975-7b9249b2a4a1" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031736Z:cd456605-9aa1-4a60-8975-7b9249b2a4a1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9de9d065-d3d0-4768-8c2e-a53ac56e15a5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:17:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c91c61b0-c267-4c5d-97ea-6bd41e841f6d_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14853" + ], + "x-ms-correlation-request-id": [ + "1862e1c4-acce-4640-bf5f-a4b9fd497601" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031746Z:1862e1c4-acce-4640-bf5f-a4b9fd497601" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "42568531-3421-4f4e-9c5c-be73e5220325" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:17:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "efa34978-8b3d-4245-a62a-dc4f822c5bf9_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14852" + ], + "x-ms-correlation-request-id": [ + "b786328f-59d2-48bb-864d-029b2123a021" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031757Z:b786328f-59d2-48bb-864d-029b2123a021" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9e31087d-3022-4fc9-955b-21a63a9153d2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:18:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "34e5d877-1021-41d5-8724-95551f61f35b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14851" + ], + "x-ms-correlation-request-id": [ + "b30013d2-0e2c-4cdb-b982-36c152501ff2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031807Z:b30013d2-0e2c-4cdb-b982-36c152501ff2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f99e834-937d-4035-93d3-597e875a24f7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:18:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9dce9bca-253c-4df3-847f-c725ee54ab1b_M2_M2" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14961" + ], + "x-ms-correlation-request-id": [ + "e3356584-9522-4610-bb82-12014337071f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T031817Z:e3356584-9522-4610-bb82-12014337071f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f36107e3-2f7b-4f8e-be53-e6688d89e659" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:18:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5d925a28-21f8-4b1d-a2e0-3786351ff172_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14850" + ], + "x-ms-correlation-request-id": [ + "3843d1a6-4e04-4dda-9da9-41d1e2e69ec6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031830Z:3843d1a6-4e04-4dda-9da9-41d1e2e69ec6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1f880faf-0536-44b7-904d-c44a83b66f4b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:18:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4ff6db6e-a626-4de9-8ce3-4f5357fb02b9_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14849" + ], + "x-ms-correlation-request-id": [ + "df3917ae-a4ca-4d30-859c-4cee5716a197" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031840Z:df3917ae-a4ca-4d30-859c-4cee5716a197" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "faf7c6ae-15c4-49f4-a45e-102c8a5ca0b5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:18:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b9da3ce5-6d6d-4669-a0e9-a6c21b852d78_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14848" + ], + "x-ms-correlation-request-id": [ + "71577758-a48c-46a1-a2f3-8fd0c1937212" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031850Z:71577758-a48c-46a1-a2f3-8fd0c1937212" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b210c61-4f7d-4e6e-aa67-5594911d9945" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:19:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0bf4f990-e822-4c6e-bcf6-cde61160cfb6_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14847" + ], + "x-ms-correlation-request-id": [ + "3b3eac75-4333-4997-83cc-6c3af3014d6b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031900Z:3b3eac75-4333-4997-83cc-6c3af3014d6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9fe155f9-36cf-41c9-b327-1096d8eb1fcc" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:19:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8091bfcd-aca4-4f0b-b592-180eb0b7f867_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14846" + ], + "x-ms-correlation-request-id": [ + "577b6540-8093-4866-be3f-51cf74f6185b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031910Z:577b6540-8093-4866-be3f-51cf74f6185b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "90a4c15a-6708-4aef-ba82-7cd2baa87bc7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:19:20 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a906e475-4445-4c90-8f33-4d6b512e8d48_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14845" + ], + "x-ms-correlation-request-id": [ + "818f33e9-65e0-47e3-b697-913f798fa010" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031921Z:818f33e9-65e0-47e3-b697-913f798fa010" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "3b10628b-2f63-44fd-86f5-2e6d0897256e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:19:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "5afa6509-3bf5-4649-8df7-78c6a470fdc2_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14844" + ], + "x-ms-correlation-request-id": [ + "b3e674de-51c5-40ef-a88c-26093b7d7a0f" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031931Z:b3e674de-51c5-40ef-a88c-26093b7d7a0f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b4cd7538-b385-4523-ae0f-8f118fb938aa" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:19:41 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8e91bbb0-967f-4b30-9aff-8fa4cf6158f4_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14843" + ], + "x-ms-correlation-request-id": [ + "2be157a9-d0e5-46a5-8176-f74d6d1fb964" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031941Z:2be157a9-d0e5-46a5-8176-f74d6d1fb964" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "259b0350-7db8-45f0-9601-1c8fe08eb171" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:19:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c3f4ca06-72f8-4442-89ac-00913eee1501_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14841" + ], + "x-ms-correlation-request-id": [ + "c7d0f98c-974a-40a8-a678-9e73b339750a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T031951Z:c7d0f98c-974a-40a8-a678-9e73b339750a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e0811d7e-eaee-4350-87ec-8273fa4f6fa2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:20:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8a7e7b28-1dd7-4052-97c6-187d86b2e586_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14840" + ], + "x-ms-correlation-request-id": [ + "a4c0a297-d108-4fff-ae06-c3ad7b792fe3" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032001Z:a4c0a297-d108-4fff-ae06-c3ad7b792fe3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "211b77e8-2c68-4219-a048-8ac424d0a1b7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:20:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "23585d76-2c71-44b8-99b4-71e56e36bb0c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14839" + ], + "x-ms-correlation-request-id": [ + "cd92865d-a41e-4ad0-b8e0-488fb30430b2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032011Z:cd92865d-a41e-4ad0-b8e0-488fb30430b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7500d2c8-2362-45b4-bbd6-c35b9dbfb396" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:20:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "481c4c64-42c5-43ac-983d-c767ef8733a3_M1_M1" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14838" + ], + "x-ms-correlation-request-id": [ + "d5d2d82a-efe8-47c0-99e8-9a6491625eb7" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032022Z:d5d2d82a-efe8-47c0-99e8-9a6491625eb7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "88ef6e84-36d6-4b87-be16-61e6730e834f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:20:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ce8b9bc9-4bfa-4772-99f0-1d46216d4a23_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14837" + ], + "x-ms-correlation-request-id": [ + "1fd664fd-e5ba-4086-91ac-064ac2ec4d70" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032032Z:1fd664fd-e5ba-4086-91ac-064ac2ec4d70" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e24a4aff-9571-4de7-aeef-31818df13850" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:20:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8ffba354-6114-4ec6-a313-0e4e81bd4162_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14836" + ], + "x-ms-correlation-request-id": [ + "9586cb9a-e7e8-4c47-bc0d-3fd78186c558" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032042Z:9586cb9a-e7e8-4c47-bc0d-3fd78186c558" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "65c24a96-7d2e-4f42-b6d1-27a5b0827e06" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:20:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "16ce95ad-2d38-4ff9-baa2-e5718a763586_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14835" + ], + "x-ms-correlation-request-id": [ + "67bd1105-9935-4320-ba44-2b8c79969a98" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032052Z:67bd1105-9935-4320-ba44-2b8c79969a98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4bbb7f6b-687f-4616-909d-94ae1433881a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:21:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b817a335-2fcf-47b1-8db5-017cb75531f7_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14834" + ], + "x-ms-correlation-request-id": [ + "b781372f-0933-42e3-bc12-45ff814b7185" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032103Z:b781372f-0933-42e3-bc12-45ff814b7185" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7b27cf1e-a2e0-495f-89d3-90ebaa227680" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:21:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b9ced477-1903-457e-a770-09651d73f15c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14833" + ], + "x-ms-correlation-request-id": [ + "904daf13-5020-4efe-804a-53eb827e9c4b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032113Z:904daf13-5020-4efe-804a-53eb827e9c4b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e7a52255-e4b7-40e2-bf4e-cb0e18f71bdb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:21:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b2505620-9209-4939-b952-a942d6fa0dc3_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14832" + ], + "x-ms-correlation-request-id": [ + "6da226e8-14a5-4d80-bdf5-70fffbcb33dc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032123Z:6da226e8-14a5-4d80-bdf5-70fffbcb33dc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "098486a4-6938-4c74-a786-368fc7cf61e9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:21:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7f67c1e2-4d69-4cba-9c35-a96e84aac5b4_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14831" + ], + "x-ms-correlation-request-id": [ + "c49dd72e-8d3b-4007-94fa-5a6cc8a0aa87" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032133Z:c49dd72e-8d3b-4007-94fa-5a6cc8a0aa87" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0684ccc7-2297-4a3e-a8c8-c552ac21189a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:21:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "48dbe7c1-2d17-4eeb-b4ab-e9d734bffd98_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14830" + ], + "x-ms-correlation-request-id": [ + "be1e55db-54c0-4af7-98e4-d2092aa4bde1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032143Z:be1e55db-54c0-4af7-98e4-d2092aa4bde1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "20b28156-611c-4b6b-9949-45dcc7d11999" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:21:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9e092525-f6df-4286-9a68-aae50acd7554_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14829" + ], + "x-ms-correlation-request-id": [ + "885f0ee5-b29f-422f-81af-2fc70c7ba563" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032153Z:885f0ee5-b29f-422f-81af-2fc70c7ba563" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1cfbb332-9e89-4837-b268-97b25a1a0e5c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:22:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f57b0f17-2a61-489a-8980-f41943331d5d_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14828" + ], + "x-ms-correlation-request-id": [ + "343960bb-da8a-4869-bae7-d96f96a5d864" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032204Z:343960bb-da8a-4869-bae7-d96f96a5d864" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0bd1260c-8176-4cc4-9045-f99be763ae5e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:22:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "982f2854-9f90-4f79-aa16-fd09cb44fb0e_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14827" + ], + "x-ms-correlation-request-id": [ + "d9b6b8e0-5ece-448e-b1fa-b2dc78bde87c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032214Z:d9b6b8e0-5ece-448e-b1fa-b2dc78bde87c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "89b8d67e-faa3-481f-9ff0-44868d6c0dc1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:22:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "edf8ef1d-3472-461c-98ec-1d0ed7a11485_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14826" + ], + "x-ms-correlation-request-id": [ + "abf8319d-631e-404a-9f0d-8a1b005a4d84" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032224Z:abf8319d-631e-404a-9f0d-8a1b005a4d84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "caff2031-918b-4667-96cd-0080f6a0a5da" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:22:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4e694434-dc55-4b15-93ef-a6b8d3aeea4e_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14825" + ], + "x-ms-correlation-request-id": [ + "4a7234fc-ca1e-4ef8-86aa-b28e10c0b1cb" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032234Z:4a7234fc-ca1e-4ef8-86aa-b28e10c0b1cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4e6b44a1-26fa-44fe-ae3d-2bc1d91db23c" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:22:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e74e052e-e3f2-4b59-bb0a-d13f35b35def_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14824" + ], + "x-ms-correlation-request-id": [ + "6fcfa8ba-f484-4669-ac20-9c87f87a5d50" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032244Z:6fcfa8ba-f484-4669-ac20-9c87f87a5d50" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db0b2a9e-6b06-457c-8b37-f3e23145b2c5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:22:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8e7817ed-8936-48ce-892c-56cc8f3cd0ce_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14823" + ], + "x-ms-correlation-request-id": [ + "36fa71a0-bb44-407c-8595-5e081b6ca739" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032254Z:36fa71a0-bb44-407c-8595-5e081b6ca739" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0c9c27fd-7adb-49a1-ab43-75ddb921f73b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:23:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "b0db5524-39a5-475c-92e1-b9c66040eb99_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14822" + ], + "x-ms-correlation-request-id": [ + "4e5eea08-a02b-4815-ba27-701b43bc1156" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032304Z:4e5eea08-a02b-4815-ba27-701b43bc1156" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9888a687-bf2a-477e-84fb-18d1f647e8b8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:23:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1d879005-0aa9-47d7-a6d9-7ad2e1790b1b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14821" + ], + "x-ms-correlation-request-id": [ + "86cee9fe-454a-43f7-8e96-220c745402ea" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032315Z:86cee9fe-454a-43f7-8e96-220c745402ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "4f1843b0-5e8a-47b6-82ec-6e294428225d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:23:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8b42887c-ccde-4ce6-b1c7-5ce132558794_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14820" + ], + "x-ms-correlation-request-id": [ + "a99d1d75-12d1-4c64-b2e2-f093c02fd279" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032325Z:a99d1d75-12d1-4c64-b2e2-f093c02fd279" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "94ba9ca8-8134-4aa2-9046-16b35b792c37" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:23:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "deb43b3b-6c48-48dc-9f2d-3d1c54f3b755_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14819" + ], + "x-ms-correlation-request-id": [ + "f477087a-83ca-4255-8199-f545377cf355" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032335Z:f477087a-83ca-4255-8199-f545377cf355" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0760f7ad-2b79-4cb8-aba5-33ac91d6d8c6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:23:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "87dffadb-a1bb-4086-a73e-0383b8cd3fae_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14818" + ], + "x-ms-correlation-request-id": [ + "6027026e-660c-4c03-88b6-d60401df3e1d" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032345Z:6027026e-660c-4c03-88b6-d60401df3e1d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b8f46fdb-9420-47f3-811a-49425eab27a1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:23:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4ba533e9-dbf5-450a-948c-9fe1362ce544_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14817" + ], + "x-ms-correlation-request-id": [ + "1822a9ee-dffe-4025-982f-eac6a5da4d85" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032355Z:1822a9ee-dffe-4025-982f-eac6a5da4d85" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "92d59e14-41c1-4956-a173-f98f39f0793a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:24:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9d82a1fc-01ee-467c-94e8-5f01d2cc1e66_M0_M0" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14816" + ], + "x-ms-correlation-request-id": [ + "e9085827-130f-4c6f-b40f-50949622aeea" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032405Z:e9085827-130f-4c6f-b40f-50949622aeea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9318aba1-8137-4e4e-ad11-7b4268fbc633" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:24:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "19f990aa-17d6-40d7-a4c7-f9fc0ee5ad09_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14815" + ], + "x-ms-correlation-request-id": [ + "9d90f817-5a6f-47b1-82f6-142443ffd701" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032416Z:9d90f817-5a6f-47b1-82f6-142443ffd701" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b9588555-586a-48ae-93af-e02d5176194a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:24:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e3232f3e-eb31-406a-b712-5ccae7bd0be1_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14814" + ], + "x-ms-correlation-request-id": [ + "19f884a6-f094-43f8-b44a-28b20a0aa2ea" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032426Z:19f884a6-f094-43f8-b44a-28b20a0aa2ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "86be62fb-f83b-45e3-a5ef-c7785639a917" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:24:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9f415d21-b810-4abc-9bde-866647c69aeb_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14813" + ], + "x-ms-correlation-request-id": [ + "612f6b94-6ad9-4567-b56d-7e5fb25878e2" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032436Z:612f6b94-6ad9-4567-b56d-7e5fb25878e2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "43514146-8adb-4bfe-b676-c46425a2d218" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:24:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0e62b204-aeb8-444a-8e1e-cfacaf01411c_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14812" + ], + "x-ms-correlation-request-id": [ + "99d18ac5-cda5-4b41-bd35-6dfc3a40aa96" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032446Z:99d18ac5-cda5-4b41-bd35-6dfc3a40aa96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d325c5b7-eaf3-4d75-8f29-be9c792ea02f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:24:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2c455cf9-eb45-4738-aa0f-4ca00a9dcaeb_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14811" + ], + "x-ms-correlation-request-id": [ + "e0533dd1-6177-4cb0-9b65-1bba653001a4" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032456Z:e0533dd1-6177-4cb0-9b65-1bba653001a4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae056083-009a-4703-9f4a-fc37026434f9" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:25:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "6bd003f1-bf57-4ece-bacd-7738a61c29fb_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14812" + ], + "x-ms-correlation-request-id": [ + "ae34a8d1-c762-464a-9d05-1a25fd9df1aa" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032507Z:ae34a8d1-c762-464a-9d05-1a25fd9df1aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "268cd328-4135-4fad-95ff-cff77af70ad7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:25:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c76c8502-2e6c-491d-9d47-2240d748c08b_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14811" + ], + "x-ms-correlation-request-id": [ + "41ca23ee-d71b-4094-b601-6a1aa662eddd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032517Z:41ca23ee-d71b-4094-b601-6a1aa662eddd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "72251e96-20b9-43a2-bc8b-2919ad6cdc55" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"partnerNamespace\": \"sdk-Namespace-1024\",\r\n \"role\": \"Primary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 03:25:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8a0c5d77-ef0d-4a30-b130-89a3b056136d_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14810" + ], + "x-ms-correlation-request-id": [ + "cc1cd442-298d-41f2-b36f-5f902c2c8ef9" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T032527Z:cc1cd442-298d-41f2-b36f-5f902c2c8ef9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1813eb37-fb63-4968-b96d-d5eae29f5325" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-3034\",\r\n \"role\": \"Secondary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:52:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0883b74e-1fc1-49bd-a803-c33396508880_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14986" + ], + "x-ms-correlation-request-id": [ + "7ad8c134-df0c-4a23-bba0-944e84af3943" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025232Z:7ad8c134-df0c-4a23-bba0-944e84af3943" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f6b1eeb2-30bb-4e3f-8e8e-18886374486b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-3034\",\r\n \"role\": \"Secondary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 05:52:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2f5b8a4f-92f6-4455-b064-30e48fb1fdba_M0_M0" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-correlation-request-id": [ + "22cb0a9f-b3ee-47d2-9e7a-8323160d3db3" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T055217Z:22cb0a9f-b3ee-47d2-9e7a-8323160d3db3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "e1dd7b15-6d07-4b22-aa4c-74b9b6485fd1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Accepted\",\r\n \"partnerNamespace\": \"sdk-Namespace-3034\",\r\n \"role\": \"Secondary\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 05:52:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3ef58bad-2445-4dfc-8630-619de9c991ad_M0_M0" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-correlation-request-id": [ + "6f98d405-de30-4a6e-bb98-dddc4dc56f5e" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T055234Z:6f98d405-de30-4a6e-bb98-dddc4dc56f5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "83de86f1-0e54-45f0-b77b-b375ccf29da8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"partnerNamespace\": \"\",\r\n \"role\": \"PrimaryNotReplicating\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 05:52:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c7ff034f-60b1-428e-8edd-8e761a1ccb4b_M0_M0" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14989" + ], + "x-ms-correlation-request-id": [ + "c58ebc70-f6bd-4542-8fc5-e6e434b2d894" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T055244Z:c58ebc70-f6bd-4542-8fc5-e6e434b2d894" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-3034/disasterRecoveryConfigs/sdk-DisasterRecovery9261/breakPairing?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0zMDM0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MS9icmVha1BhaXJpbmc/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5a4841a3-726c-4037-b026-fa4b49629280" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 02:53:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "171ef756-9ad5-4e67-b371-35cad64d70b0_M7_M7" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "11e53b35-ebe4-4c52-922b-ea8ad2473f51" + ], + "x-ms-routing-request-id": [ + "WESTUS:20170927T025323Z:11e53b35-ebe4-4c52-922b-ea8ad2473f51" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261/failover?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MS9mYWlsb3Zlcj9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "528a67ab-685c-4024-a903-917a811892c8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 05:51:58 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "08465fe3-cf9a-4626-9096-570c442460f3_M0_M0" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "ed448f9b-9992-4a3c-85b8-9a6fde6dad6d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T055159Z:ed448f9b-9992-4a3c-85b8-9a6fde6dad6d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzP2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "47798bf0-c807-46a7-9b10-01c21cb7c9d3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261\",\r\n \"name\": \"sdk-DisasterRecovery9261\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/disasterrecoveryconfigs\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"partnerNamespace\": \"\",\r\n \"role\": \"PrimaryNotReplicating\",\r\n \"type\": \"MetadataReplication\",\r\n \"lastSynced\": \"0001-01-01T00:00:00\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 05:53:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "036c1628-a41a-4a26-878c-69e0d0e75971_M0_M0" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14988" + ], + "x-ms-correlation-request-id": [ + "344fbf70-5eab-4ffc-ba1c-3e7f7096f27c" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T055314Z:344fbf70-5eab-4ffc-ba1c-3e7f7096f27c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e2f361f0-3b27-4503-a9cc-21cfba380093/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-1024/disasterRecoveryConfigs/sdk-DisasterRecovery9261?api-version=2017-04-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTJmMzYxZjAtM2IyNy00NTAzLWE5Y2MtMjFjZmJhMzgwMDkzL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtRXZlbnRIdWItU291dGhDZW50cmFsVVMvcHJvdmlkZXJzL01pY3Jvc29mdC5TZXJ2aWNlQnVzL25hbWVzcGFjZXMvc2RrLU5hbWVzcGFjZS0xMDI0L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWdzL3Nkay1EaXNhc3RlclJlY292ZXJ5OTI2MT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "af3a2853-8ed3-44c7-af96-bd21e8cc93d7" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25211.01", + "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.2.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 27 Sep 2017 05:53:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Service-Bus-Resource-Provider/SN1", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ee5a5374-8e5d-43ef-ad8c-523f98812cf4_M0_M0" + ], + "Server-SB": [ + "Service-Bus-Resource-Provider/SN1" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "d1c98d9e-e053-43cf-93ef-acfdebc81443" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20170927T055317Z:d1c98d9e-e053-43cf-93ef-acfdebc81443" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "DisasterRecoveryCreateGetUpdateDelete": [ + "sdk-Namespace-3034", + "sdk-Namespace-1024", + "sdk-DisasterRecovery9261" + ] + }, + "Variables": { + "SubscriptionId": "e2f361f0-3b27-4503-a9cc-21cfba380093" + } +} \ No newline at end of file diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/TestHelper/ServiceBusManagementHelper.cs b/src/SDKs/ServiceBus/ServiceBus.Tests/TestHelper/ServiceBusManagementHelper.cs index eb3be17398bb..77335ae910f5 100644 --- a/src/SDKs/ServiceBus/ServiceBus.Tests/TestHelper/ServiceBusManagementHelper.cs +++ b/src/SDKs/ServiceBus/ServiceBus.Tests/TestHelper/ServiceBusManagementHelper.cs @@ -27,6 +27,7 @@ public static class ServiceBusManagementHelper internal const string TopicPrefix = "sdk-Topics-"; internal const string SubscritpitonPrefix = "sdk-Subscriptions-"; internal const string RulesPrefix = "sdk-Rules-"; + internal const string DisasterRecoveryPrefix = "sdk-DisasterRecovery"; public static ServiceBusManagementClient GetServiceBusManagementClient(MockContext context, RecordedDelegatingHandler handler) { diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs b/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs new file mode 100644 index 000000000000..5a695eb47915 --- /dev/null +++ b/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs @@ -0,0 +1,152 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. + +namespace ServiceBus.Tests.ScenarioTests +{ + using System; + using System.Collections.Generic; + using System.Linq; + using System.Net; + using Microsoft.Azure.Management.ServiceBus; + using Microsoft.Azure.Management.ServiceBus.Models; + using Microsoft.Rest.Azure; + using Microsoft.Rest.ClientRuntime.Azure.TestFramework; + using TestHelper; + using Xunit; + public partial class ScenarioTests + { + [Fact] + public void DisasterRecoveryCreateGetUpdateDelete() + { + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + InitializeClients(context); + + var location = "South Central US";// this.ResourceManagementClient.GetLocationFromProvider(); + + var resourceGroup = "Default-EventHub-SouthCentralUS";//this.ResourceManagementClient.TryGetResourceGroup(location); + //if (string.IsNullOrWhiteSpace(resourceGroup)) + //{ + // resourceGroup = TestUtilities.GenerateName(ServiceBusManagementHelper.ResourceGroupPrefix); + // this.ResourceManagementClient.TryRegisterResourceGroup(location, resourceGroup); + //} + + var namespaceName = TestUtilities.GenerateName(ServiceBusManagementHelper.NamespacePrefix); + + // Create namespace 1 + var createNamespaceResponse = this.ServiceBusManagementClient.Namespaces.CreateOrUpdate(resourceGroup, namespaceName, + new SBNamespace() + { + Location = location, + Sku = new SBSku + { + Name = SkuName.Premium, + Tier = SkuTier.Premium, + Capacity = 1 + }, + Tags = new Dictionary() + { + {"tag1", "value1"}, + {"tag2", "value2"} + } + }); + + Assert.NotNull(createNamespaceResponse); + Assert.Equal(createNamespaceResponse.Name, namespaceName); + TestUtilities.Wait(TimeSpan.FromSeconds(5)); + + // Create namespace 2 + var namespaceName2 = TestUtilities.GenerateName(ServiceBusManagementHelper.NamespacePrefix); + var createNamespaceResponse2 = this.ServiceBusManagementClient.Namespaces.CreateOrUpdate(resourceGroup, namespaceName2, + new SBNamespace() + { + Location = location, + Sku = new SBSku + { + Name = SkuName.Premium, + Tier = SkuTier.Premium, + Capacity = 1 + }, + Tags = new Dictionary() + { + {"tag1", "value1"}, + {"tag2", "value2"} + } + }); + + Assert.NotNull(createNamespaceResponse2); + Assert.Equal(createNamespaceResponse2.Name, namespaceName2); + TestUtilities.Wait(TimeSpan.FromSeconds(5)); + + // Create a Disaster Recovery - + var disasterRecoveryName = TestUtilities.GenerateName(ServiceBusManagementHelper.DisasterRecoveryPrefix); + + var DisasterRecoveryResponse = ServiceBusManagementClient.DisasterRecoveryConfigs.CreateOrUpdate(resourceGroup, namespaceName, disasterRecoveryName, new ArmDisasterRecovery() + { + PartnerNamespace = namespaceName2 + }); + Assert.NotNull(DisasterRecoveryResponse); + + TestUtilities.Wait(TimeSpan.FromSeconds(30)); + + //// Get the created DisasterRecovery config - Primary + var disasterRecoveryGetResponse = ServiceBusManagementClient.DisasterRecoveryConfigs.Get(resourceGroup, namespaceName, disasterRecoveryName); + Assert.NotNull(disasterRecoveryGetResponse); + Assert.Equal(disasterRecoveryGetResponse.Role, RoleDisasterRecovery.Primary); + + //// Get the created DisasterRecovery config - Secondary + var disasterRecoveryGetResponse_Sec = ServiceBusManagementClient.DisasterRecoveryConfigs.Get(resourceGroup, namespaceName2, disasterRecoveryName); + Assert.NotNull(disasterRecoveryGetResponse_Sec); + Assert.Equal(disasterRecoveryGetResponse_Sec.Role, RoleDisasterRecovery.Secondary); + + var disasterRecoveryGetResponse_Accepted = ServiceBusManagementClient.DisasterRecoveryConfigs.Get(resourceGroup, namespaceName, disasterRecoveryName); + + while (ServiceBusManagementClient.DisasterRecoveryConfigs.Get(resourceGroup, namespaceName, disasterRecoveryName).ProvisioningState != ProvisioningStateDR.Succeeded) + { + TestUtilities.Wait(TimeSpan.FromSeconds(10)); + } + + //// Break Pairing + ServiceBusManagementClient.DisasterRecoveryConfigs.BreakPairing(resourceGroup, namespaceName, disasterRecoveryName); + TestUtilities.Wait(TimeSpan.FromSeconds(10)); + + while (ServiceBusManagementClient.DisasterRecoveryConfigs.Get(resourceGroup, namespaceName, disasterRecoveryName).ProvisioningState != ProvisioningStateDR.Succeeded) + { + TestUtilities.Wait(TimeSpan.FromSeconds(10)); + } + + var DisasterRecoveryResponse_update = ServiceBusManagementClient.DisasterRecoveryConfigs.CreateOrUpdate(resourceGroup, namespaceName, disasterRecoveryName, new ArmDisasterRecovery() + { + PartnerNamespace = namespaceName2 + }); + + Assert.NotNull(DisasterRecoveryResponse_update); + TestUtilities.Wait(TimeSpan.FromSeconds(10)); + + while (ServiceBusManagementClient.DisasterRecoveryConfigs.Get(resourceGroup, namespaceName, disasterRecoveryName).ProvisioningState != ProvisioningStateDR.Succeeded) + { + TestUtilities.Wait(TimeSpan.FromSeconds(10)); + } + + // Fail over + ServiceBusManagementClient.DisasterRecoveryConfigs.FailOver(resourceGroup, namespaceName2, disasterRecoveryName); + + TestUtilities.Wait(TimeSpan.FromSeconds(10)); + + while (ServiceBusManagementClient.DisasterRecoveryConfigs.Get(resourceGroup, namespaceName2, disasterRecoveryName).ProvisioningState != ProvisioningStateDR.Succeeded) + { + TestUtilities.Wait(TimeSpan.FromSeconds(10)); + } + + // Get all Disaster Recovery for a given NameSpace + var getListisasterRecoveryResponse = ServiceBusManagementClient.DisasterRecoveryConfigs.List(resourceGroup, namespaceName2); + Assert.NotNull(getListisasterRecoveryResponse); + Assert.True(getListisasterRecoveryResponse.Count() >= 1); + + // Delete the DisasterRecovery + ServiceBusManagementClient.DisasterRecoveryConfigs.Delete(resourceGroup, namespaceName2, disasterRecoveryName); + + } + } + } +} \ No newline at end of file From 9f5867f169678071316dc854a7581f343c0feac5 Mon Sep 17 00:00:00 2001 From: Ajit Navasare Date: Wed, 27 Sep 2017 17:44:32 +0000 Subject: [PATCH 3/6] Latest swagger code --- .../DisasterRecoveryConfigsOperations.cs | 6 +++--- ...sterRecoveryConfigsOperationsExtensions.cs | 6 +++--- .../Generated/EventHubsOperations.cs | 6 +++--- .../EventHubsOperationsExtensions.cs | 6 +++--- .../IDisasterRecoveryConfigsOperations.cs | 6 +++--- .../Generated/IEventHubsOperations.cs | 6 +++--- .../Generated/INamespacesOperations.cs | 6 +++--- .../Generated/IOperations.cs | 6 +++--- .../IPremiumMessagingRegionsOperations.cs | 6 +++--- .../Generated/IQueuesOperations.cs | 6 +++--- .../Generated/IRegionsOperations.cs | 6 +++--- .../Generated/IRulesOperations.cs | 6 +++--- .../Generated/IServiceBusManagementClient.cs | 6 +++--- .../Generated/ISubscriptionsOperations.cs | 6 +++--- .../Generated/ITopicsOperations.cs | 6 +++--- .../Generated/Models/AccessKeys.cs | 9 ++++---- .../Generated/Models/AccessRights.cs | 13 ++++++------ .../Generated/Models/Action.cs | 9 ++++---- .../Generated/Models/ArmDisasterRecovery.cs | 21 +++++-------------- .../Models/AuthorizationRuleProperties.cs | 9 ++++---- .../Generated/Models/CaptureDescription.cs | 9 ++++---- .../Generated/Models/CheckNameAvailability.cs | 9 ++++---- .../Models/CheckNameAvailabilityResult.cs | 9 ++++---- .../Generated/Models/CorrelationFilter.cs | 9 ++++---- .../Generated/Models/Destination.cs | 9 ++++---- .../Models/EncodingCaptureDescription.cs | 13 ++++++------ .../Generated/Models/EntityStatus.cs | 13 ++++++------ .../Generated/Models/ErrorResponse.cs | 9 ++++---- .../Models/ErrorResponseException.cs | 7 +++---- .../Generated/Models/Eventhub.cs | 9 ++++---- .../Generated/Models/FilterType.cs | 13 ++++++------ .../Generated/Models/KeyType.cs | 13 ++++++------ .../Generated/Models/MessageCountDetails.cs | 9 ++++---- .../Generated/Models/Operation.cs | 9 ++++---- .../Generated/Models/OperationDisplay.cs | 9 ++++---- .../Generated/Models/Page.cs | 7 +++---- .../Models/PremiumMessagingRegions.cs | 9 ++++---- .../PremiumMessagingRegionsProperties.cs | 9 ++++---- .../Generated/Models/ProvisioningStateDR.cs | 13 ++++++------ .../Models/RegenerateAccessKeyParameters.cs | 9 ++++---- .../Generated/Models/Resource.cs | 9 ++++---- .../Models/ResourceNamespacePatch.cs | 9 ++++---- .../Generated/Models/RoleDisasterRecovery.cs | 13 ++++++------ .../Generated/Models/Rule.cs | 9 ++++---- .../Generated/Models/SBAuthorizationRule.cs | 9 ++++---- .../Generated/Models/SBNamespace.cs | 9 ++++---- .../Models/SBNamespaceUpdateParameters.cs | 9 ++++---- .../Generated/Models/SBQueue.cs | 9 ++++---- .../Generated/Models/SBSku.cs | 9 ++++---- .../Generated/Models/SBSubscription.cs | 9 ++++---- .../Generated/Models/SBTopic.cs | 9 ++++---- .../Generated/Models/SkuName.cs | 13 ++++++------ .../Generated/Models/SkuTier.cs | 13 ++++++------ .../Generated/Models/SqlFilter.cs | 9 ++++---- .../Generated/Models/SqlRuleAction.cs | 9 ++++---- .../Generated/Models/TrackedResource.cs | 9 ++++---- .../Generated/Models/UnavailableReason.cs | 13 ++++++------ .../Generated/NamespacesOperations.cs | 6 +++--- .../NamespacesOperationsExtensions.cs | 6 +++--- .../Generated/Operations.cs | 6 +++--- .../Generated/OperationsExtensions.cs | 6 +++--- .../PremiumMessagingRegionsOperations.cs | 6 +++--- ...iumMessagingRegionsOperationsExtensions.cs | 6 +++--- .../Generated/QueuesOperations.cs | 6 +++--- .../Generated/QueuesOperationsExtensions.cs | 6 +++--- .../Generated/RegionsOperations.cs | 6 +++--- .../Generated/RegionsOperationsExtensions.cs | 6 +++--- .../Generated/RulesOperations.cs | 6 +++--- .../Generated/RulesOperationsExtensions.cs | 6 +++--- .../Generated/ServiceBusManagementClient.cs | 6 +++--- .../Generated/SubscriptionsOperations.cs | 6 +++--- .../SubscriptionsOperationsExtensions.cs | 6 +++--- .../Generated/TopicsOperations.cs | 6 +++--- .../Generated/TopicsOperationsExtensions.cs | 6 +++--- 74 files changed, 293 insertions(+), 325 deletions(-) diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperations.cs index 6180350303b3..23ae6326f1a8 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperationsExtensions.cs index e88bce383382..a83eb16bde64 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/DisasterRecoveryConfigsOperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperations.cs index 26d32f0f410b..bd8d46a5ffa7 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperationsExtensions.cs index 16bf9ea607e0..2883e0aec734 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/EventHubsOperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigsOperations.cs index 6ab9ff0ec7ea..d74de1f5e1af 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IDisasterRecoveryConfigsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IEventHubsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IEventHubsOperations.cs index e613f56aaf4c..993bbe5dac27 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IEventHubsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IEventHubsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/INamespacesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/INamespacesOperations.cs index aa546bc45f14..6a4826194d74 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/INamespacesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/INamespacesOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IOperations.cs index 366ab4f54ad2..5d30439d654e 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IPremiumMessagingRegionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IPremiumMessagingRegionsOperations.cs index 7eebb3c60e65..ed4814d4ed9c 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IPremiumMessagingRegionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IPremiumMessagingRegionsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IQueuesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IQueuesOperations.cs index b7b2fcf2b842..e4f5289cc976 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IQueuesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IQueuesOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRegionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRegionsOperations.cs index 117906ec3a8a..1a6524070f32 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRegionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRegionsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRulesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRulesOperations.cs index 6797d57bb665..eb204981ff1a 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRulesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IRulesOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs index 3977b45b454d..12d2b863fbff 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/IServiceBusManagementClient.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ISubscriptionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ISubscriptionsOperations.cs index 5464448f9d11..9d655e083675 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ISubscriptionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ISubscriptionsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ITopicsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ITopicsOperations.cs index 04d500a5bcb0..9c2a2bf632c4 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ITopicsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ITopicsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessKeys.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessKeys.cs index 669611fc6efe..abe12960282d 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessKeys.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessKeys.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -24,7 +23,7 @@ public partial class AccessKeys /// public AccessKeys() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessRights.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessRights.cs index 61320222fe4e..1ab750480d36 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessRights.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AccessRights.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -31,8 +30,10 @@ public enum AccessRights } internal static class AccessRightsEnumExtension { - internal static string ToSerializedValue(this AccessRights? value) => - value == null ? null : ((AccessRights)value).ToSerializedValue(); + internal static string ToSerializedValue(this AccessRights? value) + { + return value == null ? null : ((AccessRights)value).ToSerializedValue(); + } internal static string ToSerializedValue(this AccessRights value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Action.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Action.cs index dc07d1d3a270..edba475fd3a5 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Action.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Action.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -25,7 +24,7 @@ public partial class Action /// public Action() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs index e6d1e830f2e8..4610373cc636 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ArmDisasterRecovery.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -28,7 +27,7 @@ public partial class ArmDisasterRecovery : Resource /// public ArmDisasterRecovery() { - CustomInit(); + CustomInit(); } /// @@ -47,15 +46,12 @@ public ArmDisasterRecovery() /// 'Primary' or 'PrimaryNotReplicating' or 'Secondary'. Possible /// values include: 'Primary', 'PrimaryNotReplicating', /// 'Secondary' - /// Timestamp of when Data/Metdata was last - /// synced with Primary and Secondary namespce - public ArmDisasterRecovery(string id = default(string), string name = default(string), string type = default(string), ProvisioningStateDR? provisioningState = default(ProvisioningStateDR?), string partnerNamespace = default(string), RoleDisasterRecovery? role = default(RoleDisasterRecovery?), System.DateTime? lastSynced = default(System.DateTime?)) + public ArmDisasterRecovery(string id = default(string), string name = default(string), string type = default(string), ProvisioningStateDR? provisioningState = default(ProvisioningStateDR?), string partnerNamespace = default(string), RoleDisasterRecovery? role = default(RoleDisasterRecovery?)) : base(id, name, type) { ProvisioningState = provisioningState; PartnerNamespace = partnerNamespace; Role = role; - LastSynced = lastSynced; CustomInit(); } @@ -88,12 +84,5 @@ public ArmDisasterRecovery() [JsonProperty(PropertyName = "properties.role")] public RoleDisasterRecovery? Role { get; private set; } - /// - /// Gets timestamp of when Data/Metdata was last synced with Primary - /// and Secondary namespce - /// - [JsonProperty(PropertyName = "properties.lastSynced")] - public System.DateTime? LastSynced { get; private set; } - } } diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AuthorizationRuleProperties.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AuthorizationRuleProperties.cs index cef237094ee9..4d89d1c093da 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AuthorizationRuleProperties.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/AuthorizationRuleProperties.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; @@ -28,7 +27,7 @@ public partial class AuthorizationRuleProperties /// public AuthorizationRuleProperties() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CaptureDescription.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CaptureDescription.cs index f7e1eda8ceb2..0454230094ad 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CaptureDescription.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CaptureDescription.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -25,7 +24,7 @@ public partial class CaptureDescription /// public CaptureDescription() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailability.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailability.cs index 17bbd7242702..0aafcc43a378 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailability.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailability.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; @@ -25,7 +24,7 @@ public partial class CheckNameAvailability /// public CheckNameAvailability() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailabilityResult.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailabilityResult.cs index 54989ed5276d..7e26c1c998d6 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailabilityResult.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CheckNameAvailabilityResult.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -25,7 +24,7 @@ public partial class CheckNameAvailabilityResult /// public CheckNameAvailabilityResult() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CorrelationFilter.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CorrelationFilter.cs index 6fae186ddf80..458a545a4496 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CorrelationFilter.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/CorrelationFilter.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -24,7 +23,7 @@ public partial class CorrelationFilter /// public CorrelationFilter() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Destination.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Destination.cs index c41ae99e9633..8813d3bb6781 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Destination.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Destination.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -27,7 +26,7 @@ public partial class Destination /// public Destination() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EncodingCaptureDescription.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EncodingCaptureDescription.cs index 532a4a853505..aa9d8b9079d8 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EncodingCaptureDescription.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EncodingCaptureDescription.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -29,8 +28,10 @@ public enum EncodingCaptureDescription } internal static class EncodingCaptureDescriptionEnumExtension { - internal static string ToSerializedValue(this EncodingCaptureDescription? value) => - value == null ? null : ((EncodingCaptureDescription)value).ToSerializedValue(); + internal static string ToSerializedValue(this EncodingCaptureDescription? value) + { + return value == null ? null : ((EncodingCaptureDescription)value).ToSerializedValue(); + } internal static string ToSerializedValue(this EncodingCaptureDescription value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EntityStatus.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EntityStatus.cs index 50c6b5bb3dd8..438b4ab51808 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EntityStatus.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/EntityStatus.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -43,8 +42,10 @@ public enum EntityStatus } internal static class EntityStatusEnumExtension { - internal static string ToSerializedValue(this EntityStatus? value) => - value == null ? null : ((EntityStatus)value).ToSerializedValue(); + internal static string ToSerializedValue(this EntityStatus? value) + { + return value == null ? null : ((EntityStatus)value).ToSerializedValue(); + } internal static string ToSerializedValue(this EntityStatus value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponse.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponse.cs index 62e97077ba50..d9204a42e36b 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponse.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponse.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -25,7 +24,7 @@ public partial class ErrorResponse /// public ErrorResponse() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponseException.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponseException.cs index 952a731ebff1..ac0860194c91 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponseException.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ErrorResponseException.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Eventhub.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Eventhub.cs index f9d58685ebad..64bc02a84e90 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Eventhub.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Eventhub.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -29,7 +28,7 @@ public partial class Eventhub : Resource /// public Eventhub() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/FilterType.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/FilterType.cs index 105d429e8466..061d1ab9ab5f 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/FilterType.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/FilterType.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -29,8 +28,10 @@ public enum FilterType } internal static class FilterTypeEnumExtension { - internal static string ToSerializedValue(this FilterType? value) => - value == null ? null : ((FilterType)value).ToSerializedValue(); + internal static string ToSerializedValue(this FilterType? value) + { + return value == null ? null : ((FilterType)value).ToSerializedValue(); + } internal static string ToSerializedValue(this FilterType value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/KeyType.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/KeyType.cs index f8a48350072e..d126fe93e8e9 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/KeyType.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/KeyType.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -29,8 +28,10 @@ public enum KeyType } internal static class KeyTypeEnumExtension { - internal static string ToSerializedValue(this KeyType? value) => - value == null ? null : ((KeyType)value).ToSerializedValue(); + internal static string ToSerializedValue(this KeyType? value) + { + return value == null ? null : ((KeyType)value).ToSerializedValue(); + } internal static string ToSerializedValue(this KeyType value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/MessageCountDetails.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/MessageCountDetails.cs index 12be0ef6b22f..9a7c55613007 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/MessageCountDetails.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/MessageCountDetails.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -24,7 +23,7 @@ public partial class MessageCountDetails /// public MessageCountDetails() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Operation.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Operation.cs index 62d98befa2fe..3170b6a89d94 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Operation.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Operation.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -24,7 +23,7 @@ public partial class Operation /// public Operation() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/OperationDisplay.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/OperationDisplay.cs index f6ee414bda92..b1ef24886654 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/OperationDisplay.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/OperationDisplay.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -24,7 +23,7 @@ public partial class OperationDisplay /// public OperationDisplay() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Page.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Page.cs index 9b80f94b7b39..0cd201dc70a6 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Page.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Page.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Azure; using Newtonsoft.Json; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegions.cs index d33002f54222..4a301153f588 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegions.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -26,7 +25,7 @@ public partial class PremiumMessagingRegions : ResourceNamespacePatch /// public PremiumMessagingRegions() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegionsProperties.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegionsProperties.cs index 41ac94ce468f..de6da67dc523 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegionsProperties.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/PremiumMessagingRegionsProperties.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -22,7 +21,7 @@ public partial class PremiumMessagingRegionsProperties /// public PremiumMessagingRegionsProperties() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ProvisioningStateDR.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ProvisioningStateDR.cs index 95cb0b789153..e37a18893b71 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ProvisioningStateDR.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ProvisioningStateDR.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -31,8 +30,10 @@ public enum ProvisioningStateDR } internal static class ProvisioningStateDREnumExtension { - internal static string ToSerializedValue(this ProvisioningStateDR? value) => - value == null ? null : ((ProvisioningStateDR)value).ToSerializedValue(); + internal static string ToSerializedValue(this ProvisioningStateDR? value) + { + return value == null ? null : ((ProvisioningStateDR)value).ToSerializedValue(); + } internal static string ToSerializedValue(this ProvisioningStateDR value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RegenerateAccessKeyParameters.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RegenerateAccessKeyParameters.cs index 462bfb777e51..7399ec8590be 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RegenerateAccessKeyParameters.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RegenerateAccessKeyParameters.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -26,7 +25,7 @@ public partial class RegenerateAccessKeyParameters /// public RegenerateAccessKeyParameters() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Resource.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Resource.cs index 9c53d044e9aa..5921bb996b5c 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Resource.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Resource.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Azure; using Newtonsoft.Json; @@ -26,7 +25,7 @@ public partial class Resource : IResource /// public Resource() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ResourceNamespacePatch.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ResourceNamespacePatch.cs index feb920d0f380..efae42a93ba2 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ResourceNamespacePatch.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/ResourceNamespacePatch.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -26,7 +25,7 @@ public partial class ResourceNamespacePatch : Resource /// public ResourceNamespacePatch() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RoleDisasterRecovery.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RoleDisasterRecovery.cs index acca27f53430..5424b1fda304 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RoleDisasterRecovery.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/RoleDisasterRecovery.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -31,8 +30,10 @@ public enum RoleDisasterRecovery } internal static class RoleDisasterRecoveryEnumExtension { - internal static string ToSerializedValue(this RoleDisasterRecovery? value) => - value == null ? null : ((RoleDisasterRecovery)value).ToSerializedValue(); + internal static string ToSerializedValue(this RoleDisasterRecovery? value) + { + return value == null ? null : ((RoleDisasterRecovery)value).ToSerializedValue(); + } internal static string ToSerializedValue(this RoleDisasterRecovery value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Rule.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Rule.cs index 16c09542a329..bc710c0eae42 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Rule.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/Rule.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -27,7 +26,7 @@ public partial class Rule : Resource /// public Rule() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBAuthorizationRule.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBAuthorizationRule.cs index 4c76deb1f6fb..94c054e56c43 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBAuthorizationRule.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBAuthorizationRule.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -29,7 +28,7 @@ public partial class SBAuthorizationRule : Resource /// public SBAuthorizationRule() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespace.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespace.cs index 432cc8938439..94df109f55a3 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespace.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespace.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -29,7 +28,7 @@ public partial class SBNamespace : TrackedResource /// public SBNamespace() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespaceUpdateParameters.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespaceUpdateParameters.cs index 52a6a30c440e..f09078228c6a 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespaceUpdateParameters.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBNamespaceUpdateParameters.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -30,7 +29,7 @@ public partial class SBNamespaceUpdateParameters : ResourceNamespacePatch /// public SBNamespaceUpdateParameters() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBQueue.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBQueue.cs index 58e317e3cf3e..980d22cfe638 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBQueue.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBQueue.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -27,7 +26,7 @@ public partial class SBQueue : Resource /// public SBQueue() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSku.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSku.cs index 2c8aea9c97bc..98acf8917c66 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSku.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSku.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -24,7 +23,7 @@ public partial class SBSku /// public SBSku() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSubscription.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSubscription.cs index 16bd0c67a739..0d4d75076ff7 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSubscription.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBSubscription.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -27,7 +26,7 @@ public partial class SBSubscription : Resource /// public SBSubscription() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBTopic.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBTopic.cs index f1473ec8fffc..40ebdc4428db 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBTopic.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SBTopic.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; @@ -27,7 +26,7 @@ public partial class SBTopic : Resource /// public SBTopic() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuName.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuName.cs index ad618f9bb0d5..9b1c500dce15 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuName.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuName.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -31,8 +30,10 @@ public enum SkuName } internal static class SkuNameEnumExtension { - internal static string ToSerializedValue(this SkuName? value) => - value == null ? null : ((SkuName)value).ToSerializedValue(); + internal static string ToSerializedValue(this SkuName? value) + { + return value == null ? null : ((SkuName)value).ToSerializedValue(); + } internal static string ToSerializedValue(this SkuName value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuTier.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuTier.cs index 6fd273eb683c..ea6798a131e7 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuTier.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SkuTier.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -31,8 +30,10 @@ public enum SkuTier } internal static class SkuTierEnumExtension { - internal static string ToSerializedValue(this SkuTier? value) => - value == null ? null : ((SkuTier)value).ToSerializedValue(); + internal static string ToSerializedValue(this SkuTier? value) + { + return value == null ? null : ((SkuTier)value).ToSerializedValue(); + } internal static string ToSerializedValue(this SkuTier value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlFilter.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlFilter.cs index 4d7742bcc240..eb1bbf03609a 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlFilter.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlFilter.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using System.Linq; @@ -25,7 +24,7 @@ public partial class SqlFilter /// public SqlFilter() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlRuleAction.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlRuleAction.cs index b8ac6ddbc31e..554e36aed8f1 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlRuleAction.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/SqlRuleAction.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using System.Linq; /// @@ -24,7 +23,7 @@ public partial class SqlRuleAction : Action /// public SqlRuleAction() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/TrackedResource.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/TrackedResource.cs index 44fa45ce15ca..79a56108c6ac 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/TrackedResource.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/TrackedResource.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; @@ -27,7 +26,7 @@ public partial class TrackedResource : Resource /// public TrackedResource() { - CustomInit(); + CustomInit(); } /// diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/UnavailableReason.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/UnavailableReason.cs index 4e3cf2459775..bcd0741d8615 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/UnavailableReason.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Models/UnavailableReason.cs @@ -1,16 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus.Models { - using Microsoft.Azure; - using Microsoft.Azure.Management; - using Microsoft.Azure.Management.ServiceBus; using Newtonsoft.Json; using Newtonsoft.Json.Converters; using System.Runtime; @@ -37,8 +36,10 @@ public enum UnavailableReason } internal static class UnavailableReasonEnumExtension { - internal static string ToSerializedValue(this UnavailableReason? value) => - value == null ? null : ((UnavailableReason)value).ToSerializedValue(); + internal static string ToSerializedValue(this UnavailableReason? value) + { + return value == null ? null : ((UnavailableReason)value).ToSerializedValue(); + } internal static string ToSerializedValue(this UnavailableReason value) { diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperations.cs index e6abcc7127d1..70527d1f79fb 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperationsExtensions.cs index 1cdd37e2da59..c90f7ac3ea1c 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/NamespacesOperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Operations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Operations.cs index 1a82348cd645..27875015478c 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Operations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/Operations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/OperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/OperationsExtensions.cs index ba88ea8c8b49..594434df39b3 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/OperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/OperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperations.cs index 351a614743c5..8ad2d7260031 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperationsExtensions.cs index eb64c05ab7ff..746b9b1953cb 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/PremiumMessagingRegionsOperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperations.cs index 31c60341891c..09aa24cc4ba4 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperationsExtensions.cs index f30a613900f3..bf9974e5655c 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/QueuesOperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperations.cs index 8ce22ee634b7..73dcb97248ff 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperationsExtensions.cs index f27cb4819a5d..a743454c079a 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RegionsOperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperations.cs index a3a399e2d9c2..f9bde4f5d7ae 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperationsExtensions.cs index e974f4309f0e..a7139e6e56ae 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/RulesOperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs index 0b6435824492..8663cefd04c0 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/ServiceBusManagementClient.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Serialization; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperations.cs index ba755321ad40..c24a20ba310e 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperationsExtensions.cs index 6aee71097c60..469a04d94251 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/SubscriptionsOperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperations.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperations.cs index b6b6709bad5a..fc0f9667b346 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperations.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperations.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperationsExtensions.cs b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperationsExtensions.cs index 537055d3ef9a..a0fe966f3ba5 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperationsExtensions.cs +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Generated/TopicsOperationsExtensions.cs @@ -1,15 +1,15 @@ +// // 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 1.2.2.0 +// 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.ServiceBus { - using Microsoft.Azure; - using Microsoft.Azure.Management; using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; From cf088588b69e7b6af868f00ef9091723223fb2d5 Mon Sep 17 00:00:00 2001 From: "REDMOND\\v-ajnava" Date: Wed, 27 Sep 2017 17:03:56 -0700 Subject: [PATCH 4/6] Removed the Length tests for subscription and authorizationrules as this is reverted. --- .../ServiceBus.Tests/ServiceBus.Tests.csproj | 6 + ...UpdateDeleteAuthorizationRules_Length.json | 1297 ----------------- ...criptionsCreateGetUpdateDelete_Length.json | 958 ------------ ...UpdateDeleteAuthorizationRules_Length.json | 1297 ----------------- ...euesTests.CRUDAuthorizationRules_Length.cs | 178 --- ...rioTests.SubscriptionsTests.CRUD_Length.cs | 124 -- ...picsTests.CRUDAuthorizationRules_Length.cs | 176 --- 7 files changed, 6 insertions(+), 4030 deletions(-) delete mode 100644 src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/QueuesCreateGetUpdateDeleteAuthorizationRules_Length.json delete mode 100644 src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/SubscriptionsCreateGetUpdateDelete_Length.json delete mode 100644 src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/TopicsCreateGetUpdateDeleteAuthorizationRules_Length.json delete mode 100644 src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.QueuesTests.CRUDAuthorizationRules_Length.cs delete mode 100644 src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.SubscriptionsTests.CRUD_Length.cs delete mode 100644 src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.TopicsTests.CRUDAuthorizationRules_Length.cs diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/ServiceBus.Tests.csproj b/src/SDKs/ServiceBus/ServiceBus.Tests/ServiceBus.Tests.csproj index 499a3e782dfa..c29dc3d2f1de 100644 --- a/src/SDKs/ServiceBus/ServiceBus.Tests/ServiceBus.Tests.csproj +++ b/src/SDKs/ServiceBus/ServiceBus.Tests/ServiceBus.Tests.csproj @@ -10,6 +10,12 @@ netcoreapp1.1 + + + + + + diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/QueuesCreateGetUpdateDeleteAuthorizationRules_Length.json b/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/QueuesCreateGetUpdateDeleteAuthorizationRules_Length.json deleted file mode 100644 index 389677791398..000000000000 --- a/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/QueuesCreateGetUpdateDeleteAuthorizationRules_Length.json +++ /dev/null @@ -1,1297 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/providers/Microsoft.ServiceBus?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "457494c5-55d1-497e-9a29-1f5207bcb31e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/providers/Microsoft.ServiceBus\",\r\n \"namespace\": \"Microsoft.ServiceBus\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"premiumMessagingRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:33:58 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14903" - ], - "x-ms-request-id": [ - "597e006b-c889-45b7-97c9-ce92e5d66583" - ], - "x-ms-correlation-request-id": [ - "597e006b-c889-45b7-97c9-ce92e5d66583" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003358Z:597e006b-c889-45b7-97c9-ce92e5d66583" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourcegroups?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlZ3JvdXBzP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a0bd25cb-5fb0-49d8-bfeb-3626e4641bd7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/AAA-Default-ServiceBus-NewRegions-Testing\",\r\n \"name\": \"AAA-Default-ServiceBus-NewRegions-Testing\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/AkkaTesting\",\r\n \"name\": \"AkkaTesting\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Api-Default-North-Europe\",\r\n \"name\": \"Api-Default-North-Europe\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/archivetest\",\r\n \"name\": \"archivetest\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ardsouza-resourcemovetest-group1\",\r\n \"name\": \"ardsouza-resourcemovetest-group1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ardsouza-resourcemovetest-group2\",\r\n \"name\": \"ardsouza-resourcemovetest-group2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ARM-ManagementClient-Testing-RG\",\r\n \"name\": \"ARM-ManagementClient-Testing-RG\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/binzytest\",\r\n \"name\": \"binzytest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/connectedcar\",\r\n \"name\": \"connectedcar\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-backup\",\r\n \"name\": \"das-test-backup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-dasc2\",\r\n \"name\": \"das-test-dasc2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-ds1\",\r\n \"name\": \"das-test-ds1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-ds2\",\r\n \"name\": \"das-test-ds2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-eca\",\r\n \"name\": \"das-test-eca\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-tsg\",\r\n \"name\": \"das-test-tsg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dashboards\",\r\n \"name\": \"dashboards\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/daylight\",\r\n \"name\": \"daylight\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ApplicationInsights-CentralUS\",\r\n \"name\": \"Default-ApplicationInsights-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ApplicationInsights-EastUS\",\r\n \"name\": \"Default-ApplicationInsights-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-BizTalk-West-US\",\r\n \"name\": \"Default-BizTalk-West-US\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-BrazilSouth\",\r\n \"name\": \"Default-EventHub-BrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-CentralUS\",\r\n \"name\": \"Default-EventHub-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-EASTUS2EUAP\",\r\n \"name\": \"Default-EventHub-EASTUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-SouthCentralUS\",\r\n \"name\": \"Default-EventHub-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-WestCentralUS\",\r\n \"name\": \"Default-EventHub-WestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-WestUS\",\r\n \"name\": \"Default-EventHub-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Networking\",\r\n \"name\": \"Default-Networking\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast\",\r\n \"name\": \"Default-ServiceBus-AustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaSoutheast\",\r\n \"name\": \"Default-ServiceBus-AustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-BrazilSouth\",\r\n \"name\": \"Default-ServiceBus-BrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-CentralIndia\",\r\n \"name\": \"Default-ServiceBus-CentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-CentralUS\",\r\n \"name\": \"Default-ServiceBus-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-EastAsia\",\r\n \"name\": \"Default-ServiceBus-EastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-EastUS\",\r\n \"name\": \"Default-ServiceBus-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-EastUS2\",\r\n \"name\": \"Default-ServiceBus-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-JapanEast\",\r\n \"name\": \"Default-ServiceBus-JapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-JapanWest\",\r\n \"name\": \"Default-ServiceBus-JapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-NorthCentralUS\",\r\n \"name\": \"Default-ServiceBus-NorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-NorthEurope\",\r\n \"name\": \"Default-ServiceBus-NorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-SouthCentralUS\",\r\n \"name\": \"Default-ServiceBus-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-SoutheastAsia\",\r\n \"name\": \"Default-ServiceBus-SoutheastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-SouthIndia\",\r\n \"name\": \"Default-ServiceBus-SouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestCentralUS\",\r\n \"name\": \"Default-ServiceBus-WestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestEurope\",\r\n \"name\": \"Default-ServiceBus-WestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestIndia\",\r\n \"name\": \"Default-ServiceBus-WestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS\",\r\n \"name\": \"Default-ServiceBus-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-SQL-NorthCentralUS\",\r\n \"name\": \"Default-SQL-NorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-SQL-WestUS\",\r\n \"name\": \"Default-SQL-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-CentralUS\",\r\n \"name\": \"Default-Storage-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-EastAsia\",\r\n \"name\": \"Default-Storage-EastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-EastUS\",\r\n \"name\": \"Default-Storage-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-NorthCentralUS\",\r\n \"name\": \"Default-Storage-NorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-NorthEurope\",\r\n \"name\": \"Default-Storage-NorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-SoutheastAsia\",\r\n \"name\": \"Default-Storage-SoutheastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-WestEurope\",\r\n \"name\": \"Default-Storage-WestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-WestUS\",\r\n \"name\": \"Default-Storage-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-TrafficManager\",\r\n \"name\": \"Default-TrafficManager\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Web-EastUS\",\r\n \"name\": \"Default-Web-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Web-WestUS\",\r\n \"name\": \"Default-Web-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default_ServiceBus1_WestUS\",\r\n \"name\": \"Default_ServiceBus1_WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/DefaultResourceGroup-WEU\",\r\n \"name\": \"DefaultResourceGroup-WEU\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb0-bvtvm\",\r\n \"name\": \"dl-cdb0-bvtvm\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb0-bvtvmac\",\r\n \"name\": \"dl-cdb0-bvtvmac\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb1-bvtvm1\",\r\n \"name\": \"dl-cdb1-bvtvm1\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb1-bvtvmac\",\r\n \"name\": \"dl-cdb1-bvtvmac\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-nh-cdb1\",\r\n \"name\": \"dl-nh-cdb1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sb-cdb1\",\r\n \"name\": \"dl-sb-cdb1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sb-cdb2\",\r\n \"name\": \"dl-sb-cdb2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sbcit-cdb2\",\r\n \"name\": \"dl-sbcit-cdb2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sbcit-cdb3\",\r\n \"name\": \"dl-sbcit-cdb3\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sbcitstg-cdb\",\r\n \"name\": \"dl-sbcitstg-cdb\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-ap01\",\r\n \"name\": \"dlcl-ap01\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-failover-m1\",\r\n \"name\": \"dlcl-sb-failover-m1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-failover-m2\",\r\n \"name\": \"dlcl-sb-failover-m2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-failover-p1\",\r\n \"name\": \"dlcl-sb-failover-p1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-jen-m1\",\r\n \"name\": \"dlcl-sb-jen-m1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-jen-p1\",\r\n \"name\": \"dlcl-sb-jen-p1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-jen-r1\",\r\n \"name\": \"dlcl-sb-jen-r1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-m1\",\r\n \"name\": \"dlcl-sb-m1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-m4\",\r\n \"name\": \"dlcl-sb-m4\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-p1\",\r\n \"name\": \"dlcl-sb-p1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-r1\",\r\n \"name\": \"dlcl-sb-r1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-r2\",\r\n \"name\": \"dlcl-sb-r2\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/drause\",\r\n \"name\": \"drause\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/drtestnortheurg\",\r\n \"name\": \"drtestnortheurg\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/drtestwestus2\",\r\n \"name\": \"drtestwestus2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dstucki-eh-usw\",\r\n \"name\": \"dstucki-eh-usw\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dstucki-webapp-usw\",\r\n \"name\": \"dstucki-webapp-usw\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eh-dotnet-av-271-rg\",\r\n \"name\": \"eh-dotnet-av-271-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eh-dotnet-av-321-rg\",\r\n \"name\": \"eh-dotnet-av-321-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eh-dotnet-av-82-rg\",\r\n \"name\": \"eh-dotnet-av-82-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehazonsf\",\r\n \"name\": \"ehazonsf\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1000\",\r\n \"name\": \"ehcs-1000\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1001\",\r\n \"name\": \"ehcs-1001\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1002\",\r\n \"name\": \"ehcs-1002\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1003\",\r\n \"name\": \"ehcs-1003\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1004\",\r\n \"name\": \"ehcs-1004\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1005\",\r\n \"name\": \"ehcs-1005\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1006\",\r\n \"name\": \"ehcs-1006\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1007\",\r\n \"name\": \"ehcs-1007\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1008\",\r\n \"name\": \"ehcs-1008\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1009\",\r\n \"name\": \"ehcs-1009\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1010\",\r\n \"name\": \"ehcs-1010\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1011\",\r\n \"name\": \"ehcs-1011\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1012\",\r\n \"name\": \"ehcs-1012\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1013\",\r\n \"name\": \"ehcs-1013\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1014\",\r\n \"name\": \"ehcs-1014\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1015\",\r\n \"name\": \"ehcs-1015\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1016\",\r\n \"name\": \"ehcs-1016\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1017\",\r\n \"name\": \"ehcs-1017\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1018\",\r\n \"name\": \"ehcs-1018\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1019\",\r\n \"name\": \"ehcs-1019\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1020\",\r\n \"name\": \"ehcs-1020\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1021\",\r\n \"name\": \"ehcs-1021\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1022\",\r\n \"name\": \"ehcs-1022\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1023\",\r\n \"name\": \"ehcs-1023\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1024\",\r\n \"name\": \"ehcs-1024\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1025\",\r\n \"name\": \"ehcs-1025\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1026\",\r\n \"name\": \"ehcs-1026\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1027\",\r\n \"name\": \"ehcs-1027\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1028\",\r\n \"name\": \"ehcs-1028\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1029\",\r\n \"name\": \"ehcs-1029\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1030\",\r\n \"name\": \"ehcs-1030\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1031\",\r\n \"name\": \"ehcs-1031\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1032\",\r\n \"name\": \"ehcs-1032\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1033\",\r\n \"name\": \"ehcs-1033\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1034\",\r\n \"name\": \"ehcs-1034\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1035\",\r\n \"name\": \"ehcs-1035\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1036\",\r\n \"name\": \"ehcs-1036\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1037\",\r\n \"name\": \"ehcs-1037\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1038\",\r\n \"name\": \"ehcs-1038\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1039\",\r\n \"name\": \"ehcs-1039\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1040\",\r\n \"name\": \"ehcs-1040\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1041\",\r\n \"name\": \"ehcs-1041\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1042\",\r\n \"name\": \"ehcs-1042\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1043\",\r\n \"name\": \"ehcs-1043\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1044\",\r\n \"name\": \"ehcs-1044\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1045\",\r\n \"name\": \"ehcs-1045\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1046\",\r\n \"name\": \"ehcs-1046\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1047\",\r\n \"name\": \"ehcs-1047\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1048\",\r\n \"name\": \"ehcs-1048\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1049\",\r\n \"name\": \"ehcs-1049\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1050\",\r\n \"name\": \"ehcs-1050\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1051\",\r\n \"name\": \"ehcs-1051\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1052\",\r\n \"name\": \"ehcs-1052\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1053\",\r\n \"name\": \"ehcs-1053\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1054\",\r\n \"name\": \"ehcs-1054\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1055\",\r\n \"name\": \"ehcs-1055\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1056\",\r\n \"name\": \"ehcs-1056\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1057\",\r\n \"name\": \"ehcs-1057\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1058\",\r\n \"name\": \"ehcs-1058\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1059\",\r\n \"name\": \"ehcs-1059\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1060\",\r\n \"name\": \"ehcs-1060\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1061\",\r\n \"name\": \"ehcs-1061\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1062\",\r\n \"name\": \"ehcs-1062\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1063\",\r\n \"name\": \"ehcs-1063\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1064\",\r\n \"name\": \"ehcs-1064\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1065\",\r\n \"name\": \"ehcs-1065\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1066\",\r\n \"name\": \"ehcs-1066\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1067\",\r\n \"name\": \"ehcs-1067\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1068\",\r\n \"name\": \"ehcs-1068\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1069\",\r\n \"name\": \"ehcs-1069\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1070\",\r\n \"name\": \"ehcs-1070\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1071\",\r\n \"name\": \"ehcs-1071\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1072\",\r\n \"name\": \"ehcs-1072\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1073\",\r\n \"name\": \"ehcs-1073\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1074\",\r\n \"name\": \"ehcs-1074\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1075\",\r\n \"name\": \"ehcs-1075\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1076\",\r\n \"name\": \"ehcs-1076\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1077\",\r\n \"name\": \"ehcs-1077\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1078\",\r\n \"name\": \"ehcs-1078\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1079\",\r\n \"name\": \"ehcs-1079\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1080\",\r\n \"name\": \"ehcs-1080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1081\",\r\n \"name\": \"ehcs-1081\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1082\",\r\n \"name\": \"ehcs-1082\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1083\",\r\n \"name\": \"ehcs-1083\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1084\",\r\n \"name\": \"ehcs-1084\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1085\",\r\n \"name\": \"ehcs-1085\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1086\",\r\n \"name\": \"ehcs-1086\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1087\",\r\n \"name\": \"ehcs-1087\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1088\",\r\n \"name\": \"ehcs-1088\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1089\",\r\n \"name\": \"ehcs-1089\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1090\",\r\n \"name\": \"ehcs-1090\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1091\",\r\n \"name\": \"ehcs-1091\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1092\",\r\n \"name\": \"ehcs-1092\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1093\",\r\n \"name\": \"ehcs-1093\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1094\",\r\n \"name\": \"ehcs-1094\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1095\",\r\n \"name\": \"ehcs-1095\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1096\",\r\n \"name\": \"ehcs-1096\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1097\",\r\n \"name\": \"ehcs-1097\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1098\",\r\n \"name\": \"ehcs-1098\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1099\",\r\n \"name\": \"ehcs-1099\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1100\",\r\n \"name\": \"ehcs-1100\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1101\",\r\n \"name\": \"ehcs-1101\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1102\",\r\n \"name\": \"ehcs-1102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1103\",\r\n \"name\": \"ehcs-1103\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1104\",\r\n \"name\": \"ehcs-1104\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1105\",\r\n \"name\": \"ehcs-1105\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1106\",\r\n \"name\": \"ehcs-1106\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1107\",\r\n \"name\": \"ehcs-1107\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1108\",\r\n \"name\": \"ehcs-1108\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1109\",\r\n \"name\": \"ehcs-1109\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1110\",\r\n \"name\": \"ehcs-1110\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1111\",\r\n \"name\": \"ehcs-1111\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1112\",\r\n \"name\": \"ehcs-1112\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1113\",\r\n \"name\": \"ehcs-1113\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1114\",\r\n \"name\": \"ehcs-1114\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1115\",\r\n \"name\": \"ehcs-1115\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1116\",\r\n \"name\": \"ehcs-1116\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1117\",\r\n \"name\": \"ehcs-1117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1118\",\r\n \"name\": \"ehcs-1118\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1119\",\r\n \"name\": \"ehcs-1119\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1120\",\r\n \"name\": \"ehcs-1120\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1121\",\r\n \"name\": \"ehcs-1121\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1122\",\r\n \"name\": \"ehcs-1122\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1123\",\r\n \"name\": \"ehcs-1123\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1124\",\r\n \"name\": \"ehcs-1124\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1125\",\r\n \"name\": \"ehcs-1125\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1126\",\r\n \"name\": \"ehcs-1126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1127\",\r\n \"name\": \"ehcs-1127\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1128\",\r\n \"name\": \"ehcs-1128\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1129\",\r\n \"name\": \"ehcs-1129\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1130\",\r\n \"name\": \"ehcs-1130\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1131\",\r\n \"name\": \"ehcs-1131\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1132\",\r\n \"name\": \"ehcs-1132\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1133\",\r\n \"name\": \"ehcs-1133\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1134\",\r\n \"name\": \"ehcs-1134\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1135\",\r\n \"name\": \"ehcs-1135\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1136\",\r\n \"name\": \"ehcs-1136\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1137\",\r\n \"name\": \"ehcs-1137\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1138\",\r\n \"name\": \"ehcs-1138\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1139\",\r\n \"name\": \"ehcs-1139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1140\",\r\n \"name\": \"ehcs-1140\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1141\",\r\n \"name\": \"ehcs-1141\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1142\",\r\n \"name\": \"ehcs-1142\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1143\",\r\n \"name\": \"ehcs-1143\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1144\",\r\n \"name\": \"ehcs-1144\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1145\",\r\n \"name\": \"ehcs-1145\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1146\",\r\n \"name\": \"ehcs-1146\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1147\",\r\n \"name\": \"ehcs-1147\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1148\",\r\n \"name\": \"ehcs-1148\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1149\",\r\n \"name\": \"ehcs-1149\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1150\",\r\n \"name\": \"ehcs-1150\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1151\",\r\n \"name\": \"ehcs-1151\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1152\",\r\n \"name\": \"ehcs-1152\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1153\",\r\n \"name\": \"ehcs-1153\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1154\",\r\n \"name\": \"ehcs-1154\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1155\",\r\n \"name\": \"ehcs-1155\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1156\",\r\n \"name\": \"ehcs-1156\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1157\",\r\n \"name\": \"ehcs-1157\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/elasticsearch-vm-01\",\r\n \"name\": \"elasticsearch-vm-01\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventgrid\",\r\n \"name\": \"eventgrid\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventgridpocv2rg\",\r\n \"name\": \"eventgridpocv2rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventgridtestfunctionapp\",\r\n \"name\": \"eventgridtestfunctionapp\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventhubs\",\r\n \"name\": \"eventhubs\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Flobbel\",\r\n \"name\": \"Flobbel\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/FrancoSpecialResourceGroup\",\r\n \"name\": \"FrancoSpecialResourceGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/functionApp123\",\r\n \"name\": \"functionApp123\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/griddurability\",\r\n \"name\": \"griddurability\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/intern\",\r\n \"name\": \"intern\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/intern-test\",\r\n \"name\": \"intern-test\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/InternProject2016\",\r\n \"name\": \"InternProject2016\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/JustGroup\",\r\n \"name\": \"JustGroup\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/JustinRG\",\r\n \"name\": \"JustinRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/JustResources\",\r\n \"name\": \"JustResources\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/largegrid1\",\r\n \"name\": \"largegrid1\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/LinkedInTestGroup\",\r\n \"name\": \"LinkedInTestGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/LinkedinTestGroupNew\",\r\n \"name\": \"LinkedinTestGroupNew\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/LuesbuebliResources\",\r\n \"name\": \"LuesbuebliResources\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/markushadapterworker\",\r\n \"name\": \"markushadapterworker\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/masrivas46971WestUS\",\r\n \"name\": \"masrivas46971WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Mobile-Default-Web-WestUS\",\r\n \"name\": \"Mobile-Default-Web-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/MobileServices-WestUS\",\r\n \"name\": \"MobileServices-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/myresourceGroup1\",\r\n \"name\": \"myresourceGroup1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/mysamplesvtest\",\r\n \"name\": \"mysamplesvtest\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/nemakam\",\r\n \"name\": \"nemakam\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/newVinsu\",\r\n \"name\": \"newVinsu\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/onesdk2920\",\r\n \"name\": \"onesdk2920\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/onesdk3077\",\r\n \"name\": \"onesdk3077\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/powershellrg\",\r\n \"name\": \"powershellrg\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/pushcit\",\r\n \"name\": \"pushcit\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RapscallionResources\",\r\n \"name\": \"RapscallionResources\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/relayrg\",\r\n \"name\": \"relayrg\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName123445\",\r\n \"name\": \"RGName123445\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1064\",\r\n \"name\": \"RGName-onesdk1064\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1073\",\r\n \"name\": \"RGName-onesdk1073\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1075\",\r\n \"name\": \"RGName-onesdk1075\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1089\",\r\n \"name\": \"RGName-onesdk1089\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1122\",\r\n \"name\": \"RGName-onesdk1122\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk115\",\r\n \"name\": \"RGName-onesdk115\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1150\",\r\n \"name\": \"RGName-onesdk1150\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1159\",\r\n \"name\": \"RGName-onesdk1159\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1180\",\r\n \"name\": \"RGName-onesdk1180\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1192\",\r\n \"name\": \"RGName-onesdk1192\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1195\",\r\n \"name\": \"RGName-onesdk1195\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1200\",\r\n \"name\": \"RGName-onesdk1200\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1240\",\r\n \"name\": \"RGName-onesdk1240\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1244\",\r\n \"name\": \"RGName-onesdk1244\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1260\",\r\n \"name\": \"RGName-onesdk1260\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1271\",\r\n \"name\": \"RGName-onesdk1271\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1274\",\r\n \"name\": \"RGName-onesdk1274\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1284\",\r\n \"name\": \"RGName-onesdk1284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1294\",\r\n \"name\": \"RGName-onesdk1294\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1349\",\r\n \"name\": \"RGName-onesdk1349\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1422\",\r\n \"name\": \"RGName-onesdk1422\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1430\",\r\n \"name\": \"RGName-onesdk1430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1431\",\r\n \"name\": \"RGName-onesdk1431\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1470\",\r\n \"name\": \"RGName-onesdk1470\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1493\",\r\n \"name\": \"RGName-onesdk1493\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1555\",\r\n \"name\": \"RGName-onesdk1555\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1571\",\r\n \"name\": \"RGName-onesdk1571\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1606\",\r\n \"name\": \"RGName-onesdk1606\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1641\",\r\n \"name\": \"RGName-onesdk1641\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1681\",\r\n \"name\": \"RGName-onesdk1681\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1739\",\r\n \"name\": \"RGName-onesdk1739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1751\",\r\n \"name\": \"RGName-onesdk1751\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1802\",\r\n \"name\": \"RGName-onesdk1802\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1837\",\r\n \"name\": \"RGName-onesdk1837\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1838\",\r\n \"name\": \"RGName-onesdk1838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1839\",\r\n \"name\": \"RGName-onesdk1839\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk188\",\r\n \"name\": \"RGName-onesdk188\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1896\",\r\n \"name\": \"RGName-onesdk1896\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1933\",\r\n \"name\": \"RGName-onesdk1933\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1940\",\r\n \"name\": \"RGName-onesdk1940\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1942\",\r\n \"name\": \"RGName-onesdk1942\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1955\",\r\n \"name\": \"RGName-onesdk1955\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1975\",\r\n \"name\": \"RGName-onesdk1975\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk202\",\r\n \"name\": \"RGName-onesdk202\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2082\",\r\n \"name\": \"RGName-onesdk2082\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2163\",\r\n \"name\": \"RGName-onesdk2163\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk225\",\r\n \"name\": \"RGName-onesdk225\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2252\",\r\n \"name\": \"RGName-onesdk2252\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk229\",\r\n \"name\": \"RGName-onesdk229\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2299\",\r\n \"name\": \"RGName-onesdk2299\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2320\",\r\n \"name\": \"RGName-onesdk2320\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2321\",\r\n \"name\": \"RGName-onesdk2321\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2359\",\r\n \"name\": \"RGName-onesdk2359\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2498\",\r\n \"name\": \"RGName-onesdk2498\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk250\",\r\n \"name\": \"RGName-onesdk250\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2533\",\r\n \"name\": \"RGName-onesdk2533\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2569\",\r\n \"name\": \"RGName-onesdk2569\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2581\",\r\n \"name\": \"RGName-onesdk2581\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2605\",\r\n \"name\": \"RGName-onesdk2605\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2609\",\r\n \"name\": \"RGName-onesdk2609\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2610\",\r\n \"name\": \"RGName-onesdk2610\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2681\",\r\n \"name\": \"RGName-onesdk2681\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2901\",\r\n \"name\": \"RGName-onesdk2901\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2906\",\r\n \"name\": \"RGName-onesdk2906\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2909\",\r\n \"name\": \"RGName-onesdk2909\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2915\",\r\n \"name\": \"RGName-onesdk2915\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2940\",\r\n \"name\": \"RGName-onesdk2940\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2953\",\r\n \"name\": \"RGName-onesdk2953\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2961\",\r\n \"name\": \"RGName-onesdk2961\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2975\",\r\n \"name\": \"RGName-onesdk2975\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3034\",\r\n \"name\": \"RGName-onesdk3034\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3044\",\r\n \"name\": \"RGName-onesdk3044\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3058\",\r\n \"name\": \"RGName-onesdk3058\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3109\",\r\n \"name\": \"RGName-onesdk3109\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3121\",\r\n \"name\": \"RGName-onesdk3121\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3126\",\r\n \"name\": \"RGName-onesdk3126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3129\",\r\n \"name\": \"RGName-onesdk3129\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3137\",\r\n \"name\": \"RGName-onesdk3137\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3139\",\r\n \"name\": \"RGName-onesdk3139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3154\",\r\n \"name\": \"RGName-onesdk3154\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3181\",\r\n \"name\": \"RGName-onesdk3181\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3198\",\r\n \"name\": \"RGName-onesdk3198\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3246\",\r\n \"name\": \"RGName-onesdk3246\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk328\",\r\n \"name\": \"RGName-onesdk328\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk330\",\r\n \"name\": \"RGName-onesdk330\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3331\",\r\n \"name\": \"RGName-onesdk3331\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3340\",\r\n \"name\": \"RGName-onesdk3340\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3351\",\r\n \"name\": \"RGName-onesdk3351\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3353\",\r\n \"name\": \"RGName-onesdk3353\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3375\",\r\n \"name\": \"RGName-onesdk3375\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3393\",\r\n \"name\": \"RGName-onesdk3393\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3407\",\r\n \"name\": \"RGName-onesdk3407\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3430\",\r\n \"name\": \"RGName-onesdk3430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3454\",\r\n \"name\": \"RGName-onesdk3454\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3487\",\r\n \"name\": \"RGName-onesdk3487\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3502\",\r\n \"name\": \"RGName-onesdk3502\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3564\",\r\n \"name\": \"RGName-onesdk3564\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3572\",\r\n \"name\": \"RGName-onesdk3572\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk358\",\r\n \"name\": \"RGName-onesdk358\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3591\",\r\n \"name\": \"RGName-onesdk3591\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3622\",\r\n \"name\": \"RGName-onesdk3622\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3646\",\r\n \"name\": \"RGName-onesdk3646\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk376\",\r\n \"name\": \"RGName-onesdk376\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3777\",\r\n \"name\": \"RGName-onesdk3777\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3781\",\r\n \"name\": \"RGName-onesdk3781\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3802\",\r\n \"name\": \"RGName-onesdk3802\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3823\",\r\n \"name\": \"RGName-onesdk3823\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3824\",\r\n \"name\": \"RGName-onesdk3824\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3843\",\r\n \"name\": \"RGName-onesdk3843\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3849\",\r\n \"name\": \"RGName-onesdk3849\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3863\",\r\n \"name\": \"RGName-onesdk3863\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3892\",\r\n \"name\": \"RGName-onesdk3892\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3898\",\r\n \"name\": \"RGName-onesdk3898\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3928\",\r\n \"name\": \"RGName-onesdk3928\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3944\",\r\n \"name\": \"RGName-onesdk3944\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3978\",\r\n \"name\": \"RGName-onesdk3978\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3995\",\r\n \"name\": \"RGName-onesdk3995\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4024\",\r\n \"name\": \"RGName-onesdk4024\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4133\",\r\n \"name\": \"RGName-onesdk4133\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4274\",\r\n \"name\": \"RGName-onesdk4274\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4295\",\r\n \"name\": \"RGName-onesdk4295\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4300\",\r\n \"name\": \"RGName-onesdk4300\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4302\",\r\n \"name\": \"RGName-onesdk4302\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4326\",\r\n \"name\": \"RGName-onesdk4326\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4332\",\r\n \"name\": \"RGName-onesdk4332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4348\",\r\n \"name\": \"RGName-onesdk4348\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4418\",\r\n \"name\": \"RGName-onesdk4418\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4454\",\r\n \"name\": \"RGName-onesdk4454\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4539\",\r\n \"name\": \"RGName-onesdk4539\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4544\",\r\n \"name\": \"RGName-onesdk4544\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4598\",\r\n \"name\": \"RGName-onesdk4598\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4599\",\r\n \"name\": \"RGName-onesdk4599\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4600\",\r\n \"name\": \"RGName-onesdk4600\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4633\",\r\n \"name\": \"RGName-onesdk4633\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4639\",\r\n \"name\": \"RGName-onesdk4639\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4784\",\r\n \"name\": \"RGName-onesdk4784\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk482\",\r\n \"name\": \"RGName-onesdk482\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4832\",\r\n \"name\": \"RGName-onesdk4832\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4882\",\r\n \"name\": \"RGName-onesdk4882\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk49\",\r\n \"name\": \"RGName-onesdk49\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4928\",\r\n \"name\": \"RGName-onesdk4928\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4943\",\r\n \"name\": \"RGName-onesdk4943\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4944\",\r\n \"name\": \"RGName-onesdk4944\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4994\",\r\n \"name\": \"RGName-onesdk4994\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5039\",\r\n \"name\": \"RGName-onesdk5039\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5092\",\r\n \"name\": \"RGName-onesdk5092\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5119\",\r\n \"name\": \"RGName-onesdk5119\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5126\",\r\n \"name\": \"RGName-onesdk5126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5162\",\r\n \"name\": \"RGName-onesdk5162\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5198\",\r\n \"name\": \"RGName-onesdk5198\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5285\",\r\n \"name\": \"RGName-onesdk5285\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5310\",\r\n \"name\": \"RGName-onesdk5310\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5314\",\r\n \"name\": \"RGName-onesdk5314\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk535\",\r\n \"name\": \"RGName-onesdk535\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5368\",\r\n \"name\": \"RGName-onesdk5368\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk540\",\r\n \"name\": \"RGName-onesdk540\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5456\",\r\n \"name\": \"RGName-onesdk5456\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk546\",\r\n \"name\": \"RGName-onesdk546\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5487\",\r\n \"name\": \"RGName-onesdk5487\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5488\",\r\n \"name\": \"RGName-onesdk5488\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5492\",\r\n \"name\": \"RGName-onesdk5492\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5536\",\r\n \"name\": \"RGName-onesdk5536\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5574\",\r\n \"name\": \"RGName-onesdk5574\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5629\",\r\n \"name\": \"RGName-onesdk5629\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5684\",\r\n \"name\": \"RGName-onesdk5684\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5715\",\r\n \"name\": \"RGName-onesdk5715\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk573\",\r\n \"name\": \"RGName-onesdk573\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5756\",\r\n \"name\": \"RGName-onesdk5756\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5770\",\r\n \"name\": \"RGName-onesdk5770\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5787\",\r\n \"name\": \"RGName-onesdk5787\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5796\",\r\n \"name\": \"RGName-onesdk5796\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5836\",\r\n \"name\": \"RGName-onesdk5836\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5846\",\r\n \"name\": \"RGName-onesdk5846\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5863\",\r\n \"name\": \"RGName-onesdk5863\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5878\",\r\n \"name\": \"RGName-onesdk5878\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5909\",\r\n \"name\": \"RGName-onesdk5909\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk594\",\r\n \"name\": \"RGName-onesdk594\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5946\",\r\n \"name\": \"RGName-onesdk5946\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6007\",\r\n \"name\": \"RGName-onesdk6007\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6117\",\r\n \"name\": \"RGName-onesdk6117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6183\",\r\n \"name\": \"RGName-onesdk6183\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6211\",\r\n \"name\": \"RGName-onesdk6211\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6212\",\r\n \"name\": \"RGName-onesdk6212\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk626\",\r\n \"name\": \"RGName-onesdk626\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6266\",\r\n \"name\": \"RGName-onesdk6266\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6364\",\r\n \"name\": \"RGName-onesdk6364\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6394\",\r\n \"name\": \"RGName-onesdk6394\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6430\",\r\n \"name\": \"RGName-onesdk6430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6464\",\r\n \"name\": \"RGName-onesdk6464\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6473\",\r\n \"name\": \"RGName-onesdk6473\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6549\",\r\n \"name\": \"RGName-onesdk6549\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6569\",\r\n \"name\": \"RGName-onesdk6569\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6628\",\r\n \"name\": \"RGName-onesdk6628\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6654\",\r\n \"name\": \"RGName-onesdk6654\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6818\",\r\n \"name\": \"RGName-onesdk6818\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6881\",\r\n \"name\": \"RGName-onesdk6881\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7002\",\r\n \"name\": \"RGName-onesdk7002\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7072\",\r\n \"name\": \"RGName-onesdk7072\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7090\",\r\n \"name\": \"RGName-onesdk7090\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7120\",\r\n \"name\": \"RGName-onesdk7120\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7174\",\r\n \"name\": \"RGName-onesdk7174\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7213\",\r\n \"name\": \"RGName-onesdk7213\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk724\",\r\n \"name\": \"RGName-onesdk724\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7250\",\r\n \"name\": \"RGName-onesdk7250\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7325\",\r\n \"name\": \"RGName-onesdk7325\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk733\",\r\n \"name\": \"RGName-onesdk733\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7420\",\r\n \"name\": \"RGName-onesdk7420\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7432\",\r\n \"name\": \"RGName-onesdk7432\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7455\",\r\n \"name\": \"RGName-onesdk7455\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7476\",\r\n \"name\": \"RGName-onesdk7476\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7540\",\r\n \"name\": \"RGName-onesdk7540\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk757\",\r\n \"name\": \"RGName-onesdk757\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7593\",\r\n \"name\": \"RGName-onesdk7593\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk760\",\r\n \"name\": \"RGName-onesdk760\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk764\",\r\n \"name\": \"RGName-onesdk764\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7716\",\r\n \"name\": \"RGName-onesdk7716\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7717\",\r\n \"name\": \"RGName-onesdk7717\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7738\",\r\n \"name\": \"RGName-onesdk7738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7772\",\r\n \"name\": \"RGName-onesdk7772\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7835\",\r\n \"name\": \"RGName-onesdk7835\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7883\",\r\n \"name\": \"RGName-onesdk7883\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7935\",\r\n \"name\": \"RGName-onesdk7935\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk798\",\r\n \"name\": \"RGName-onesdk798\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7989\",\r\n \"name\": \"RGName-onesdk7989\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8043\",\r\n \"name\": \"RGName-onesdk8043\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8120\",\r\n \"name\": \"RGName-onesdk8120\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk818\",\r\n \"name\": \"RGName-onesdk818\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8188\",\r\n \"name\": \"RGName-onesdk8188\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8253\",\r\n \"name\": \"RGName-onesdk8253\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8298\",\r\n \"name\": \"RGName-onesdk8298\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8305\",\r\n \"name\": \"RGName-onesdk8305\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8315\",\r\n \"name\": \"RGName-onesdk8315\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8336\",\r\n \"name\": \"RGName-onesdk8336\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk836\",\r\n \"name\": \"RGName-onesdk836\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8373\",\r\n \"name\": \"RGName-onesdk8373\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8396\",\r\n \"name\": \"RGName-onesdk8396\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8397\",\r\n \"name\": \"RGName-onesdk8397\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8448\",\r\n \"name\": \"RGName-onesdk8448\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8464\",\r\n \"name\": \"RGName-onesdk8464\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8465\",\r\n \"name\": \"RGName-onesdk8465\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8489\",\r\n \"name\": \"RGName-onesdk8489\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8518\",\r\n \"name\": \"RGName-onesdk8518\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8520\",\r\n \"name\": \"RGName-onesdk8520\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8552\",\r\n \"name\": \"RGName-onesdk8552\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8608\",\r\n \"name\": \"RGName-onesdk8608\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8624\",\r\n \"name\": \"RGName-onesdk8624\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8658\",\r\n \"name\": \"RGName-onesdk8658\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8804\",\r\n \"name\": \"RGName-onesdk8804\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8821\",\r\n \"name\": \"RGName-onesdk8821\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8827\",\r\n \"name\": \"RGName-onesdk8827\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8838\",\r\n \"name\": \"RGName-onesdk8838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8951\",\r\n \"name\": \"RGName-onesdk8951\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9056\",\r\n \"name\": \"RGName-onesdk9056\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9064\",\r\n \"name\": \"RGName-onesdk9064\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk908\",\r\n \"name\": \"RGName-onesdk908\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9080\",\r\n \"name\": \"RGName-onesdk9080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9117\",\r\n \"name\": \"RGName-onesdk9117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9118\",\r\n \"name\": \"RGName-onesdk9118\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9131\",\r\n \"name\": \"RGName-onesdk9131\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9144\",\r\n \"name\": \"RGName-onesdk9144\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9210\",\r\n \"name\": \"RGName-onesdk9210\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9235\",\r\n \"name\": \"RGName-onesdk9235\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9257\",\r\n \"name\": \"RGName-onesdk9257\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9284\",\r\n \"name\": \"RGName-onesdk9284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9285\",\r\n \"name\": \"RGName-onesdk9285\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9327\",\r\n \"name\": \"RGName-onesdk9327\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9328\",\r\n \"name\": \"RGName-onesdk9328\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9371\",\r\n \"name\": \"RGName-onesdk9371\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9408\",\r\n \"name\": \"RGName-onesdk9408\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9600\",\r\n \"name\": \"RGName-onesdk9600\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk961\",\r\n \"name\": \"RGName-onesdk961\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9665\",\r\n \"name\": \"RGName-onesdk9665\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9679\",\r\n \"name\": \"RGName-onesdk9679\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9694\",\r\n \"name\": \"RGName-onesdk9694\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9702\",\r\n \"name\": \"RGName-onesdk9702\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9737\",\r\n \"name\": \"RGName-onesdk9737\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9787\",\r\n \"name\": \"RGName-onesdk9787\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9833\",\r\n \"name\": \"RGName-onesdk9833\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9838\",\r\n \"name\": \"RGName-onesdk9838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9894\",\r\n \"name\": \"RGName-onesdk9894\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9904\",\r\n \"name\": \"RGName-onesdk9904\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9959\",\r\n \"name\": \"RGName-onesdk9959\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9963\",\r\n \"name\": \"RGName-onesdk9963\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9980\",\r\n \"name\": \"RGName-onesdk9980\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9995\",\r\n \"name\": \"RGName-onesdk9995\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr1081\",\r\n \"name\": \"RGName-pwr1081\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr1091\",\r\n \"name\": \"RGName-pwr1091\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr1248\",\r\n \"name\": \"RGName-pwr1248\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2323\",\r\n \"name\": \"RGName-pwr2323\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2397\",\r\n \"name\": \"RGName-pwr2397\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr250\",\r\n \"name\": \"RGName-pwr250\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2778\",\r\n \"name\": \"RGName-pwr2778\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2934\",\r\n \"name\": \"RGName-pwr2934\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3049\",\r\n \"name\": \"RGName-pwr3049\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr311\",\r\n \"name\": \"RGName-pwr311\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3313\",\r\n \"name\": \"RGName-pwr3313\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3413\",\r\n \"name\": \"RGName-pwr3413\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3622\",\r\n \"name\": \"RGName-pwr3622\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3739\",\r\n \"name\": \"RGName-pwr3739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr4171\",\r\n \"name\": \"RGName-pwr4171\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr4520\",\r\n \"name\": \"RGName-pwr4520\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr4786\",\r\n \"name\": \"RGName-pwr4786\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5381\",\r\n \"name\": \"RGName-pwr5381\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5473\",\r\n \"name\": \"RGName-pwr5473\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr583\",\r\n \"name\": \"RGName-pwr583\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5907\",\r\n \"name\": \"RGName-pwr5907\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5962\",\r\n \"name\": \"RGName-pwr5962\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-PWR61219\",\r\n \"name\": \"RGName-PWR61219\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6295\",\r\n \"name\": \"RGName-pwr6295\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6332\",\r\n \"name\": \"RGName-pwr6332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6478\",\r\n \"name\": \"RGName-pwr6478\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr649\",\r\n \"name\": \"RGName-pwr649\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6738\",\r\n \"name\": \"RGName-pwr6738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7086\",\r\n \"name\": \"RGName-pwr7086\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7442\",\r\n \"name\": \"RGName-pwr7442\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7475\",\r\n \"name\": \"RGName-pwr7475\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7480\",\r\n \"name\": \"RGName-pwr7480\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7876\",\r\n \"name\": \"RGName-pwr7876\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7950\",\r\n \"name\": \"RGName-pwr7950\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7980\",\r\n \"name\": \"RGName-pwr7980\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8\",\r\n \"name\": \"RGName-pwr8\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8024\",\r\n \"name\": \"RGName-pwr8024\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8097\",\r\n \"name\": \"RGName-pwr8097\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8102\",\r\n \"name\": \"RGName-pwr8102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8116\",\r\n \"name\": \"RGName-pwr8116\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8286\",\r\n \"name\": \"RGName-pwr8286\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8382\",\r\n \"name\": \"RGName-pwr8382\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8458\",\r\n \"name\": \"RGName-pwr8458\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8470\",\r\n \"name\": \"RGName-pwr8470\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8471\",\r\n \"name\": \"RGName-pwr8471\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr850\",\r\n \"name\": \"RGName-pwr850\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8556\",\r\n \"name\": \"RGName-pwr8556\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8578\",\r\n \"name\": \"RGName-pwr8578\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8714\",\r\n \"name\": \"RGName-pwr8714\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8910\",\r\n \"name\": \"RGName-pwr8910\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9128\",\r\n \"name\": \"RGName-pwr9128\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9402\",\r\n \"name\": \"RGName-pwr9402\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr947\",\r\n \"name\": \"RGName-pwr947\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9531\",\r\n \"name\": \"RGName-pwr9531\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9536\",\r\n \"name\": \"RGName-pwr9536\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9572\",\r\n \"name\": \"RGName-pwr9572\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9708\",\r\n \"name\": \"RGName-pwr9708\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9726\",\r\n \"name\": \"RGName-pwr9726\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9883\",\r\n \"name\": \"RGName-pwr9883\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-PWR999\",\r\n \"name\": \"RGName-PWR999\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RichardTestGroup\",\r\n \"name\": \"RichardTestGroup\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/rnrdemo\",\r\n \"name\": \"rnrdemo\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1102-rg\",\r\n \"name\": \"sb-dotnet-av-1102-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1332-rg\",\r\n \"name\": \"sb-dotnet-av-1332-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1421-rg\",\r\n \"name\": \"sb-dotnet-av-1421-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1431-rg\",\r\n \"name\": \"sb-dotnet-av-1431-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1711-rg\",\r\n \"name\": \"sb-dotnet-av-1711-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1871-rg\",\r\n \"name\": \"sb-dotnet-av-1871-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1901-rg\",\r\n \"name\": \"sb-dotnet-av-1901-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1921-rg\",\r\n \"name\": \"sb-dotnet-av-1921-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1971-rg\",\r\n \"name\": \"sb-dotnet-av-1971-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2201-rg\",\r\n \"name\": \"sb-dotnet-av-2201-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2221-rg\",\r\n \"name\": \"sb-dotnet-av-2221-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2232-rg\",\r\n \"name\": \"sb-dotnet-av-2232-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2291-rg\",\r\n \"name\": \"sb-dotnet-av-2291-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2352-rg\",\r\n \"name\": \"sb-dotnet-av-2352-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-282-rg\",\r\n \"name\": \"sb-dotnet-av-282-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-292-rg\",\r\n \"name\": \"sb-dotnet-av-292-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-311-rg\",\r\n \"name\": \"sb-dotnet-av-311-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-331-rg\",\r\n \"name\": \"sb-dotnet-av-331-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-341-rg\",\r\n \"name\": \"sb-dotnet-av-341-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-711-rg\",\r\n \"name\": \"sb-dotnet-av-711-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-731-rg\",\r\n \"name\": \"sb-dotnet-av-731-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-761-rg\",\r\n \"name\": \"sb-dotnet-av-761-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-781-rg\",\r\n \"name\": \"sb-dotnet-av-781-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-811-rg\",\r\n \"name\": \"sb-dotnet-av-811-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-91-rg\",\r\n \"name\": \"sb-dotnet-av-91-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/SB-Server-TLS1.2-Testing\",\r\n \"name\": \"SB-Server-TLS1.2-Testing\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sbcit\",\r\n \"name\": \"sbcit\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sbcit2\",\r\n \"name\": \"sbcit2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/SBServerTest\",\r\n \"name\": \"SBServerTest\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/SecretsDaylight\",\r\n \"name\": \"SecretsDaylight\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/securitydata\",\r\n \"name\": \"securitydata\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ServiceBusInfrastructure\",\r\n \"name\": \"ServiceBusInfrastructure\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sjplay\",\r\n \"name\": \"sjplay\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sjResourceGroup\",\r\n \"name\": \"sjResourceGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/StreamAnalytics-Default-Central-US\",\r\n \"name\": \"StreamAnalytics-Default-Central-US\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/StreamAnalytics-Default-East-US-2\",\r\n \"name\": \"StreamAnalytics-Default-East-US-2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/stresslinux01\",\r\n \"name\": \"stresslinux01\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Test\",\r\n \"name\": \"Test\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/test1\",\r\n \"name\": \"test1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testarchivesv\",\r\n \"name\": \"testarchivesv\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testeh-delete\",\r\n \"name\": \"testeh-delete\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testNet\",\r\n \"name\": \"testNet\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/TestResourceGroup\",\r\n \"name\": \"TestResourceGroup\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/TestSbServer1\",\r\n \"name\": \"TestSbServer1\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testtest\",\r\n \"name\": \"testtest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/TwitterGroup\",\r\n \"name\": \"TwitterGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vijayjavaclient\",\r\n \"name\": \"vijayjavaclient\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vijayjavaclienttests\",\r\n \"name\": \"vijayjavaclienttests\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vijaypremiumjavaclienttests\",\r\n \"name\": \"vijaypremiumjavaclienttests\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinaytest\",\r\n \"name\": \"vinaytest\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsu\",\r\n \"name\": \"vinsu\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsu221\",\r\n \"name\": \"vinsu221\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsuqueuereader\",\r\n \"name\": \"vinsuqueuereader\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/VINSUSVR2\",\r\n \"name\": \"VINSUSVR2\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsutest\",\r\n \"name\": \"vinsutest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsutest15\",\r\n \"name\": \"vinsutest15\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsutestgrp\",\r\n \"name\": \"vinsutestgrp\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ägroup\",\r\n \"name\": \"ägroup\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/äshol\",\r\n \"name\": \"äshol\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:33:58 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-request-id": [ - "c5983436-35b4-4d7c-b80b-003d701fc063" - ], - "x-ms-correlation-request-id": [ - "c5983436-35b4-4d7c-b80b-003d701fc063" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003359Z:c5983436-35b4-4d7c-b80b-003d701fc063" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4Mz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"location\": \"Australia East\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "103" - ], - "x-ms-client-request-id": [ - "594ecd33-d7d1-4bf0-aa82-a6bc45d2d1e8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383\",\r\n \"name\": \"sdk-Namespace-7383\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-7383\",\r\n \"createdAt\": \"2017-08-16T00:34:02.897Z\",\r\n \"updatedAt\": \"2017-08-16T00:34:02.897Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-7383.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:02 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "8645f7f8-044c-46ce-a741-b199fa4c91fd_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "f34c3b7e-6c24-4ada-b06f-64c31be207aa" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003403Z:f34c3b7e-6c24-4ada-b06f-64c31be207aa" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4Mz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383\",\r\n \"name\": \"sdk-Namespace-7383\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-7383\",\r\n \"createdAt\": \"2017-08-16T00:34:02.897Z\",\r\n \"updatedAt\": \"2017-08-16T00:34:27.233Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-7383.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:32 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "34a314c2-6cf9-4172-82b1-1b7c321a6c12_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" - ], - "x-ms-correlation-request-id": [ - "2c4c8950-7aa3-4221-9905-4e9322ab6060" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003433Z:2c4c8950-7aa3-4221-9905-4e9322ab6060" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4Mz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9d1c343d-e41b-4238-ad4e-5b8e95a4b4c9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383\",\r\n \"name\": \"sdk-Namespace-7383\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-7383\",\r\n \"createdAt\": \"2017-08-16T00:34:02.897Z\",\r\n \"updatedAt\": \"2017-08-16T00:34:27.233Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-7383.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:37 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c40e9f10-fc98-40c0-b74b-6b134c198385_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-correlation-request-id": [ - "36b72a5f-5ca3-4bcf-bb40-3b93c62813cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003438Z:36b72a5f-5ca3-4bcf-bb40-3b93c62813cc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4Mz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7c4f372e-5a8f-4ce1-b09f-7fc91b87b4c5" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383\",\r\n \"name\": \"sdk-Namespace-7383\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-7383\",\r\n \"createdAt\": \"2017-08-16T00:34:02.897Z\",\r\n \"updatedAt\": \"2017-08-16T00:34:27.233Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-7383.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:38 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1f539ae7-07c9-42c7-9c37-1c83b4a5ce42_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" - ], - "x-ms-correlation-request-id": [ - "16ca6cc1-c036-4b4c-a4f9-dcd5e1f49c28" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003438Z:16ca6cc1-c036-4b4c-a4f9-dcd5e1f49c28" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"enablePartitioning\": true\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "60" - ], - "x-ms-client-request-id": [ - "0cd6e92f-760c-4117-ba49-d60e95a7aa3b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Queues\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"lockDuration\": \"PT1M\",\r\n \"maxSizeInMegabytes\": 81920,\r\n \"requiresDuplicateDetection\": false,\r\n \"requiresSession\": false,\r\n \"defaultMessageTimeToLive\": \"P10675199DT2H48M5.4775807S\",\r\n \"deadLetteringOnMessageExpiration\": false,\r\n \"duplicateDetectionHistoryTimeWindow\": \"PT10M\",\r\n \"maxDeliveryCount\": 10,\r\n \"sizeInBytes\": 0,\r\n \"messageCount\": 0,\r\n \"status\": \"Active\",\r\n \"autoDeleteOnIdle\": \"P10675199DT2H48M5.4775807S\",\r\n \"enablePartitioning\": true,\r\n \"enableExpress\": false,\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n },\r\n \"createdAt\": \"2017-08-16T00:34:40.023Z\",\r\n \"updatedAt\": \"2017-08-16T00:34:40.227Z\",\r\n \"accessedAt\": \"0001-01-01T00:00:00\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:41 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "471e6542-a9b6-42fd-8260-93b7f98851e9_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "4bf7ac3b-3d00-42ea-8582-5f81e6ae9572" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003442Z:4bf7ac3b-3d00-42ea-8582-5f81e6ae9572" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9a80ce15-59f0-45dc-a03a-94af36808802" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Queues\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"lockDuration\": \"PT1M\",\r\n \"maxSizeInMegabytes\": 81920,\r\n \"requiresDuplicateDetection\": false,\r\n \"requiresSession\": false,\r\n \"defaultMessageTimeToLive\": \"P10675199DT2H48M5.4775807S\",\r\n \"deadLetteringOnMessageExpiration\": false,\r\n \"duplicateDetectionHistoryTimeWindow\": \"PT10M\",\r\n \"maxDeliveryCount\": 10,\r\n \"sizeInBytes\": 0,\r\n \"messageCount\": 0,\r\n \"status\": \"Active\",\r\n \"autoDeleteOnIdle\": \"P10675199DT2H48M5.4775807S\",\r\n \"enablePartitioning\": true,\r\n \"enableExpress\": false,\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n },\r\n \"createdAt\": \"2017-08-16T00:34:40.023Z\",\r\n \"updatedAt\": \"2017-08-16T00:34:40.8048061Z\",\r\n \"accessedAt\": \"0001-01-01T00:00:00Z\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:41 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "c174bdc2-d0d2-4db6-bbbb-c38c46e8ca90_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" - ], - "x-ms-correlation-request-id": [ - "13cf3689-b76b-4b8b-9dd8-eee1b8a55028" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003442Z:13cf3689-b76b-4b8b-9dd8-eee1b8a55028" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "83" - ], - "x-ms-client-request-id": [ - "646ecdda-4334-4282-8948-d5ee69e48b85" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Queues/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "200259ec-0273-4013-9828-2e74f0d27012_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-correlation-request-id": [ - "042d2f61-8a8f-4824-b47c-76055b073629" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003444Z:042d2f61-8a8f-4824-b47c-76055b073629" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\"\r\n ]\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "68" - ], - "x-ms-client-request-id": [ - "899c4fe5-be8c-402a-90ea-557d3e114009" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Queues/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\"\r\n ]\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:45 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bcaeb75d-9ce4-4a3b-8973-e33f1494fba6_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" - ], - "x-ms-correlation-request-id": [ - "ec557055-a26a-4e08-99bd-4e3ff7c1d33a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003446Z:ec557055-a26a-4e08-99bd-4e3ff7c1d33a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c009a858-2cfd-4f09-bf39-2a11e3821ed9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Queues/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1aa7053b-6066-4596-8100-b4655109b3bf_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14861" - ], - "x-ms-correlation-request-id": [ - "c198b914-3452-4563-88cd-5bfe42990709" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003444Z:c198b914-3452-4563-88cd-5bfe42990709" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0553d090-7b21-4e35-bdc1-63626df6c9fd" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Queues/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\"\r\n ]\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:45 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2b9fadfb-a5c8-4b2e-9e1e-dccdd3a7bd76_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-correlation-request-id": [ - "b00fda55-534d-46f2-9172-8be083f45277" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003446Z:b00fda55-534d-46f2-9172-8be083f45277" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0c85177f-f43f-46a4-a4ea-f6537875cd59" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Queues/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:44 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "654b191e-eedd-4fcb-9929-9cd37816e6cd_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-correlation-request-id": [ - "61fe0d60-87e1-4705-85e1-1410b9ed82fd" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003445Z:61fe0d60-87e1-4705-85e1-1410b9ed82fd" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/ListKeys?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQvTGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "1aeb3453-a5ad-408c-928b-c39da54cfe64" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://sdk-namespace-7383.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=+Gf+IE9DDaJlABMzToIF7H07lYiASl/OnH4rFBLgYVk=;EntityPath=sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://sdk-namespace-7383.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=yFTG1ZxPwUH8XUL6my9cQGCwm4etxxkYrxI94zNL5YQ=;EntityPath=sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"primaryKey\": \"+Gf+IE9DDaJlABMzToIF7H07lYiASl/OnH4rFBLgYVk=\",\r\n \"secondaryKey\": \"yFTG1ZxPwUH8XUL6my9cQGCwm4etxxkYrxI94zNL5YQ=\",\r\n \"keyName\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:46 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "0df8e6f5-5cb5-43c8-b0c4-b0e1a0e20c1b_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" - ], - "x-ms-correlation-request-id": [ - "9891b5da-d48f-4972-b38b-8e618ca00a49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003447Z:9891b5da-d48f-4972-b38b-8e618ca00a49" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/regenerateKeys?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQvcmVnZW5lcmF0ZUtleXM/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"keyType\": \"PrimaryKey\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "31" - ], - "x-ms-client-request-id": [ - "fd13c8f2-08b2-4b00-9ade-79e3e0ba134e" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://sdk-namespace-7383.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=nWRhurQmpByK7d3Ke0KGL8qIImANr7wpMRcqK02qHA0=;EntityPath=sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://sdk-namespace-7383.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=yFTG1ZxPwUH8XUL6my9cQGCwm4etxxkYrxI94zNL5YQ=;EntityPath=sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"primaryKey\": \"nWRhurQmpByK7d3Ke0KGL8qIImANr7wpMRcqK02qHA0=\",\r\n \"secondaryKey\": \"yFTG1ZxPwUH8XUL6my9cQGCwm4etxxkYrxI94zNL5YQ=\",\r\n \"keyName\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:49 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "d8e8e559-0ec2-4715-9e80-83c125aad886_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" - ], - "x-ms-correlation-request-id": [ - "c52ff545-8a99-4a8d-8334-49fee60a5a6f" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003449Z:c52ff545-8a99-4a8d-8334-49fee60a5a6f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/regenerateKeys?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQvcmVnZW5lcmF0ZUtleXM/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"keyType\": \"SecondaryKey\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "33" - ], - "x-ms-client-request-id": [ - "d055f05a-9251-469c-b680-21efbd6443ad" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://sdk-namespace-7383.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=nWRhurQmpByK7d3Ke0KGL8qIImANr7wpMRcqK02qHA0=;EntityPath=sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://sdk-namespace-7383.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=JiytCGdTrD6FWCmvY5V16NW21Z+VTwCkHTlUYzRveHs=;EntityPath=sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"primaryKey\": \"nWRhurQmpByK7d3Ke0KGL8qIImANr7wpMRcqK02qHA0=\",\r\n \"secondaryKey\": \"JiytCGdTrD6FWCmvY5V16NW21Z+VTwCkHTlUYzRveHs=\",\r\n \"keyName\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:51 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "bd74c4e5-8359-4e19-bd34-44e0107b7ea5_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" - ], - "x-ms-correlation-request-id": [ - "0c664635-39dc-4be4-8d0d-6b8f93e583cc" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003451Z:0c664635-39dc-4be4-8d0d-6b8f93e583cc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7316f621-6140-4cbd-b10a-2ad946cc6a76" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:52 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "e539c920-9662-44e2-8c9b-31caf65c1081_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" - ], - "x-ms-correlation-request-id": [ - "ac5a4ad4-7b52-4fc6-b653-04147487f9ad" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003452Z:ac5a4ad4-7b52-4fc6-b653-04147487f9ad" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/queues/sdk-Queues-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9xdWV1ZXMvc2RrLVF1ZXVlcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "10b35ff2-4f79-46ea-ab57-edb3715a056b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:58 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "bb7a057c-1029-4e21-b983-096c73561097_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" - ], - "x-ms-correlation-request-id": [ - "891a851e-ed32-4aa7-9927-f2b5bd1df7c9" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003458Z:891a851e-ed32-4aa7-9927-f2b5bd1df7c9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4Mz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "75f8ba60-e16f-4f0b-a6b0-36280b1ab507" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:34:59 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/operationresults/sdk-Namespace-7383?api-version=2017-04-01" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "b3c138b1-8c98-4584-8f9c-7c18c1b806c1_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" - ], - "x-ms-correlation-request-id": [ - "bf78f2b4-5337-4865-9e4f-49461f064c09" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003459Z:bf78f2b4-5337-4865-9e4f-49461f064c09" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-7383/operationresults/sdk-Namespace-7383?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNzM4My9vcGVyYXRpb25yZXN1bHRzL3Nkay1OYW1lc3BhY2UtNzM4Mz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:35:29 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "b297ca43-d194-4734-a732-d5190fcc8373_M4_M4" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-correlation-request-id": [ - "3bd18a75-0b4d-42be-aa74-a2e0791c2026" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20170816T003530Z:3bd18a75-0b4d-42be-aa74-a2e0791c2026" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - } - ], - "Names": { - "QueuesCreateGetUpdateDeleteAuthorizationRules_Length": [ - "sdk-Namespace-7383" - ] - }, - "Variables": { - "SubscriptionId": "854d368f-1828-428f-8f3c-f2affa9b2f7d", - "CreatePrimaryKey": "U50ZE6AzBfoRiXLV4bOFV/7NNukOdCV3MLDpcM3n4jU=", - "UpdatePrimaryKey": "57nioWFf7x6qDkPT2jGLg2TaBcyQOQYVppkzJqfwurc=" - } -} \ No newline at end of file diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/SubscriptionsCreateGetUpdateDelete_Length.json b/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/SubscriptionsCreateGetUpdateDelete_Length.json deleted file mode 100644 index 5d341a249a24..000000000000 --- a/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/SubscriptionsCreateGetUpdateDelete_Length.json +++ /dev/null @@ -1,958 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/providers/Microsoft.ServiceBus?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "573cb9ac-131b-4465-af17-c86bf2649939" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/providers/Microsoft.ServiceBus\",\r\n \"namespace\": \"Microsoft.ServiceBus\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"premiumMessagingRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:45:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-request-id": [ - "c5c3330c-2f69-45bc-8618-455423c6ab9b" - ], - "x-ms-correlation-request-id": [ - "c5c3330c-2f69-45bc-8618-455423c6ab9b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004524Z:c5c3330c-2f69-45bc-8618-455423c6ab9b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourcegroups?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlZ3JvdXBzP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9a526aa2-60ac-4ecd-ae38-c59aca88562d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/AAA-Default-ServiceBus-NewRegions-Testing\",\r\n \"name\": \"AAA-Default-ServiceBus-NewRegions-Testing\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/AkkaTesting\",\r\n \"name\": \"AkkaTesting\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Api-Default-North-Europe\",\r\n \"name\": \"Api-Default-North-Europe\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/archivetest\",\r\n \"name\": \"archivetest\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ardsouza-resourcemovetest-group1\",\r\n \"name\": \"ardsouza-resourcemovetest-group1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ardsouza-resourcemovetest-group2\",\r\n \"name\": \"ardsouza-resourcemovetest-group2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ARM-ManagementClient-Testing-RG\",\r\n \"name\": \"ARM-ManagementClient-Testing-RG\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/binzytest\",\r\n \"name\": \"binzytest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/connectedcar\",\r\n \"name\": \"connectedcar\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-backup\",\r\n \"name\": \"das-test-backup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-dasc2\",\r\n \"name\": \"das-test-dasc2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-ds1\",\r\n \"name\": \"das-test-ds1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-ds2\",\r\n \"name\": \"das-test-ds2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-eca\",\r\n \"name\": \"das-test-eca\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-tsg\",\r\n \"name\": \"das-test-tsg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dashboards\",\r\n \"name\": \"dashboards\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/daylight\",\r\n \"name\": \"daylight\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ApplicationInsights-CentralUS\",\r\n \"name\": \"Default-ApplicationInsights-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ApplicationInsights-EastUS\",\r\n \"name\": \"Default-ApplicationInsights-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-BizTalk-West-US\",\r\n \"name\": \"Default-BizTalk-West-US\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-BrazilSouth\",\r\n \"name\": \"Default-EventHub-BrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-CentralUS\",\r\n \"name\": \"Default-EventHub-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-EASTUS2EUAP\",\r\n \"name\": \"Default-EventHub-EASTUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-SouthCentralUS\",\r\n \"name\": \"Default-EventHub-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-WestCentralUS\",\r\n \"name\": \"Default-EventHub-WestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-WestUS\",\r\n \"name\": \"Default-EventHub-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Networking\",\r\n \"name\": \"Default-Networking\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast\",\r\n \"name\": \"Default-ServiceBus-AustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaSoutheast\",\r\n \"name\": \"Default-ServiceBus-AustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-BrazilSouth\",\r\n \"name\": \"Default-ServiceBus-BrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-CentralIndia\",\r\n \"name\": \"Default-ServiceBus-CentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-CentralUS\",\r\n \"name\": \"Default-ServiceBus-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-EastAsia\",\r\n \"name\": \"Default-ServiceBus-EastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-EastUS\",\r\n \"name\": \"Default-ServiceBus-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-EastUS2\",\r\n \"name\": \"Default-ServiceBus-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-JapanEast\",\r\n \"name\": \"Default-ServiceBus-JapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-JapanWest\",\r\n \"name\": \"Default-ServiceBus-JapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-NorthCentralUS\",\r\n \"name\": \"Default-ServiceBus-NorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-NorthEurope\",\r\n \"name\": \"Default-ServiceBus-NorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-SouthCentralUS\",\r\n \"name\": \"Default-ServiceBus-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-SoutheastAsia\",\r\n \"name\": \"Default-ServiceBus-SoutheastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-SouthIndia\",\r\n \"name\": \"Default-ServiceBus-SouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestCentralUS\",\r\n \"name\": \"Default-ServiceBus-WestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestEurope\",\r\n \"name\": \"Default-ServiceBus-WestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestIndia\",\r\n \"name\": \"Default-ServiceBus-WestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS\",\r\n \"name\": \"Default-ServiceBus-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-SQL-NorthCentralUS\",\r\n \"name\": \"Default-SQL-NorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-SQL-WestUS\",\r\n \"name\": \"Default-SQL-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-CentralUS\",\r\n \"name\": \"Default-Storage-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-EastAsia\",\r\n \"name\": \"Default-Storage-EastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-EastUS\",\r\n \"name\": \"Default-Storage-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-NorthCentralUS\",\r\n \"name\": \"Default-Storage-NorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-NorthEurope\",\r\n \"name\": \"Default-Storage-NorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-SoutheastAsia\",\r\n \"name\": \"Default-Storage-SoutheastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-WestEurope\",\r\n \"name\": \"Default-Storage-WestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-WestUS\",\r\n \"name\": \"Default-Storage-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-TrafficManager\",\r\n \"name\": \"Default-TrafficManager\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Web-EastUS\",\r\n \"name\": \"Default-Web-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Web-WestUS\",\r\n \"name\": \"Default-Web-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default_ServiceBus1_WestUS\",\r\n \"name\": \"Default_ServiceBus1_WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/DefaultResourceGroup-WEU\",\r\n \"name\": \"DefaultResourceGroup-WEU\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb0-bvtvm\",\r\n \"name\": \"dl-cdb0-bvtvm\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb0-bvtvmac\",\r\n \"name\": \"dl-cdb0-bvtvmac\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb1-bvtvm1\",\r\n \"name\": \"dl-cdb1-bvtvm1\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb1-bvtvmac\",\r\n \"name\": \"dl-cdb1-bvtvmac\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-nh-cdb1\",\r\n \"name\": \"dl-nh-cdb1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sb-cdb1\",\r\n \"name\": \"dl-sb-cdb1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sb-cdb2\",\r\n \"name\": \"dl-sb-cdb2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sbcit-cdb2\",\r\n \"name\": \"dl-sbcit-cdb2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sbcit-cdb3\",\r\n \"name\": \"dl-sbcit-cdb3\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sbcitstg-cdb\",\r\n \"name\": \"dl-sbcitstg-cdb\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-ap01\",\r\n \"name\": \"dlcl-ap01\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-failover-m1\",\r\n \"name\": \"dlcl-sb-failover-m1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-failover-m2\",\r\n \"name\": \"dlcl-sb-failover-m2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-failover-p1\",\r\n \"name\": \"dlcl-sb-failover-p1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-jen-m1\",\r\n \"name\": \"dlcl-sb-jen-m1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-jen-p1\",\r\n \"name\": \"dlcl-sb-jen-p1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-jen-r1\",\r\n \"name\": \"dlcl-sb-jen-r1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-m1\",\r\n \"name\": \"dlcl-sb-m1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-m4\",\r\n \"name\": \"dlcl-sb-m4\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-p1\",\r\n \"name\": \"dlcl-sb-p1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-r1\",\r\n \"name\": \"dlcl-sb-r1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-r2\",\r\n \"name\": \"dlcl-sb-r2\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/drause\",\r\n \"name\": \"drause\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/drtestnortheurg\",\r\n \"name\": \"drtestnortheurg\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/drtestwestus2\",\r\n \"name\": \"drtestwestus2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dstucki-eh-usw\",\r\n \"name\": \"dstucki-eh-usw\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dstucki-webapp-usw\",\r\n \"name\": \"dstucki-webapp-usw\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eh-dotnet-av-271-rg\",\r\n \"name\": \"eh-dotnet-av-271-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eh-dotnet-av-82-rg\",\r\n \"name\": \"eh-dotnet-av-82-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehazonsf\",\r\n \"name\": \"ehazonsf\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1000\",\r\n \"name\": \"ehcs-1000\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1001\",\r\n \"name\": \"ehcs-1001\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1002\",\r\n \"name\": \"ehcs-1002\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1003\",\r\n \"name\": \"ehcs-1003\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1004\",\r\n \"name\": \"ehcs-1004\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1005\",\r\n \"name\": \"ehcs-1005\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1006\",\r\n \"name\": \"ehcs-1006\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1007\",\r\n \"name\": \"ehcs-1007\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1008\",\r\n \"name\": \"ehcs-1008\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1009\",\r\n \"name\": \"ehcs-1009\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1010\",\r\n \"name\": \"ehcs-1010\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1011\",\r\n \"name\": \"ehcs-1011\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1012\",\r\n \"name\": \"ehcs-1012\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1013\",\r\n \"name\": \"ehcs-1013\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1014\",\r\n \"name\": \"ehcs-1014\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1015\",\r\n \"name\": \"ehcs-1015\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1016\",\r\n \"name\": \"ehcs-1016\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1017\",\r\n \"name\": \"ehcs-1017\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1018\",\r\n \"name\": \"ehcs-1018\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1019\",\r\n \"name\": \"ehcs-1019\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1020\",\r\n \"name\": \"ehcs-1020\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1021\",\r\n \"name\": \"ehcs-1021\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1022\",\r\n \"name\": \"ehcs-1022\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1023\",\r\n \"name\": \"ehcs-1023\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1024\",\r\n \"name\": \"ehcs-1024\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1025\",\r\n \"name\": \"ehcs-1025\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1026\",\r\n \"name\": \"ehcs-1026\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1027\",\r\n \"name\": \"ehcs-1027\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1028\",\r\n \"name\": \"ehcs-1028\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1029\",\r\n \"name\": \"ehcs-1029\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1030\",\r\n \"name\": \"ehcs-1030\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1031\",\r\n \"name\": \"ehcs-1031\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1032\",\r\n \"name\": \"ehcs-1032\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1033\",\r\n \"name\": \"ehcs-1033\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1034\",\r\n \"name\": \"ehcs-1034\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1035\",\r\n \"name\": \"ehcs-1035\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1036\",\r\n \"name\": \"ehcs-1036\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1037\",\r\n \"name\": \"ehcs-1037\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1038\",\r\n \"name\": \"ehcs-1038\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1039\",\r\n \"name\": \"ehcs-1039\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1040\",\r\n \"name\": \"ehcs-1040\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1041\",\r\n \"name\": \"ehcs-1041\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1042\",\r\n \"name\": \"ehcs-1042\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1043\",\r\n \"name\": \"ehcs-1043\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1044\",\r\n \"name\": \"ehcs-1044\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1045\",\r\n \"name\": \"ehcs-1045\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1046\",\r\n \"name\": \"ehcs-1046\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1047\",\r\n \"name\": \"ehcs-1047\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1048\",\r\n \"name\": \"ehcs-1048\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1049\",\r\n \"name\": \"ehcs-1049\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1050\",\r\n \"name\": \"ehcs-1050\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1051\",\r\n \"name\": \"ehcs-1051\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1052\",\r\n \"name\": \"ehcs-1052\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1053\",\r\n \"name\": \"ehcs-1053\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1054\",\r\n \"name\": \"ehcs-1054\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1055\",\r\n \"name\": \"ehcs-1055\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1056\",\r\n \"name\": \"ehcs-1056\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1057\",\r\n \"name\": \"ehcs-1057\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1058\",\r\n \"name\": \"ehcs-1058\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1059\",\r\n \"name\": \"ehcs-1059\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1060\",\r\n \"name\": \"ehcs-1060\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1061\",\r\n \"name\": \"ehcs-1061\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1062\",\r\n \"name\": \"ehcs-1062\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1063\",\r\n \"name\": \"ehcs-1063\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1064\",\r\n \"name\": \"ehcs-1064\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1065\",\r\n \"name\": \"ehcs-1065\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1066\",\r\n \"name\": \"ehcs-1066\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1067\",\r\n \"name\": \"ehcs-1067\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1068\",\r\n \"name\": \"ehcs-1068\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1069\",\r\n \"name\": \"ehcs-1069\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1070\",\r\n \"name\": \"ehcs-1070\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1071\",\r\n \"name\": \"ehcs-1071\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1072\",\r\n \"name\": \"ehcs-1072\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1073\",\r\n \"name\": \"ehcs-1073\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1074\",\r\n \"name\": \"ehcs-1074\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1075\",\r\n \"name\": \"ehcs-1075\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1076\",\r\n \"name\": \"ehcs-1076\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1077\",\r\n \"name\": \"ehcs-1077\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1078\",\r\n \"name\": \"ehcs-1078\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1079\",\r\n \"name\": \"ehcs-1079\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1080\",\r\n \"name\": \"ehcs-1080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1081\",\r\n \"name\": \"ehcs-1081\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1082\",\r\n \"name\": \"ehcs-1082\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1083\",\r\n \"name\": \"ehcs-1083\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1084\",\r\n \"name\": \"ehcs-1084\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1085\",\r\n \"name\": \"ehcs-1085\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1086\",\r\n \"name\": \"ehcs-1086\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1087\",\r\n \"name\": \"ehcs-1087\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1088\",\r\n \"name\": \"ehcs-1088\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1089\",\r\n \"name\": \"ehcs-1089\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1090\",\r\n \"name\": \"ehcs-1090\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1091\",\r\n \"name\": \"ehcs-1091\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1092\",\r\n \"name\": \"ehcs-1092\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1093\",\r\n \"name\": \"ehcs-1093\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1094\",\r\n \"name\": \"ehcs-1094\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1095\",\r\n \"name\": \"ehcs-1095\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1096\",\r\n \"name\": \"ehcs-1096\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1097\",\r\n \"name\": \"ehcs-1097\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1098\",\r\n \"name\": \"ehcs-1098\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1099\",\r\n \"name\": \"ehcs-1099\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1100\",\r\n \"name\": \"ehcs-1100\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1101\",\r\n \"name\": \"ehcs-1101\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1102\",\r\n \"name\": \"ehcs-1102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1103\",\r\n \"name\": \"ehcs-1103\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1104\",\r\n \"name\": \"ehcs-1104\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1105\",\r\n \"name\": \"ehcs-1105\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1106\",\r\n \"name\": \"ehcs-1106\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1107\",\r\n \"name\": \"ehcs-1107\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1108\",\r\n \"name\": \"ehcs-1108\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1109\",\r\n \"name\": \"ehcs-1109\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1110\",\r\n \"name\": \"ehcs-1110\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1111\",\r\n \"name\": \"ehcs-1111\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1112\",\r\n \"name\": \"ehcs-1112\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1113\",\r\n \"name\": \"ehcs-1113\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1114\",\r\n \"name\": \"ehcs-1114\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1115\",\r\n \"name\": \"ehcs-1115\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1116\",\r\n \"name\": \"ehcs-1116\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1117\",\r\n \"name\": \"ehcs-1117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1118\",\r\n \"name\": \"ehcs-1118\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1119\",\r\n \"name\": \"ehcs-1119\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1120\",\r\n \"name\": \"ehcs-1120\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1121\",\r\n \"name\": \"ehcs-1121\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1122\",\r\n \"name\": \"ehcs-1122\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1123\",\r\n \"name\": \"ehcs-1123\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1124\",\r\n \"name\": \"ehcs-1124\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1125\",\r\n \"name\": \"ehcs-1125\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1126\",\r\n \"name\": \"ehcs-1126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1127\",\r\n \"name\": \"ehcs-1127\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1128\",\r\n \"name\": \"ehcs-1128\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1129\",\r\n \"name\": \"ehcs-1129\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1130\",\r\n \"name\": \"ehcs-1130\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1131\",\r\n \"name\": \"ehcs-1131\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1132\",\r\n \"name\": \"ehcs-1132\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1133\",\r\n \"name\": \"ehcs-1133\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1134\",\r\n \"name\": \"ehcs-1134\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1135\",\r\n \"name\": \"ehcs-1135\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1136\",\r\n \"name\": \"ehcs-1136\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1137\",\r\n \"name\": \"ehcs-1137\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1138\",\r\n \"name\": \"ehcs-1138\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1139\",\r\n \"name\": \"ehcs-1139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1140\",\r\n \"name\": \"ehcs-1140\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1141\",\r\n \"name\": \"ehcs-1141\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1142\",\r\n \"name\": \"ehcs-1142\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1143\",\r\n \"name\": \"ehcs-1143\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1144\",\r\n \"name\": \"ehcs-1144\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1145\",\r\n \"name\": \"ehcs-1145\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1146\",\r\n \"name\": \"ehcs-1146\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1147\",\r\n \"name\": \"ehcs-1147\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1148\",\r\n \"name\": \"ehcs-1148\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1149\",\r\n \"name\": \"ehcs-1149\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1150\",\r\n \"name\": \"ehcs-1150\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1151\",\r\n \"name\": \"ehcs-1151\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1152\",\r\n \"name\": \"ehcs-1152\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1153\",\r\n \"name\": \"ehcs-1153\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1154\",\r\n \"name\": \"ehcs-1154\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1155\",\r\n \"name\": \"ehcs-1155\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1156\",\r\n \"name\": \"ehcs-1156\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1157\",\r\n \"name\": \"ehcs-1157\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/elasticsearch-vm-01\",\r\n \"name\": \"elasticsearch-vm-01\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventgrid\",\r\n \"name\": \"eventgrid\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventgridpocv2rg\",\r\n \"name\": \"eventgridpocv2rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventgridtestfunctionapp\",\r\n \"name\": \"eventgridtestfunctionapp\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventhubs\",\r\n \"name\": \"eventhubs\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Flobbel\",\r\n \"name\": \"Flobbel\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/FrancoSpecialResourceGroup\",\r\n \"name\": \"FrancoSpecialResourceGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/functionApp123\",\r\n \"name\": \"functionApp123\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/griddurability\",\r\n \"name\": \"griddurability\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/intern\",\r\n \"name\": \"intern\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/intern-test\",\r\n \"name\": \"intern-test\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/InternProject2016\",\r\n \"name\": \"InternProject2016\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/JustGroup\",\r\n \"name\": \"JustGroup\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/JustinRG\",\r\n \"name\": \"JustinRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/JustResources\",\r\n \"name\": \"JustResources\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/largegrid1\",\r\n \"name\": \"largegrid1\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/LinkedInTestGroup\",\r\n \"name\": \"LinkedInTestGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/LinkedinTestGroupNew\",\r\n \"name\": \"LinkedinTestGroupNew\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/LuesbuebliResources\",\r\n \"name\": \"LuesbuebliResources\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/markushadapterworker\",\r\n \"name\": \"markushadapterworker\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/masrivas46971WestUS\",\r\n \"name\": \"masrivas46971WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Mobile-Default-Web-WestUS\",\r\n \"name\": \"Mobile-Default-Web-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/MobileServices-WestUS\",\r\n \"name\": \"MobileServices-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/myresourceGroup1\",\r\n \"name\": \"myresourceGroup1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/mysamplesvtest\",\r\n \"name\": \"mysamplesvtest\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/nemakam\",\r\n \"name\": \"nemakam\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/newVinsu\",\r\n \"name\": \"newVinsu\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/onesdk2920\",\r\n \"name\": \"onesdk2920\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/onesdk3077\",\r\n \"name\": \"onesdk3077\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/powershellrg\",\r\n \"name\": \"powershellrg\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/pushcit\",\r\n \"name\": \"pushcit\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RapscallionResources\",\r\n \"name\": \"RapscallionResources\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/relayrg\",\r\n \"name\": \"relayrg\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName123445\",\r\n \"name\": \"RGName123445\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1064\",\r\n \"name\": \"RGName-onesdk1064\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1073\",\r\n \"name\": \"RGName-onesdk1073\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1075\",\r\n \"name\": \"RGName-onesdk1075\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1089\",\r\n \"name\": \"RGName-onesdk1089\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1122\",\r\n \"name\": \"RGName-onesdk1122\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk115\",\r\n \"name\": \"RGName-onesdk115\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1150\",\r\n \"name\": \"RGName-onesdk1150\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1159\",\r\n \"name\": \"RGName-onesdk1159\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1180\",\r\n \"name\": \"RGName-onesdk1180\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1192\",\r\n \"name\": \"RGName-onesdk1192\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1195\",\r\n \"name\": \"RGName-onesdk1195\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1200\",\r\n \"name\": \"RGName-onesdk1200\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1240\",\r\n \"name\": \"RGName-onesdk1240\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1244\",\r\n \"name\": \"RGName-onesdk1244\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1260\",\r\n \"name\": \"RGName-onesdk1260\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1271\",\r\n \"name\": \"RGName-onesdk1271\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1274\",\r\n \"name\": \"RGName-onesdk1274\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1284\",\r\n \"name\": \"RGName-onesdk1284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1294\",\r\n \"name\": \"RGName-onesdk1294\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1349\",\r\n \"name\": \"RGName-onesdk1349\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1422\",\r\n \"name\": \"RGName-onesdk1422\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1430\",\r\n \"name\": \"RGName-onesdk1430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1431\",\r\n \"name\": \"RGName-onesdk1431\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1470\",\r\n \"name\": \"RGName-onesdk1470\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1493\",\r\n \"name\": \"RGName-onesdk1493\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1555\",\r\n \"name\": \"RGName-onesdk1555\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1571\",\r\n \"name\": \"RGName-onesdk1571\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1606\",\r\n \"name\": \"RGName-onesdk1606\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1641\",\r\n \"name\": \"RGName-onesdk1641\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1681\",\r\n \"name\": \"RGName-onesdk1681\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1739\",\r\n \"name\": \"RGName-onesdk1739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1751\",\r\n \"name\": \"RGName-onesdk1751\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1802\",\r\n \"name\": \"RGName-onesdk1802\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1837\",\r\n \"name\": \"RGName-onesdk1837\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1838\",\r\n \"name\": \"RGName-onesdk1838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1839\",\r\n \"name\": \"RGName-onesdk1839\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk188\",\r\n \"name\": \"RGName-onesdk188\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1896\",\r\n \"name\": \"RGName-onesdk1896\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1933\",\r\n \"name\": \"RGName-onesdk1933\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1940\",\r\n \"name\": \"RGName-onesdk1940\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1942\",\r\n \"name\": \"RGName-onesdk1942\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1955\",\r\n \"name\": \"RGName-onesdk1955\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1975\",\r\n \"name\": \"RGName-onesdk1975\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk202\",\r\n \"name\": \"RGName-onesdk202\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2082\",\r\n \"name\": \"RGName-onesdk2082\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2163\",\r\n \"name\": \"RGName-onesdk2163\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk225\",\r\n \"name\": \"RGName-onesdk225\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2252\",\r\n \"name\": \"RGName-onesdk2252\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk229\",\r\n \"name\": \"RGName-onesdk229\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2299\",\r\n \"name\": \"RGName-onesdk2299\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2320\",\r\n \"name\": \"RGName-onesdk2320\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2321\",\r\n \"name\": \"RGName-onesdk2321\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2359\",\r\n \"name\": \"RGName-onesdk2359\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2498\",\r\n \"name\": \"RGName-onesdk2498\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk250\",\r\n \"name\": \"RGName-onesdk250\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2533\",\r\n \"name\": \"RGName-onesdk2533\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2569\",\r\n \"name\": \"RGName-onesdk2569\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2581\",\r\n \"name\": \"RGName-onesdk2581\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2605\",\r\n \"name\": \"RGName-onesdk2605\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2609\",\r\n \"name\": \"RGName-onesdk2609\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2610\",\r\n \"name\": \"RGName-onesdk2610\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2681\",\r\n \"name\": \"RGName-onesdk2681\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2901\",\r\n \"name\": \"RGName-onesdk2901\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2906\",\r\n \"name\": \"RGName-onesdk2906\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2909\",\r\n \"name\": \"RGName-onesdk2909\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2915\",\r\n \"name\": \"RGName-onesdk2915\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2940\",\r\n \"name\": \"RGName-onesdk2940\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2953\",\r\n \"name\": \"RGName-onesdk2953\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2961\",\r\n \"name\": \"RGName-onesdk2961\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2975\",\r\n \"name\": \"RGName-onesdk2975\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3034\",\r\n \"name\": \"RGName-onesdk3034\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3044\",\r\n \"name\": \"RGName-onesdk3044\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3058\",\r\n \"name\": \"RGName-onesdk3058\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3109\",\r\n \"name\": \"RGName-onesdk3109\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3121\",\r\n \"name\": \"RGName-onesdk3121\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3126\",\r\n \"name\": \"RGName-onesdk3126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3129\",\r\n \"name\": \"RGName-onesdk3129\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3137\",\r\n \"name\": \"RGName-onesdk3137\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3139\",\r\n \"name\": \"RGName-onesdk3139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3154\",\r\n \"name\": \"RGName-onesdk3154\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3181\",\r\n \"name\": \"RGName-onesdk3181\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3198\",\r\n \"name\": \"RGName-onesdk3198\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3246\",\r\n \"name\": \"RGName-onesdk3246\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk328\",\r\n \"name\": \"RGName-onesdk328\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk330\",\r\n \"name\": \"RGName-onesdk330\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3331\",\r\n \"name\": \"RGName-onesdk3331\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3340\",\r\n \"name\": \"RGName-onesdk3340\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3351\",\r\n \"name\": \"RGName-onesdk3351\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3353\",\r\n \"name\": \"RGName-onesdk3353\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3375\",\r\n \"name\": \"RGName-onesdk3375\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3393\",\r\n \"name\": \"RGName-onesdk3393\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3407\",\r\n \"name\": \"RGName-onesdk3407\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3430\",\r\n \"name\": \"RGName-onesdk3430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3454\",\r\n \"name\": \"RGName-onesdk3454\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3487\",\r\n \"name\": \"RGName-onesdk3487\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3502\",\r\n \"name\": \"RGName-onesdk3502\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3564\",\r\n \"name\": \"RGName-onesdk3564\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3572\",\r\n \"name\": \"RGName-onesdk3572\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk358\",\r\n \"name\": \"RGName-onesdk358\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3591\",\r\n \"name\": \"RGName-onesdk3591\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3622\",\r\n \"name\": \"RGName-onesdk3622\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3646\",\r\n \"name\": \"RGName-onesdk3646\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk376\",\r\n \"name\": \"RGName-onesdk376\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3777\",\r\n \"name\": \"RGName-onesdk3777\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3781\",\r\n \"name\": \"RGName-onesdk3781\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3802\",\r\n \"name\": \"RGName-onesdk3802\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3823\",\r\n \"name\": \"RGName-onesdk3823\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3824\",\r\n \"name\": \"RGName-onesdk3824\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3843\",\r\n \"name\": \"RGName-onesdk3843\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3849\",\r\n \"name\": \"RGName-onesdk3849\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3863\",\r\n \"name\": \"RGName-onesdk3863\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3892\",\r\n \"name\": \"RGName-onesdk3892\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3898\",\r\n \"name\": \"RGName-onesdk3898\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3928\",\r\n \"name\": \"RGName-onesdk3928\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3944\",\r\n \"name\": \"RGName-onesdk3944\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3978\",\r\n \"name\": \"RGName-onesdk3978\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3995\",\r\n \"name\": \"RGName-onesdk3995\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4024\",\r\n \"name\": \"RGName-onesdk4024\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4133\",\r\n \"name\": \"RGName-onesdk4133\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4274\",\r\n \"name\": \"RGName-onesdk4274\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4295\",\r\n \"name\": \"RGName-onesdk4295\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4300\",\r\n \"name\": \"RGName-onesdk4300\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4302\",\r\n \"name\": \"RGName-onesdk4302\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4326\",\r\n \"name\": \"RGName-onesdk4326\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4332\",\r\n \"name\": \"RGName-onesdk4332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4348\",\r\n \"name\": \"RGName-onesdk4348\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4418\",\r\n \"name\": \"RGName-onesdk4418\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4454\",\r\n \"name\": \"RGName-onesdk4454\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4539\",\r\n \"name\": \"RGName-onesdk4539\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4544\",\r\n \"name\": \"RGName-onesdk4544\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4598\",\r\n \"name\": \"RGName-onesdk4598\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4599\",\r\n \"name\": \"RGName-onesdk4599\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4600\",\r\n \"name\": \"RGName-onesdk4600\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4633\",\r\n \"name\": \"RGName-onesdk4633\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4639\",\r\n \"name\": \"RGName-onesdk4639\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4784\",\r\n \"name\": \"RGName-onesdk4784\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk482\",\r\n \"name\": \"RGName-onesdk482\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4832\",\r\n \"name\": \"RGName-onesdk4832\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4882\",\r\n \"name\": \"RGName-onesdk4882\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk49\",\r\n \"name\": \"RGName-onesdk49\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4928\",\r\n \"name\": \"RGName-onesdk4928\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4943\",\r\n \"name\": \"RGName-onesdk4943\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4944\",\r\n \"name\": \"RGName-onesdk4944\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4994\",\r\n \"name\": \"RGName-onesdk4994\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5039\",\r\n \"name\": \"RGName-onesdk5039\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5092\",\r\n \"name\": \"RGName-onesdk5092\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5119\",\r\n \"name\": \"RGName-onesdk5119\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5126\",\r\n \"name\": \"RGName-onesdk5126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5162\",\r\n \"name\": \"RGName-onesdk5162\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5198\",\r\n \"name\": \"RGName-onesdk5198\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5285\",\r\n \"name\": \"RGName-onesdk5285\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5310\",\r\n \"name\": \"RGName-onesdk5310\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5314\",\r\n \"name\": \"RGName-onesdk5314\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk535\",\r\n \"name\": \"RGName-onesdk535\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5368\",\r\n \"name\": \"RGName-onesdk5368\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk540\",\r\n \"name\": \"RGName-onesdk540\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5456\",\r\n \"name\": \"RGName-onesdk5456\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk546\",\r\n \"name\": \"RGName-onesdk546\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5487\",\r\n \"name\": \"RGName-onesdk5487\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5488\",\r\n \"name\": \"RGName-onesdk5488\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5492\",\r\n \"name\": \"RGName-onesdk5492\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5536\",\r\n \"name\": \"RGName-onesdk5536\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5574\",\r\n \"name\": \"RGName-onesdk5574\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5629\",\r\n \"name\": \"RGName-onesdk5629\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5684\",\r\n \"name\": \"RGName-onesdk5684\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5715\",\r\n \"name\": \"RGName-onesdk5715\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk573\",\r\n \"name\": \"RGName-onesdk573\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5756\",\r\n \"name\": \"RGName-onesdk5756\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5770\",\r\n \"name\": \"RGName-onesdk5770\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5787\",\r\n \"name\": \"RGName-onesdk5787\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5796\",\r\n \"name\": \"RGName-onesdk5796\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5836\",\r\n \"name\": \"RGName-onesdk5836\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5846\",\r\n \"name\": \"RGName-onesdk5846\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5863\",\r\n \"name\": \"RGName-onesdk5863\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5878\",\r\n \"name\": \"RGName-onesdk5878\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5909\",\r\n \"name\": \"RGName-onesdk5909\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk594\",\r\n \"name\": \"RGName-onesdk594\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5946\",\r\n \"name\": \"RGName-onesdk5946\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6007\",\r\n \"name\": \"RGName-onesdk6007\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6117\",\r\n \"name\": \"RGName-onesdk6117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6183\",\r\n \"name\": \"RGName-onesdk6183\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6211\",\r\n \"name\": \"RGName-onesdk6211\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6212\",\r\n \"name\": \"RGName-onesdk6212\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk626\",\r\n \"name\": \"RGName-onesdk626\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6266\",\r\n \"name\": \"RGName-onesdk6266\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6364\",\r\n \"name\": \"RGName-onesdk6364\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6394\",\r\n \"name\": \"RGName-onesdk6394\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6430\",\r\n \"name\": \"RGName-onesdk6430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6464\",\r\n \"name\": \"RGName-onesdk6464\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6473\",\r\n \"name\": \"RGName-onesdk6473\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6549\",\r\n \"name\": \"RGName-onesdk6549\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6569\",\r\n \"name\": \"RGName-onesdk6569\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6628\",\r\n \"name\": \"RGName-onesdk6628\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6654\",\r\n \"name\": \"RGName-onesdk6654\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6818\",\r\n \"name\": \"RGName-onesdk6818\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6881\",\r\n \"name\": \"RGName-onesdk6881\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7002\",\r\n \"name\": \"RGName-onesdk7002\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7072\",\r\n \"name\": \"RGName-onesdk7072\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7090\",\r\n \"name\": \"RGName-onesdk7090\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7120\",\r\n \"name\": \"RGName-onesdk7120\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7174\",\r\n \"name\": \"RGName-onesdk7174\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7213\",\r\n \"name\": \"RGName-onesdk7213\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk724\",\r\n \"name\": \"RGName-onesdk724\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7250\",\r\n \"name\": \"RGName-onesdk7250\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7325\",\r\n \"name\": \"RGName-onesdk7325\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk733\",\r\n \"name\": \"RGName-onesdk733\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7420\",\r\n \"name\": \"RGName-onesdk7420\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7432\",\r\n \"name\": \"RGName-onesdk7432\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7455\",\r\n \"name\": \"RGName-onesdk7455\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7476\",\r\n \"name\": \"RGName-onesdk7476\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7540\",\r\n \"name\": \"RGName-onesdk7540\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk757\",\r\n \"name\": \"RGName-onesdk757\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7593\",\r\n \"name\": \"RGName-onesdk7593\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk760\",\r\n \"name\": \"RGName-onesdk760\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk764\",\r\n \"name\": \"RGName-onesdk764\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7716\",\r\n \"name\": \"RGName-onesdk7716\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7717\",\r\n \"name\": \"RGName-onesdk7717\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7738\",\r\n \"name\": \"RGName-onesdk7738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7772\",\r\n \"name\": \"RGName-onesdk7772\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7835\",\r\n \"name\": \"RGName-onesdk7835\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7883\",\r\n \"name\": \"RGName-onesdk7883\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7935\",\r\n \"name\": \"RGName-onesdk7935\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk798\",\r\n \"name\": \"RGName-onesdk798\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7989\",\r\n \"name\": \"RGName-onesdk7989\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8043\",\r\n \"name\": \"RGName-onesdk8043\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8120\",\r\n \"name\": \"RGName-onesdk8120\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk818\",\r\n \"name\": \"RGName-onesdk818\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8188\",\r\n \"name\": \"RGName-onesdk8188\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8253\",\r\n \"name\": \"RGName-onesdk8253\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8298\",\r\n \"name\": \"RGName-onesdk8298\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8305\",\r\n \"name\": \"RGName-onesdk8305\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8315\",\r\n \"name\": \"RGName-onesdk8315\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8336\",\r\n \"name\": \"RGName-onesdk8336\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk836\",\r\n \"name\": \"RGName-onesdk836\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8373\",\r\n \"name\": \"RGName-onesdk8373\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8396\",\r\n \"name\": \"RGName-onesdk8396\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8397\",\r\n \"name\": \"RGName-onesdk8397\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8448\",\r\n \"name\": \"RGName-onesdk8448\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8464\",\r\n \"name\": \"RGName-onesdk8464\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8465\",\r\n \"name\": \"RGName-onesdk8465\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8489\",\r\n \"name\": \"RGName-onesdk8489\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8518\",\r\n \"name\": \"RGName-onesdk8518\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8520\",\r\n \"name\": \"RGName-onesdk8520\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8552\",\r\n \"name\": \"RGName-onesdk8552\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8608\",\r\n \"name\": \"RGName-onesdk8608\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8624\",\r\n \"name\": \"RGName-onesdk8624\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8658\",\r\n \"name\": \"RGName-onesdk8658\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8804\",\r\n \"name\": \"RGName-onesdk8804\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8821\",\r\n \"name\": \"RGName-onesdk8821\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8827\",\r\n \"name\": \"RGName-onesdk8827\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8838\",\r\n \"name\": \"RGName-onesdk8838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8951\",\r\n \"name\": \"RGName-onesdk8951\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9056\",\r\n \"name\": \"RGName-onesdk9056\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9064\",\r\n \"name\": \"RGName-onesdk9064\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk908\",\r\n \"name\": \"RGName-onesdk908\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9080\",\r\n \"name\": \"RGName-onesdk9080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9117\",\r\n \"name\": \"RGName-onesdk9117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9118\",\r\n \"name\": \"RGName-onesdk9118\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9131\",\r\n \"name\": \"RGName-onesdk9131\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9144\",\r\n \"name\": \"RGName-onesdk9144\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9210\",\r\n \"name\": \"RGName-onesdk9210\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9235\",\r\n \"name\": \"RGName-onesdk9235\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9257\",\r\n \"name\": \"RGName-onesdk9257\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9284\",\r\n \"name\": \"RGName-onesdk9284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9285\",\r\n \"name\": \"RGName-onesdk9285\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9327\",\r\n \"name\": \"RGName-onesdk9327\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9328\",\r\n \"name\": \"RGName-onesdk9328\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9371\",\r\n \"name\": \"RGName-onesdk9371\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9408\",\r\n \"name\": \"RGName-onesdk9408\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9600\",\r\n \"name\": \"RGName-onesdk9600\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk961\",\r\n \"name\": \"RGName-onesdk961\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9665\",\r\n \"name\": \"RGName-onesdk9665\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9679\",\r\n \"name\": \"RGName-onesdk9679\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9694\",\r\n \"name\": \"RGName-onesdk9694\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9702\",\r\n \"name\": \"RGName-onesdk9702\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9737\",\r\n \"name\": \"RGName-onesdk9737\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9787\",\r\n \"name\": \"RGName-onesdk9787\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9833\",\r\n \"name\": \"RGName-onesdk9833\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9838\",\r\n \"name\": \"RGName-onesdk9838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9894\",\r\n \"name\": \"RGName-onesdk9894\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9904\",\r\n \"name\": \"RGName-onesdk9904\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9959\",\r\n \"name\": \"RGName-onesdk9959\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9963\",\r\n \"name\": \"RGName-onesdk9963\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9980\",\r\n \"name\": \"RGName-onesdk9980\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9995\",\r\n \"name\": \"RGName-onesdk9995\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr1081\",\r\n \"name\": \"RGName-pwr1081\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr1091\",\r\n \"name\": \"RGName-pwr1091\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr1248\",\r\n \"name\": \"RGName-pwr1248\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2323\",\r\n \"name\": \"RGName-pwr2323\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2397\",\r\n \"name\": \"RGName-pwr2397\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr250\",\r\n \"name\": \"RGName-pwr250\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2778\",\r\n \"name\": \"RGName-pwr2778\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2934\",\r\n \"name\": \"RGName-pwr2934\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3049\",\r\n \"name\": \"RGName-pwr3049\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr311\",\r\n \"name\": \"RGName-pwr311\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3313\",\r\n \"name\": \"RGName-pwr3313\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3413\",\r\n \"name\": \"RGName-pwr3413\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3622\",\r\n \"name\": \"RGName-pwr3622\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3739\",\r\n \"name\": \"RGName-pwr3739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr4171\",\r\n \"name\": \"RGName-pwr4171\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr4520\",\r\n \"name\": \"RGName-pwr4520\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr4786\",\r\n \"name\": \"RGName-pwr4786\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5381\",\r\n \"name\": \"RGName-pwr5381\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5473\",\r\n \"name\": \"RGName-pwr5473\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr583\",\r\n \"name\": \"RGName-pwr583\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5907\",\r\n \"name\": \"RGName-pwr5907\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5962\",\r\n \"name\": \"RGName-pwr5962\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-PWR61219\",\r\n \"name\": \"RGName-PWR61219\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6295\",\r\n \"name\": \"RGName-pwr6295\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6332\",\r\n \"name\": \"RGName-pwr6332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6478\",\r\n \"name\": \"RGName-pwr6478\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr649\",\r\n \"name\": \"RGName-pwr649\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6738\",\r\n \"name\": \"RGName-pwr6738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7086\",\r\n \"name\": \"RGName-pwr7086\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7442\",\r\n \"name\": \"RGName-pwr7442\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7475\",\r\n \"name\": \"RGName-pwr7475\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7480\",\r\n \"name\": \"RGName-pwr7480\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7876\",\r\n \"name\": \"RGName-pwr7876\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7950\",\r\n \"name\": \"RGName-pwr7950\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7980\",\r\n \"name\": \"RGName-pwr7980\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8\",\r\n \"name\": \"RGName-pwr8\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8024\",\r\n \"name\": \"RGName-pwr8024\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8097\",\r\n \"name\": \"RGName-pwr8097\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8102\",\r\n \"name\": \"RGName-pwr8102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8116\",\r\n \"name\": \"RGName-pwr8116\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8286\",\r\n \"name\": \"RGName-pwr8286\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8382\",\r\n \"name\": \"RGName-pwr8382\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8458\",\r\n \"name\": \"RGName-pwr8458\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8470\",\r\n \"name\": \"RGName-pwr8470\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8471\",\r\n \"name\": \"RGName-pwr8471\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr850\",\r\n \"name\": \"RGName-pwr850\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8556\",\r\n \"name\": \"RGName-pwr8556\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8578\",\r\n \"name\": \"RGName-pwr8578\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8714\",\r\n \"name\": \"RGName-pwr8714\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8910\",\r\n \"name\": \"RGName-pwr8910\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9128\",\r\n \"name\": \"RGName-pwr9128\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9402\",\r\n \"name\": \"RGName-pwr9402\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr947\",\r\n \"name\": \"RGName-pwr947\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9531\",\r\n \"name\": \"RGName-pwr9531\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9536\",\r\n \"name\": \"RGName-pwr9536\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9572\",\r\n \"name\": \"RGName-pwr9572\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9708\",\r\n \"name\": \"RGName-pwr9708\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9726\",\r\n \"name\": \"RGName-pwr9726\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9883\",\r\n \"name\": \"RGName-pwr9883\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-PWR999\",\r\n \"name\": \"RGName-PWR999\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RichardTestGroup\",\r\n \"name\": \"RichardTestGroup\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/rnrdemo\",\r\n \"name\": \"rnrdemo\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1102-rg\",\r\n \"name\": \"sb-dotnet-av-1102-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1332-rg\",\r\n \"name\": \"sb-dotnet-av-1332-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1421-rg\",\r\n \"name\": \"sb-dotnet-av-1421-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1431-rg\",\r\n \"name\": \"sb-dotnet-av-1431-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1711-rg\",\r\n \"name\": \"sb-dotnet-av-1711-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1871-rg\",\r\n \"name\": \"sb-dotnet-av-1871-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1901-rg\",\r\n \"name\": \"sb-dotnet-av-1901-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1921-rg\",\r\n \"name\": \"sb-dotnet-av-1921-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1971-rg\",\r\n \"name\": \"sb-dotnet-av-1971-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2201-rg\",\r\n \"name\": \"sb-dotnet-av-2201-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2221-rg\",\r\n \"name\": \"sb-dotnet-av-2221-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2232-rg\",\r\n \"name\": \"sb-dotnet-av-2232-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2291-rg\",\r\n \"name\": \"sb-dotnet-av-2291-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2352-rg\",\r\n \"name\": \"sb-dotnet-av-2352-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-282-rg\",\r\n \"name\": \"sb-dotnet-av-282-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-292-rg\",\r\n \"name\": \"sb-dotnet-av-292-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-311-rg\",\r\n \"name\": \"sb-dotnet-av-311-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-331-rg\",\r\n \"name\": \"sb-dotnet-av-331-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-341-rg\",\r\n \"name\": \"sb-dotnet-av-341-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-711-rg\",\r\n \"name\": \"sb-dotnet-av-711-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-731-rg\",\r\n \"name\": \"sb-dotnet-av-731-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-761-rg\",\r\n \"name\": \"sb-dotnet-av-761-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-781-rg\",\r\n \"name\": \"sb-dotnet-av-781-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-811-rg\",\r\n \"name\": \"sb-dotnet-av-811-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-91-rg\",\r\n \"name\": \"sb-dotnet-av-91-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/SB-Server-TLS1.2-Testing\",\r\n \"name\": \"SB-Server-TLS1.2-Testing\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sbcit\",\r\n \"name\": \"sbcit\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sbcit2\",\r\n \"name\": \"sbcit2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/SBServerTest\",\r\n \"name\": \"SBServerTest\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/SecretsDaylight\",\r\n \"name\": \"SecretsDaylight\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/securitydata\",\r\n \"name\": \"securitydata\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ServiceBusInfrastructure\",\r\n \"name\": \"ServiceBusInfrastructure\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sjplay\",\r\n \"name\": \"sjplay\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sjResourceGroup\",\r\n \"name\": \"sjResourceGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/StreamAnalytics-Default-Central-US\",\r\n \"name\": \"StreamAnalytics-Default-Central-US\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/StreamAnalytics-Default-East-US-2\",\r\n \"name\": \"StreamAnalytics-Default-East-US-2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/stresslinux01\",\r\n \"name\": \"stresslinux01\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Test\",\r\n \"name\": \"Test\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/test1\",\r\n \"name\": \"test1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testarchivesv\",\r\n \"name\": \"testarchivesv\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testeh-delete\",\r\n \"name\": \"testeh-delete\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testNet\",\r\n \"name\": \"testNet\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/TestResourceGroup\",\r\n \"name\": \"TestResourceGroup\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/TestSbServer1\",\r\n \"name\": \"TestSbServer1\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testtest\",\r\n \"name\": \"testtest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/TwitterGroup\",\r\n \"name\": \"TwitterGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vijayjavaclient\",\r\n \"name\": \"vijayjavaclient\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vijayjavaclienttests\",\r\n \"name\": \"vijayjavaclienttests\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vijaypremiumjavaclienttests\",\r\n \"name\": \"vijaypremiumjavaclienttests\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinaytest\",\r\n \"name\": \"vinaytest\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsu\",\r\n \"name\": \"vinsu\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsu221\",\r\n \"name\": \"vinsu221\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsuqueuereader\",\r\n \"name\": \"vinsuqueuereader\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/VINSUSVR2\",\r\n \"name\": \"VINSUSVR2\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsutest\",\r\n \"name\": \"vinsutest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsutest15\",\r\n \"name\": \"vinsutest15\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsutestgrp\",\r\n \"name\": \"vinsutestgrp\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ägroup\",\r\n \"name\": \"ägroup\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/äshol\",\r\n \"name\": \"äshol\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:45:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14859" - ], - "x-ms-request-id": [ - "aa4f1e00-d9b6-4aef-bc53-cbdc1b95959a" - ], - "x-ms-correlation-request-id": [ - "aa4f1e00-d9b6-4aef-bc53-cbdc1b95959a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004525Z:aa4f1e00-d9b6-4aef-bc53-cbdc1b95959a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Nz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"location\": \"Australia East\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "103" - ], - "x-ms-client-request-id": [ - "1af1d24e-23b8-4924-a9a3-941d7b777b11" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177\",\r\n \"name\": \"sdk-Namespace-5177\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-5177\",\r\n \"createdAt\": \"2017-08-16T00:45:28.17Z\",\r\n \"updatedAt\": \"2017-08-16T00:45:28.17Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-5177.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:45:28 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "490c7d68-6546-4d1d-ac0b-60983ca144ea_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" - ], - "x-ms-correlation-request-id": [ - "d478049a-354d-4afa-ae70-438cb5915e43" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004528Z:d478049a-354d-4afa-ae70-438cb5915e43" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Nz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177\",\r\n \"name\": \"sdk-Namespace-5177\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-5177\",\r\n \"createdAt\": \"2017-08-16T00:45:28.17Z\",\r\n \"updatedAt\": \"2017-08-16T00:45:55.97Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-5177.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:45:58 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ad264d8e-38c0-4a52-a9cb-26470afa33a1_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14860" - ], - "x-ms-correlation-request-id": [ - "0c7d6dfb-a7e6-4e9c-892c-6b87e1b3d9c7" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004558Z:0c7d6dfb-a7e6-4e9c-892c-6b87e1b3d9c7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"enablePartitioning\": true\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "60" - ], - "x-ms-client-request-id": [ - "2f35659c-6435-48c6-ab8a-f4e16f9c30a8" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"defaultMessageTimeToLive\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxSizeInMegabytes\": 81920,\r\n \"requiresDuplicateDetection\": false,\r\n \"duplicateDetectionHistoryTimeWindow\": \"PT10M\",\r\n \"enableBatchedOperations\": true,\r\n \"sizeInBytes\": 0,\r\n \"status\": \"Active\",\r\n \"supportOrdering\": false,\r\n \"autoDeleteOnIdle\": \"P10675199DT2H48M5.4775807S\",\r\n \"enablePartitioning\": true,\r\n \"enableExpress\": false,\r\n \"createdAt\": \"2017-08-16T00:46:04.81Z\",\r\n \"updatedAt\": \"2017-08-16T00:46:06.527Z\",\r\n \"accessedAt\": \"0001-01-01T00:00:00\",\r\n \"subscriptionCount\": 0,\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n }\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "619f21e3-0a84-4149-a9fb-df46f3826f89_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" - ], - "x-ms-correlation-request-id": [ - "0d574743-f7b9-4e68-a2da-68038dd39ee5" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004608Z:0d574743-f7b9-4e68-a2da-68038dd39ee5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "0dbed0af-0709-4a47-9fce-588ab7fc54b3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"defaultMessageTimeToLive\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxSizeInMegabytes\": 81920,\r\n \"requiresDuplicateDetection\": false,\r\n \"duplicateDetectionHistoryTimeWindow\": \"PT10M\",\r\n \"enableBatchedOperations\": true,\r\n \"sizeInBytes\": 0,\r\n \"status\": \"Active\",\r\n \"supportOrdering\": false,\r\n \"autoDeleteOnIdle\": \"P10675199DT2H48M5.4775807S\",\r\n \"enablePartitioning\": true,\r\n \"enableExpress\": false,\r\n \"createdAt\": \"2017-08-16T00:46:04.81Z\",\r\n \"updatedAt\": \"2017-08-16T00:46:06.527Z\",\r\n \"accessedAt\": \"0001-01-01T00:00:00Z\",\r\n \"subscriptionCount\": 0,\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n }\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e0931e62-9f95-480a-a6cb-3e4bcaeefb49_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14858" - ], - "x-ms-correlation-request-id": [ - "1ce87b5d-66b6-474b-87d6-aea79082f164" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004609Z:1ce87b5d-66b6-474b-87d6-aea79082f164" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L3N1YnNjcmlwdGlvbnMvc2RrLVN1YnNjcmlwdGlvbnMtbW9yZXRoYW41MGNoYXJzY2hlY2t0b3ZlcmlmcXdlcj9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"lockDuration\": \"PT3M\",\r\n \"defaultMessageTimeToLive\": \"PT5M\",\r\n \"deadLetteringOnMessageExpiration\": true,\r\n \"maxDeliveryCount\": 14,\r\n \"status\": \"Active\",\r\n \"enableBatchedOperations\": true,\r\n \"autoDeleteOnIdle\": \"PT7M\"\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "269" - ], - "x-ms-client-request-id": [ - "755db756-0ed2-4f0d-b75f-fdb7b1077b63" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"name\": \"sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/Subscriptions\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"lockDuration\": \"PT3M\",\r\n \"requiresSession\": false,\r\n \"defaultMessageTimeToLive\": \"PT5M\",\r\n \"deadLetteringOnMessageExpiration\": true,\r\n \"messageCount\": 0,\r\n \"maxDeliveryCount\": 14,\r\n \"status\": \"Active\",\r\n \"enableBatchedOperations\": true,\r\n \"createdAt\": \"2017-08-16T00:46:10.7357825Z\",\r\n \"updatedAt\": \"2017-08-16T00:46:10.7357825Z\",\r\n \"accessedAt\": \"0001-01-01T00:00:00\",\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n },\r\n \"autoDeleteOnIdle\": \"PT7M\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:11 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "eab5013a-672d-4ba3-9024-c7c9a39178c4_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" - ], - "x-ms-correlation-request-id": [ - "1e502858-0365-4859-b79c-96c09cd6859a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004611Z:1e502858-0365-4859-b79c-96c09cd6859a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L3N1YnNjcmlwdGlvbnMvc2RrLVN1YnNjcmlwdGlvbnMtbW9yZXRoYW41MGNoYXJzY2hlY2t0b3ZlcmlmcXdlcj9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"deadLetteringOnMessageExpiration\": true,\r\n \"enableBatchedOperations\": true\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "112" - ], - "x-ms-client-request-id": [ - "a1ef1781-680d-41d5-b8dd-d349ebf1520c" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"name\": \"sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/Subscriptions\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"lockDuration\": \"PT1M\",\r\n \"requiresSession\": false,\r\n \"defaultMessageTimeToLive\": \"P10675199DT2H48M5.4775807S\",\r\n \"deadLetteringOnMessageExpiration\": true,\r\n \"messageCount\": 0,\r\n \"maxDeliveryCount\": 10,\r\n \"status\": \"Active\",\r\n \"enableBatchedOperations\": true,\r\n \"createdAt\": \"2017-08-16T00:46:14.9545Z\",\r\n \"updatedAt\": \"2017-08-16T00:46:14.9545Z\",\r\n \"accessedAt\": \"0001-01-01T00:00:00\",\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n },\r\n \"autoDeleteOnIdle\": \"P10675199DT2H48M5.4775807S\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:15 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "197e7d63-e868-4717-938f-0859778b10a5_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" - ], - "x-ms-correlation-request-id": [ - "8c393ce3-943c-477d-ac4e-7c139942d82a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004615Z:8c393ce3-943c-477d-ac4e-7c139942d82a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L3N1YnNjcmlwdGlvbnMvc2RrLVN1YnNjcmlwdGlvbnMtbW9yZXRoYW41MGNoYXJzY2hlY2t0b3ZlcmlmcXdlcj9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "aa6d165a-d395-4d6c-8cda-47b66d956954" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"name\": \"sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/Subscriptions\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"lockDuration\": \"PT3M\",\r\n \"requiresSession\": false,\r\n \"defaultMessageTimeToLive\": \"PT5M\",\r\n \"deadLetteringOnMessageExpiration\": true,\r\n \"messageCount\": 0,\r\n \"maxDeliveryCount\": 14,\r\n \"status\": \"Active\",\r\n \"enableBatchedOperations\": true,\r\n \"createdAt\": \"2017-08-16T00:46:09.4797441Z\",\r\n \"updatedAt\": \"2017-08-16T00:46:12.353262Z\",\r\n \"accessedAt\": \"2017-08-16T00:46:12.353262Z\",\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n },\r\n \"autoDeleteOnIdle\": \"PT7M\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "fa28f5ea-a5e8-465f-9a99-0616e5b07895_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" - ], - "x-ms-correlation-request-id": [ - "65e9370d-ec6d-4caa-891b-d85994d42a05" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004612Z:65e9370d-ec6d-4caa-891b-d85994d42a05" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L3N1YnNjcmlwdGlvbnMvc2RrLVN1YnNjcmlwdGlvbnMtbW9yZXRoYW41MGNoYXJzY2hlY2t0b3ZlcmlmcXdlcj9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e4e8fac9-b0be-4819-8bb2-949040290718" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"name\": \"sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/Subscriptions\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"lockDuration\": \"PT1M\",\r\n \"requiresSession\": false,\r\n \"defaultMessageTimeToLive\": \"P10675199DT2H48M5.4775807S\",\r\n \"deadLetteringOnMessageExpiration\": true,\r\n \"messageCount\": 0,\r\n \"maxDeliveryCount\": 10,\r\n \"status\": \"Active\",\r\n \"enableBatchedOperations\": true,\r\n \"createdAt\": \"2017-08-16T00:46:09.4797441Z\",\r\n \"updatedAt\": \"2017-08-16T00:46:16.476207Z\",\r\n \"accessedAt\": \"2017-08-16T00:46:12.353262Z\",\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n },\r\n \"autoDeleteOnIdle\": \"P10675199DT2H48M5.4775807S\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:16 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ff9d9692-a2d8-4f30-889d-92ccc211ad20_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14854" - ], - "x-ms-correlation-request-id": [ - "6fc4054f-ebe6-4711-9536-dd3bd590bb85" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004616Z:6fc4054f-ebe6-4711-9536-dd3bd590bb85" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L3N1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6c7277a9-c0d4-4de5-8ded-f1c67ad551eb" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"name\": \"sdk-Subscriptions-morethan50charschecktoverifqwer\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/Subscriptions\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"lockDuration\": \"PT3M\",\r\n \"requiresSession\": false,\r\n \"defaultMessageTimeToLive\": \"PT5M\",\r\n \"deadLetteringOnMessageExpiration\": true,\r\n \"messageCount\": 0,\r\n \"maxDeliveryCount\": 14,\r\n \"status\": \"Active\",\r\n \"enableBatchedOperations\": true,\r\n \"createdAt\": \"2017-08-16T00:46:09.4797441Z\",\r\n \"updatedAt\": \"2017-08-16T00:46:12.353262Z\",\r\n \"accessedAt\": \"2017-08-16T00:46:12.353262Z\",\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n },\r\n \"autoDeleteOnIdle\": \"PT7M\"\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "30d5c380-f526-4e3e-91b6-d5240d742de2_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14855" - ], - "x-ms-correlation-request-id": [ - "ba16ddaa-86c8-4c74-93c0-0f62678372b2" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004612Z:ba16ddaa-86c8-4c74-93c0-0f62678372b2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/subscriptions/sdk-Subscriptions-morethan50charschecktoverifqwer?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L3N1YnNjcmlwdGlvbnMvc2RrLVN1YnNjcmlwdGlvbnMtbW9yZXRoYW41MGNoYXJzY2hlY2t0b3ZlcmlmcXdlcj9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "93c517ee-837e-418a-8fc2-d096c162b741" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:16 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "613dcfbd-18f8-4d89-8d45-b30be3d4d555_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" - ], - "x-ms-correlation-request-id": [ - "361f2599-8006-45c9-b0fd-2003d65bde05" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004617Z:361f2599-8006-45c9-b0fd-2003d65bde05" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "9c14db27-f80e-4ea8-96ed-46711c13b9cf" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "64c8f2a7-b810-4560-85b2-553ebd9a74cf_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" - ], - "x-ms-correlation-request-id": [ - "a412f5f8-8412-4975-b7f9-67cf98317a05" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004618Z:a412f5f8-8412-4975-b7f9-67cf98317a05" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Nz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e94069d5-37cb-40b5-84d7-d0e983bc8e20" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/operationresults/sdk-Namespace-5177?api-version=2017-04-01" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "6e977911-114c-4d60-9c0c-f3ecb51703d1_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" - ], - "x-ms-correlation-request-id": [ - "654ba40c-4f30-4412-913d-4c8a9f357ccb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004619Z:654ba40c-4f30-4412-913d-4c8a9f357ccb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-5177/operationresults/sdk-Namespace-5177?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtNTE3Ny9vcGVyYXRpb25yZXN1bHRzL3Nkay1OYW1lc3BhY2UtNTE3Nz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:46:49 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "24ef80ef-c9eb-4486-91f9-5e4732def3fd_M6_M6" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14850" - ], - "x-ms-correlation-request-id": [ - "ac458f57-e5d0-43fd-ab21-a933e3aa394d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T004650Z:ac458f57-e5d0-43fd-ab21-a933e3aa394d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - } - ], - "Names": { - "SubscriptionsCreateGetUpdateDelete_Length": [ - "sdk-Namespace-5177" - ] - }, - "Variables": { - "SubscriptionId": "854d368f-1828-428f-8f3c-f2affa9b2f7d" - } -} \ No newline at end of file diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/TopicsCreateGetUpdateDeleteAuthorizationRules_Length.json b/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/TopicsCreateGetUpdateDeleteAuthorizationRules_Length.json deleted file mode 100644 index 55084862ab66..000000000000 --- a/src/SDKs/ServiceBus/ServiceBus.Tests/SessionRecords/ServiceBus.Tests.ScenarioTests.ScenarioTests/TopicsCreateGetUpdateDeleteAuthorizationRules_Length.json +++ /dev/null @@ -1,1297 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/providers/Microsoft.ServiceBus?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cz9hcGktdmVyc2lvbj0yMDE1LTExLTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "7948e908-742e-4d07-8d03-0c70dea87851" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/providers/Microsoft.ServiceBus\",\r\n \"namespace\": \"Microsoft.ServiceBus\",\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"namespaces\",\r\n \"locations\": [\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"West US\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"West Central US\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Central India\",\r\n \"South India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK West\",\r\n \"UK South\",\r\n \"Korea Central\",\r\n \"Korea South\"\r\n ],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"checkNamespaceAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"sku\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"premiumMessagingRegions\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2017-04-01\",\r\n \"2015-08-01\",\r\n \"2014-09-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:35:33 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-request-id": [ - "d3c5f344-3770-4336-afd4-52db822c80d3" - ], - "x-ms-correlation-request-id": [ - "d3c5f344-3770-4336-afd4-52db822c80d3" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003534Z:d3c5f344-3770-4336-afd4-52db822c80d3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourcegroups?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlZ3JvdXBzP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "14232a98-b669-4f04-9bec-f8043d93fec4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/AAA-Default-ServiceBus-NewRegions-Testing\",\r\n \"name\": \"AAA-Default-ServiceBus-NewRegions-Testing\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/AkkaTesting\",\r\n \"name\": \"AkkaTesting\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Api-Default-North-Europe\",\r\n \"name\": \"Api-Default-North-Europe\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/archivetest\",\r\n \"name\": \"archivetest\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ardsouza-resourcemovetest-group1\",\r\n \"name\": \"ardsouza-resourcemovetest-group1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ardsouza-resourcemovetest-group2\",\r\n \"name\": \"ardsouza-resourcemovetest-group2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ARM-ManagementClient-Testing-RG\",\r\n \"name\": \"ARM-ManagementClient-Testing-RG\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/binzytest\",\r\n \"name\": \"binzytest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/connectedcar\",\r\n \"name\": \"connectedcar\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-backup\",\r\n \"name\": \"das-test-backup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-dasc2\",\r\n \"name\": \"das-test-dasc2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-ds1\",\r\n \"name\": \"das-test-ds1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-ds2\",\r\n \"name\": \"das-test-ds2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-eca\",\r\n \"name\": \"das-test-eca\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/das-test-tsg\",\r\n \"name\": \"das-test-tsg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dashboards\",\r\n \"name\": \"dashboards\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/daylight\",\r\n \"name\": \"daylight\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ApplicationInsights-CentralUS\",\r\n \"name\": \"Default-ApplicationInsights-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ApplicationInsights-EastUS\",\r\n \"name\": \"Default-ApplicationInsights-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-BizTalk-West-US\",\r\n \"name\": \"Default-BizTalk-West-US\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-BrazilSouth\",\r\n \"name\": \"Default-EventHub-BrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-CentralUS\",\r\n \"name\": \"Default-EventHub-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-EASTUS2EUAP\",\r\n \"name\": \"Default-EventHub-EASTUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-SouthCentralUS\",\r\n \"name\": \"Default-EventHub-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-WestCentralUS\",\r\n \"name\": \"Default-EventHub-WestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-EventHub-WestUS\",\r\n \"name\": \"Default-EventHub-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Networking\",\r\n \"name\": \"Default-Networking\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast\",\r\n \"name\": \"Default-ServiceBus-AustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaSoutheast\",\r\n \"name\": \"Default-ServiceBus-AustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-BrazilSouth\",\r\n \"name\": \"Default-ServiceBus-BrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-CentralIndia\",\r\n \"name\": \"Default-ServiceBus-CentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-CentralUS\",\r\n \"name\": \"Default-ServiceBus-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-EastAsia\",\r\n \"name\": \"Default-ServiceBus-EastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-EastUS\",\r\n \"name\": \"Default-ServiceBus-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-EastUS2\",\r\n \"name\": \"Default-ServiceBus-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-JapanEast\",\r\n \"name\": \"Default-ServiceBus-JapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-JapanWest\",\r\n \"name\": \"Default-ServiceBus-JapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-NorthCentralUS\",\r\n \"name\": \"Default-ServiceBus-NorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-NorthEurope\",\r\n \"name\": \"Default-ServiceBus-NorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-SouthCentralUS\",\r\n \"name\": \"Default-ServiceBus-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-SoutheastAsia\",\r\n \"name\": \"Default-ServiceBus-SoutheastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-SouthIndia\",\r\n \"name\": \"Default-ServiceBus-SouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestCentralUS\",\r\n \"name\": \"Default-ServiceBus-WestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestEurope\",\r\n \"name\": \"Default-ServiceBus-WestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestIndia\",\r\n \"name\": \"Default-ServiceBus-WestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS\",\r\n \"name\": \"Default-ServiceBus-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-SQL-NorthCentralUS\",\r\n \"name\": \"Default-SQL-NorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-SQL-WestUS\",\r\n \"name\": \"Default-SQL-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-CentralUS\",\r\n \"name\": \"Default-Storage-CentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-EastAsia\",\r\n \"name\": \"Default-Storage-EastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-EastUS\",\r\n \"name\": \"Default-Storage-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-NorthCentralUS\",\r\n \"name\": \"Default-Storage-NorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-NorthEurope\",\r\n \"name\": \"Default-Storage-NorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-SoutheastAsia\",\r\n \"name\": \"Default-Storage-SoutheastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-WestEurope\",\r\n \"name\": \"Default-Storage-WestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Storage-WestUS\",\r\n \"name\": \"Default-Storage-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-TrafficManager\",\r\n \"name\": \"Default-TrafficManager\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Web-EastUS\",\r\n \"name\": \"Default-Web-EastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-Web-WestUS\",\r\n \"name\": \"Default-Web-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default_ServiceBus1_WestUS\",\r\n \"name\": \"Default_ServiceBus1_WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/DefaultResourceGroup-WEU\",\r\n \"name\": \"DefaultResourceGroup-WEU\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb0-bvtvm\",\r\n \"name\": \"dl-cdb0-bvtvm\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb0-bvtvmac\",\r\n \"name\": \"dl-cdb0-bvtvmac\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb1-bvtvm1\",\r\n \"name\": \"dl-cdb1-bvtvm1\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-cdb1-bvtvmac\",\r\n \"name\": \"dl-cdb1-bvtvmac\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-nh-cdb1\",\r\n \"name\": \"dl-nh-cdb1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sb-cdb1\",\r\n \"name\": \"dl-sb-cdb1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sb-cdb2\",\r\n \"name\": \"dl-sb-cdb2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sbcit-cdb2\",\r\n \"name\": \"dl-sbcit-cdb2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sbcit-cdb3\",\r\n \"name\": \"dl-sbcit-cdb3\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dl-sbcitstg-cdb\",\r\n \"name\": \"dl-sbcitstg-cdb\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-ap01\",\r\n \"name\": \"dlcl-ap01\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-failover-m1\",\r\n \"name\": \"dlcl-sb-failover-m1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-failover-m2\",\r\n \"name\": \"dlcl-sb-failover-m2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-failover-p1\",\r\n \"name\": \"dlcl-sb-failover-p1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-jen-m1\",\r\n \"name\": \"dlcl-sb-jen-m1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-jen-p1\",\r\n \"name\": \"dlcl-sb-jen-p1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-jen-r1\",\r\n \"name\": \"dlcl-sb-jen-r1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-m1\",\r\n \"name\": \"dlcl-sb-m1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-m4\",\r\n \"name\": \"dlcl-sb-m4\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-p1\",\r\n \"name\": \"dlcl-sb-p1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-r1\",\r\n \"name\": \"dlcl-sb-r1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dlcl-sb-r2\",\r\n \"name\": \"dlcl-sb-r2\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/drause\",\r\n \"name\": \"drause\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/drtestnortheurg\",\r\n \"name\": \"drtestnortheurg\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/drtestwestus2\",\r\n \"name\": \"drtestwestus2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dstucki-eh-usw\",\r\n \"name\": \"dstucki-eh-usw\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/dstucki-webapp-usw\",\r\n \"name\": \"dstucki-webapp-usw\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eh-dotnet-av-271-rg\",\r\n \"name\": \"eh-dotnet-av-271-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eh-dotnet-av-321-rg\",\r\n \"name\": \"eh-dotnet-av-321-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eh-dotnet-av-82-rg\",\r\n \"name\": \"eh-dotnet-av-82-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehazonsf\",\r\n \"name\": \"ehazonsf\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1000\",\r\n \"name\": \"ehcs-1000\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1001\",\r\n \"name\": \"ehcs-1001\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1002\",\r\n \"name\": \"ehcs-1002\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1003\",\r\n \"name\": \"ehcs-1003\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1004\",\r\n \"name\": \"ehcs-1004\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1005\",\r\n \"name\": \"ehcs-1005\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1006\",\r\n \"name\": \"ehcs-1006\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1007\",\r\n \"name\": \"ehcs-1007\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1008\",\r\n \"name\": \"ehcs-1008\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1009\",\r\n \"name\": \"ehcs-1009\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1010\",\r\n \"name\": \"ehcs-1010\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1011\",\r\n \"name\": \"ehcs-1011\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1012\",\r\n \"name\": \"ehcs-1012\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1013\",\r\n \"name\": \"ehcs-1013\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1014\",\r\n \"name\": \"ehcs-1014\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1015\",\r\n \"name\": \"ehcs-1015\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1016\",\r\n \"name\": \"ehcs-1016\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1017\",\r\n \"name\": \"ehcs-1017\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1018\",\r\n \"name\": \"ehcs-1018\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1019\",\r\n \"name\": \"ehcs-1019\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1020\",\r\n \"name\": \"ehcs-1020\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1021\",\r\n \"name\": \"ehcs-1021\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1022\",\r\n \"name\": \"ehcs-1022\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1023\",\r\n \"name\": \"ehcs-1023\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1024\",\r\n \"name\": \"ehcs-1024\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1025\",\r\n \"name\": \"ehcs-1025\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1026\",\r\n \"name\": \"ehcs-1026\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1027\",\r\n \"name\": \"ehcs-1027\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1028\",\r\n \"name\": \"ehcs-1028\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1029\",\r\n \"name\": \"ehcs-1029\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1030\",\r\n \"name\": \"ehcs-1030\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1031\",\r\n \"name\": \"ehcs-1031\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1032\",\r\n \"name\": \"ehcs-1032\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1033\",\r\n \"name\": \"ehcs-1033\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1034\",\r\n \"name\": \"ehcs-1034\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1035\",\r\n \"name\": \"ehcs-1035\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1036\",\r\n \"name\": \"ehcs-1036\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1037\",\r\n \"name\": \"ehcs-1037\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1038\",\r\n \"name\": \"ehcs-1038\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1039\",\r\n \"name\": \"ehcs-1039\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1040\",\r\n \"name\": \"ehcs-1040\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1041\",\r\n \"name\": \"ehcs-1041\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1042\",\r\n \"name\": \"ehcs-1042\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1043\",\r\n \"name\": \"ehcs-1043\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1044\",\r\n \"name\": \"ehcs-1044\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1045\",\r\n \"name\": \"ehcs-1045\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1046\",\r\n \"name\": \"ehcs-1046\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1047\",\r\n \"name\": \"ehcs-1047\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1048\",\r\n \"name\": \"ehcs-1048\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1049\",\r\n \"name\": \"ehcs-1049\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1050\",\r\n \"name\": \"ehcs-1050\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1051\",\r\n \"name\": \"ehcs-1051\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1052\",\r\n \"name\": \"ehcs-1052\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1053\",\r\n \"name\": \"ehcs-1053\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1054\",\r\n \"name\": \"ehcs-1054\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1055\",\r\n \"name\": \"ehcs-1055\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1056\",\r\n \"name\": \"ehcs-1056\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1057\",\r\n \"name\": \"ehcs-1057\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1058\",\r\n \"name\": \"ehcs-1058\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1059\",\r\n \"name\": \"ehcs-1059\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1060\",\r\n \"name\": \"ehcs-1060\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1061\",\r\n \"name\": \"ehcs-1061\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1062\",\r\n \"name\": \"ehcs-1062\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1063\",\r\n \"name\": \"ehcs-1063\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1064\",\r\n \"name\": \"ehcs-1064\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1065\",\r\n \"name\": \"ehcs-1065\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1066\",\r\n \"name\": \"ehcs-1066\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1067\",\r\n \"name\": \"ehcs-1067\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1068\",\r\n \"name\": \"ehcs-1068\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1069\",\r\n \"name\": \"ehcs-1069\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1070\",\r\n \"name\": \"ehcs-1070\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1071\",\r\n \"name\": \"ehcs-1071\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1072\",\r\n \"name\": \"ehcs-1072\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1073\",\r\n \"name\": \"ehcs-1073\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1074\",\r\n \"name\": \"ehcs-1074\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1075\",\r\n \"name\": \"ehcs-1075\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1076\",\r\n \"name\": \"ehcs-1076\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1077\",\r\n \"name\": \"ehcs-1077\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1078\",\r\n \"name\": \"ehcs-1078\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1079\",\r\n \"name\": \"ehcs-1079\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1080\",\r\n \"name\": \"ehcs-1080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1081\",\r\n \"name\": \"ehcs-1081\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1082\",\r\n \"name\": \"ehcs-1082\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1083\",\r\n \"name\": \"ehcs-1083\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1084\",\r\n \"name\": \"ehcs-1084\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1085\",\r\n \"name\": \"ehcs-1085\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1086\",\r\n \"name\": \"ehcs-1086\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1087\",\r\n \"name\": \"ehcs-1087\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1088\",\r\n \"name\": \"ehcs-1088\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1089\",\r\n \"name\": \"ehcs-1089\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1090\",\r\n \"name\": \"ehcs-1090\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1091\",\r\n \"name\": \"ehcs-1091\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1092\",\r\n \"name\": \"ehcs-1092\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1093\",\r\n \"name\": \"ehcs-1093\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1094\",\r\n \"name\": \"ehcs-1094\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1095\",\r\n \"name\": \"ehcs-1095\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1096\",\r\n \"name\": \"ehcs-1096\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1097\",\r\n \"name\": \"ehcs-1097\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1098\",\r\n \"name\": \"ehcs-1098\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1099\",\r\n \"name\": \"ehcs-1099\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1100\",\r\n \"name\": \"ehcs-1100\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1101\",\r\n \"name\": \"ehcs-1101\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1102\",\r\n \"name\": \"ehcs-1102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1103\",\r\n \"name\": \"ehcs-1103\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1104\",\r\n \"name\": \"ehcs-1104\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1105\",\r\n \"name\": \"ehcs-1105\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1106\",\r\n \"name\": \"ehcs-1106\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1107\",\r\n \"name\": \"ehcs-1107\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1108\",\r\n \"name\": \"ehcs-1108\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1109\",\r\n \"name\": \"ehcs-1109\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1110\",\r\n \"name\": \"ehcs-1110\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1111\",\r\n \"name\": \"ehcs-1111\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1112\",\r\n \"name\": \"ehcs-1112\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1113\",\r\n \"name\": \"ehcs-1113\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1114\",\r\n \"name\": \"ehcs-1114\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1115\",\r\n \"name\": \"ehcs-1115\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1116\",\r\n \"name\": \"ehcs-1116\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1117\",\r\n \"name\": \"ehcs-1117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1118\",\r\n \"name\": \"ehcs-1118\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1119\",\r\n \"name\": \"ehcs-1119\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1120\",\r\n \"name\": \"ehcs-1120\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1121\",\r\n \"name\": \"ehcs-1121\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1122\",\r\n \"name\": \"ehcs-1122\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1123\",\r\n \"name\": \"ehcs-1123\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1124\",\r\n \"name\": \"ehcs-1124\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1125\",\r\n \"name\": \"ehcs-1125\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1126\",\r\n \"name\": \"ehcs-1126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1127\",\r\n \"name\": \"ehcs-1127\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1128\",\r\n \"name\": \"ehcs-1128\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1129\",\r\n \"name\": \"ehcs-1129\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1130\",\r\n \"name\": \"ehcs-1130\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1131\",\r\n \"name\": \"ehcs-1131\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1132\",\r\n \"name\": \"ehcs-1132\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1133\",\r\n \"name\": \"ehcs-1133\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1134\",\r\n \"name\": \"ehcs-1134\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1135\",\r\n \"name\": \"ehcs-1135\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1136\",\r\n \"name\": \"ehcs-1136\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1137\",\r\n \"name\": \"ehcs-1137\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1138\",\r\n \"name\": \"ehcs-1138\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1139\",\r\n \"name\": \"ehcs-1139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1140\",\r\n \"name\": \"ehcs-1140\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1141\",\r\n \"name\": \"ehcs-1141\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1142\",\r\n \"name\": \"ehcs-1142\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1143\",\r\n \"name\": \"ehcs-1143\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1144\",\r\n \"name\": \"ehcs-1144\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1145\",\r\n \"name\": \"ehcs-1145\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1146\",\r\n \"name\": \"ehcs-1146\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1147\",\r\n \"name\": \"ehcs-1147\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1148\",\r\n \"name\": \"ehcs-1148\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1149\",\r\n \"name\": \"ehcs-1149\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1150\",\r\n \"name\": \"ehcs-1150\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1151\",\r\n \"name\": \"ehcs-1151\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1152\",\r\n \"name\": \"ehcs-1152\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1153\",\r\n \"name\": \"ehcs-1153\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1154\",\r\n \"name\": \"ehcs-1154\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1155\",\r\n \"name\": \"ehcs-1155\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1156\",\r\n \"name\": \"ehcs-1156\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ehcs-1157\",\r\n \"name\": \"ehcs-1157\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/elasticsearch-vm-01\",\r\n \"name\": \"elasticsearch-vm-01\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventgrid\",\r\n \"name\": \"eventgrid\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventgridpocv2rg\",\r\n \"name\": \"eventgridpocv2rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventgridtestfunctionapp\",\r\n \"name\": \"eventgridtestfunctionapp\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/eventhubs\",\r\n \"name\": \"eventhubs\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Flobbel\",\r\n \"name\": \"Flobbel\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/FrancoSpecialResourceGroup\",\r\n \"name\": \"FrancoSpecialResourceGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/functionApp123\",\r\n \"name\": \"functionApp123\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/griddurability\",\r\n \"name\": \"griddurability\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/intern\",\r\n \"name\": \"intern\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/intern-test\",\r\n \"name\": \"intern-test\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/InternProject2016\",\r\n \"name\": \"InternProject2016\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/JustGroup\",\r\n \"name\": \"JustGroup\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/JustinRG\",\r\n \"name\": \"JustinRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/JustResources\",\r\n \"name\": \"JustResources\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/largegrid1\",\r\n \"name\": \"largegrid1\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/LinkedInTestGroup\",\r\n \"name\": \"LinkedInTestGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/LinkedinTestGroupNew\",\r\n \"name\": \"LinkedinTestGroupNew\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/LuesbuebliResources\",\r\n \"name\": \"LuesbuebliResources\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/markushadapterworker\",\r\n \"name\": \"markushadapterworker\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/masrivas46971WestUS\",\r\n \"name\": \"masrivas46971WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Mobile-Default-Web-WestUS\",\r\n \"name\": \"Mobile-Default-Web-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/MobileServices-WestUS\",\r\n \"name\": \"MobileServices-WestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/myresourceGroup1\",\r\n \"name\": \"myresourceGroup1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/mysamplesvtest\",\r\n \"name\": \"mysamplesvtest\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/nemakam\",\r\n \"name\": \"nemakam\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/newVinsu\",\r\n \"name\": \"newVinsu\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/onesdk2920\",\r\n \"name\": \"onesdk2920\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/onesdk3077\",\r\n \"name\": \"onesdk3077\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/powershellrg\",\r\n \"name\": \"powershellrg\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/pushcit\",\r\n \"name\": \"pushcit\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RapscallionResources\",\r\n \"name\": \"RapscallionResources\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/relayrg\",\r\n \"name\": \"relayrg\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName123445\",\r\n \"name\": \"RGName123445\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1064\",\r\n \"name\": \"RGName-onesdk1064\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1073\",\r\n \"name\": \"RGName-onesdk1073\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1075\",\r\n \"name\": \"RGName-onesdk1075\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1089\",\r\n \"name\": \"RGName-onesdk1089\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1122\",\r\n \"name\": \"RGName-onesdk1122\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk115\",\r\n \"name\": \"RGName-onesdk115\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1150\",\r\n \"name\": \"RGName-onesdk1150\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1159\",\r\n \"name\": \"RGName-onesdk1159\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1180\",\r\n \"name\": \"RGName-onesdk1180\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1192\",\r\n \"name\": \"RGName-onesdk1192\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1195\",\r\n \"name\": \"RGName-onesdk1195\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1200\",\r\n \"name\": \"RGName-onesdk1200\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1240\",\r\n \"name\": \"RGName-onesdk1240\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1244\",\r\n \"name\": \"RGName-onesdk1244\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1260\",\r\n \"name\": \"RGName-onesdk1260\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1271\",\r\n \"name\": \"RGName-onesdk1271\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1274\",\r\n \"name\": \"RGName-onesdk1274\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1284\",\r\n \"name\": \"RGName-onesdk1284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1294\",\r\n \"name\": \"RGName-onesdk1294\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1349\",\r\n \"name\": \"RGName-onesdk1349\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1422\",\r\n \"name\": \"RGName-onesdk1422\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1430\",\r\n \"name\": \"RGName-onesdk1430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1431\",\r\n \"name\": \"RGName-onesdk1431\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1470\",\r\n \"name\": \"RGName-onesdk1470\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1493\",\r\n \"name\": \"RGName-onesdk1493\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1555\",\r\n \"name\": \"RGName-onesdk1555\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1571\",\r\n \"name\": \"RGName-onesdk1571\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1606\",\r\n \"name\": \"RGName-onesdk1606\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1641\",\r\n \"name\": \"RGName-onesdk1641\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1681\",\r\n \"name\": \"RGName-onesdk1681\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1739\",\r\n \"name\": \"RGName-onesdk1739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1751\",\r\n \"name\": \"RGName-onesdk1751\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1802\",\r\n \"name\": \"RGName-onesdk1802\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1837\",\r\n \"name\": \"RGName-onesdk1837\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1838\",\r\n \"name\": \"RGName-onesdk1838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1839\",\r\n \"name\": \"RGName-onesdk1839\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk188\",\r\n \"name\": \"RGName-onesdk188\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1896\",\r\n \"name\": \"RGName-onesdk1896\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1933\",\r\n \"name\": \"RGName-onesdk1933\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1940\",\r\n \"name\": \"RGName-onesdk1940\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1942\",\r\n \"name\": \"RGName-onesdk1942\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1955\",\r\n \"name\": \"RGName-onesdk1955\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk1975\",\r\n \"name\": \"RGName-onesdk1975\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk202\",\r\n \"name\": \"RGName-onesdk202\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2082\",\r\n \"name\": \"RGName-onesdk2082\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2163\",\r\n \"name\": \"RGName-onesdk2163\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk225\",\r\n \"name\": \"RGName-onesdk225\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2252\",\r\n \"name\": \"RGName-onesdk2252\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk229\",\r\n \"name\": \"RGName-onesdk229\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2299\",\r\n \"name\": \"RGName-onesdk2299\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2320\",\r\n \"name\": \"RGName-onesdk2320\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2321\",\r\n \"name\": \"RGName-onesdk2321\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2359\",\r\n \"name\": \"RGName-onesdk2359\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2498\",\r\n \"name\": \"RGName-onesdk2498\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk250\",\r\n \"name\": \"RGName-onesdk250\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2533\",\r\n \"name\": \"RGName-onesdk2533\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2569\",\r\n \"name\": \"RGName-onesdk2569\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2581\",\r\n \"name\": \"RGName-onesdk2581\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2605\",\r\n \"name\": \"RGName-onesdk2605\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2609\",\r\n \"name\": \"RGName-onesdk2609\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2610\",\r\n \"name\": \"RGName-onesdk2610\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2681\",\r\n \"name\": \"RGName-onesdk2681\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2901\",\r\n \"name\": \"RGName-onesdk2901\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2906\",\r\n \"name\": \"RGName-onesdk2906\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2909\",\r\n \"name\": \"RGName-onesdk2909\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2915\",\r\n \"name\": \"RGName-onesdk2915\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2940\",\r\n \"name\": \"RGName-onesdk2940\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2953\",\r\n \"name\": \"RGName-onesdk2953\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2961\",\r\n \"name\": \"RGName-onesdk2961\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk2975\",\r\n \"name\": \"RGName-onesdk2975\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3034\",\r\n \"name\": \"RGName-onesdk3034\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3044\",\r\n \"name\": \"RGName-onesdk3044\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3058\",\r\n \"name\": \"RGName-onesdk3058\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3109\",\r\n \"name\": \"RGName-onesdk3109\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3121\",\r\n \"name\": \"RGName-onesdk3121\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3126\",\r\n \"name\": \"RGName-onesdk3126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3129\",\r\n \"name\": \"RGName-onesdk3129\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3137\",\r\n \"name\": \"RGName-onesdk3137\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3139\",\r\n \"name\": \"RGName-onesdk3139\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3154\",\r\n \"name\": \"RGName-onesdk3154\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3181\",\r\n \"name\": \"RGName-onesdk3181\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3198\",\r\n \"name\": \"RGName-onesdk3198\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3246\",\r\n \"name\": \"RGName-onesdk3246\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk328\",\r\n \"name\": \"RGName-onesdk328\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk330\",\r\n \"name\": \"RGName-onesdk330\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3331\",\r\n \"name\": \"RGName-onesdk3331\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3340\",\r\n \"name\": \"RGName-onesdk3340\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3351\",\r\n \"name\": \"RGName-onesdk3351\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3353\",\r\n \"name\": \"RGName-onesdk3353\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3375\",\r\n \"name\": \"RGName-onesdk3375\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3393\",\r\n \"name\": \"RGName-onesdk3393\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3407\",\r\n \"name\": \"RGName-onesdk3407\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3430\",\r\n \"name\": \"RGName-onesdk3430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3454\",\r\n \"name\": \"RGName-onesdk3454\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3487\",\r\n \"name\": \"RGName-onesdk3487\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3502\",\r\n \"name\": \"RGName-onesdk3502\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3564\",\r\n \"name\": \"RGName-onesdk3564\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3572\",\r\n \"name\": \"RGName-onesdk3572\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk358\",\r\n \"name\": \"RGName-onesdk358\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3591\",\r\n \"name\": \"RGName-onesdk3591\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3622\",\r\n \"name\": \"RGName-onesdk3622\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3646\",\r\n \"name\": \"RGName-onesdk3646\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk376\",\r\n \"name\": \"RGName-onesdk376\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3777\",\r\n \"name\": \"RGName-onesdk3777\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3781\",\r\n \"name\": \"RGName-onesdk3781\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3802\",\r\n \"name\": \"RGName-onesdk3802\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3823\",\r\n \"name\": \"RGName-onesdk3823\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3824\",\r\n \"name\": \"RGName-onesdk3824\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3843\",\r\n \"name\": \"RGName-onesdk3843\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3849\",\r\n \"name\": \"RGName-onesdk3849\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3863\",\r\n \"name\": \"RGName-onesdk3863\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3892\",\r\n \"name\": \"RGName-onesdk3892\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3898\",\r\n \"name\": \"RGName-onesdk3898\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3928\",\r\n \"name\": \"RGName-onesdk3928\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3944\",\r\n \"name\": \"RGName-onesdk3944\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3978\",\r\n \"name\": \"RGName-onesdk3978\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk3995\",\r\n \"name\": \"RGName-onesdk3995\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4024\",\r\n \"name\": \"RGName-onesdk4024\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4133\",\r\n \"name\": \"RGName-onesdk4133\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4274\",\r\n \"name\": \"RGName-onesdk4274\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4295\",\r\n \"name\": \"RGName-onesdk4295\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4300\",\r\n \"name\": \"RGName-onesdk4300\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4302\",\r\n \"name\": \"RGName-onesdk4302\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4326\",\r\n \"name\": \"RGName-onesdk4326\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4332\",\r\n \"name\": \"RGName-onesdk4332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4348\",\r\n \"name\": \"RGName-onesdk4348\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4418\",\r\n \"name\": \"RGName-onesdk4418\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4454\",\r\n \"name\": \"RGName-onesdk4454\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4539\",\r\n \"name\": \"RGName-onesdk4539\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4544\",\r\n \"name\": \"RGName-onesdk4544\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4598\",\r\n \"name\": \"RGName-onesdk4598\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4599\",\r\n \"name\": \"RGName-onesdk4599\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4600\",\r\n \"name\": \"RGName-onesdk4600\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4633\",\r\n \"name\": \"RGName-onesdk4633\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4639\",\r\n \"name\": \"RGName-onesdk4639\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4784\",\r\n \"name\": \"RGName-onesdk4784\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk482\",\r\n \"name\": \"RGName-onesdk482\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4832\",\r\n \"name\": \"RGName-onesdk4832\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4882\",\r\n \"name\": \"RGName-onesdk4882\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk49\",\r\n \"name\": \"RGName-onesdk49\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4928\",\r\n \"name\": \"RGName-onesdk4928\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4943\",\r\n \"name\": \"RGName-onesdk4943\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4944\",\r\n \"name\": \"RGName-onesdk4944\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk4994\",\r\n \"name\": \"RGName-onesdk4994\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5039\",\r\n \"name\": \"RGName-onesdk5039\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5092\",\r\n \"name\": \"RGName-onesdk5092\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5119\",\r\n \"name\": \"RGName-onesdk5119\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5126\",\r\n \"name\": \"RGName-onesdk5126\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5162\",\r\n \"name\": \"RGName-onesdk5162\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5198\",\r\n \"name\": \"RGName-onesdk5198\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5285\",\r\n \"name\": \"RGName-onesdk5285\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5310\",\r\n \"name\": \"RGName-onesdk5310\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5314\",\r\n \"name\": \"RGName-onesdk5314\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk535\",\r\n \"name\": \"RGName-onesdk535\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5368\",\r\n \"name\": \"RGName-onesdk5368\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk540\",\r\n \"name\": \"RGName-onesdk540\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5456\",\r\n \"name\": \"RGName-onesdk5456\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk546\",\r\n \"name\": \"RGName-onesdk546\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5487\",\r\n \"name\": \"RGName-onesdk5487\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5488\",\r\n \"name\": \"RGName-onesdk5488\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5492\",\r\n \"name\": \"RGName-onesdk5492\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5536\",\r\n \"name\": \"RGName-onesdk5536\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5574\",\r\n \"name\": \"RGName-onesdk5574\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5629\",\r\n \"name\": \"RGName-onesdk5629\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5684\",\r\n \"name\": \"RGName-onesdk5684\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5715\",\r\n \"name\": \"RGName-onesdk5715\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk573\",\r\n \"name\": \"RGName-onesdk573\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5756\",\r\n \"name\": \"RGName-onesdk5756\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5770\",\r\n \"name\": \"RGName-onesdk5770\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5787\",\r\n \"name\": \"RGName-onesdk5787\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5796\",\r\n \"name\": \"RGName-onesdk5796\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5836\",\r\n \"name\": \"RGName-onesdk5836\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5846\",\r\n \"name\": \"RGName-onesdk5846\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5863\",\r\n \"name\": \"RGName-onesdk5863\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5878\",\r\n \"name\": \"RGName-onesdk5878\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5909\",\r\n \"name\": \"RGName-onesdk5909\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk594\",\r\n \"name\": \"RGName-onesdk594\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk5946\",\r\n \"name\": \"RGName-onesdk5946\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6007\",\r\n \"name\": \"RGName-onesdk6007\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6117\",\r\n \"name\": \"RGName-onesdk6117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6183\",\r\n \"name\": \"RGName-onesdk6183\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6211\",\r\n \"name\": \"RGName-onesdk6211\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6212\",\r\n \"name\": \"RGName-onesdk6212\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk626\",\r\n \"name\": \"RGName-onesdk626\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6266\",\r\n \"name\": \"RGName-onesdk6266\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6364\",\r\n \"name\": \"RGName-onesdk6364\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6394\",\r\n \"name\": \"RGName-onesdk6394\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6430\",\r\n \"name\": \"RGName-onesdk6430\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6464\",\r\n \"name\": \"RGName-onesdk6464\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6473\",\r\n \"name\": \"RGName-onesdk6473\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6549\",\r\n \"name\": \"RGName-onesdk6549\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6569\",\r\n \"name\": \"RGName-onesdk6569\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6628\",\r\n \"name\": \"RGName-onesdk6628\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6654\",\r\n \"name\": \"RGName-onesdk6654\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6818\",\r\n \"name\": \"RGName-onesdk6818\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk6881\",\r\n \"name\": \"RGName-onesdk6881\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7002\",\r\n \"name\": \"RGName-onesdk7002\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7072\",\r\n \"name\": \"RGName-onesdk7072\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7090\",\r\n \"name\": \"RGName-onesdk7090\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7120\",\r\n \"name\": \"RGName-onesdk7120\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7174\",\r\n \"name\": \"RGName-onesdk7174\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7213\",\r\n \"name\": \"RGName-onesdk7213\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk724\",\r\n \"name\": \"RGName-onesdk724\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7250\",\r\n \"name\": \"RGName-onesdk7250\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7325\",\r\n \"name\": \"RGName-onesdk7325\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk733\",\r\n \"name\": \"RGName-onesdk733\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7420\",\r\n \"name\": \"RGName-onesdk7420\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7432\",\r\n \"name\": \"RGName-onesdk7432\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7455\",\r\n \"name\": \"RGName-onesdk7455\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7476\",\r\n \"name\": \"RGName-onesdk7476\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7540\",\r\n \"name\": \"RGName-onesdk7540\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk757\",\r\n \"name\": \"RGName-onesdk757\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7593\",\r\n \"name\": \"RGName-onesdk7593\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk760\",\r\n \"name\": \"RGName-onesdk760\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk764\",\r\n \"name\": \"RGName-onesdk764\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7716\",\r\n \"name\": \"RGName-onesdk7716\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7717\",\r\n \"name\": \"RGName-onesdk7717\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7738\",\r\n \"name\": \"RGName-onesdk7738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7772\",\r\n \"name\": \"RGName-onesdk7772\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7835\",\r\n \"name\": \"RGName-onesdk7835\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7883\",\r\n \"name\": \"RGName-onesdk7883\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7935\",\r\n \"name\": \"RGName-onesdk7935\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk798\",\r\n \"name\": \"RGName-onesdk798\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk7989\",\r\n \"name\": \"RGName-onesdk7989\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8043\",\r\n \"name\": \"RGName-onesdk8043\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8120\",\r\n \"name\": \"RGName-onesdk8120\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk818\",\r\n \"name\": \"RGName-onesdk818\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8188\",\r\n \"name\": \"RGName-onesdk8188\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8253\",\r\n \"name\": \"RGName-onesdk8253\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8298\",\r\n \"name\": \"RGName-onesdk8298\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8305\",\r\n \"name\": \"RGName-onesdk8305\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8315\",\r\n \"name\": \"RGName-onesdk8315\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8336\",\r\n \"name\": \"RGName-onesdk8336\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk836\",\r\n \"name\": \"RGName-onesdk836\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8373\",\r\n \"name\": \"RGName-onesdk8373\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8396\",\r\n \"name\": \"RGName-onesdk8396\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8397\",\r\n \"name\": \"RGName-onesdk8397\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8448\",\r\n \"name\": \"RGName-onesdk8448\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8464\",\r\n \"name\": \"RGName-onesdk8464\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8465\",\r\n \"name\": \"RGName-onesdk8465\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8489\",\r\n \"name\": \"RGName-onesdk8489\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8518\",\r\n \"name\": \"RGName-onesdk8518\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8520\",\r\n \"name\": \"RGName-onesdk8520\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8552\",\r\n \"name\": \"RGName-onesdk8552\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8608\",\r\n \"name\": \"RGName-onesdk8608\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8624\",\r\n \"name\": \"RGName-onesdk8624\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8658\",\r\n \"name\": \"RGName-onesdk8658\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8804\",\r\n \"name\": \"RGName-onesdk8804\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8821\",\r\n \"name\": \"RGName-onesdk8821\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8827\",\r\n \"name\": \"RGName-onesdk8827\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8838\",\r\n \"name\": \"RGName-onesdk8838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk8951\",\r\n \"name\": \"RGName-onesdk8951\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9056\",\r\n \"name\": \"RGName-onesdk9056\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9064\",\r\n \"name\": \"RGName-onesdk9064\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk908\",\r\n \"name\": \"RGName-onesdk908\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9080\",\r\n \"name\": \"RGName-onesdk9080\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9117\",\r\n \"name\": \"RGName-onesdk9117\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9118\",\r\n \"name\": \"RGName-onesdk9118\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9131\",\r\n \"name\": \"RGName-onesdk9131\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9144\",\r\n \"name\": \"RGName-onesdk9144\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9210\",\r\n \"name\": \"RGName-onesdk9210\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9235\",\r\n \"name\": \"RGName-onesdk9235\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9257\",\r\n \"name\": \"RGName-onesdk9257\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9284\",\r\n \"name\": \"RGName-onesdk9284\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9285\",\r\n \"name\": \"RGName-onesdk9285\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9327\",\r\n \"name\": \"RGName-onesdk9327\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9328\",\r\n \"name\": \"RGName-onesdk9328\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9371\",\r\n \"name\": \"RGName-onesdk9371\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9408\",\r\n \"name\": \"RGName-onesdk9408\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9600\",\r\n \"name\": \"RGName-onesdk9600\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk961\",\r\n \"name\": \"RGName-onesdk961\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9665\",\r\n \"name\": \"RGName-onesdk9665\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9679\",\r\n \"name\": \"RGName-onesdk9679\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9694\",\r\n \"name\": \"RGName-onesdk9694\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9702\",\r\n \"name\": \"RGName-onesdk9702\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9737\",\r\n \"name\": \"RGName-onesdk9737\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9787\",\r\n \"name\": \"RGName-onesdk9787\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9833\",\r\n \"name\": \"RGName-onesdk9833\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9838\",\r\n \"name\": \"RGName-onesdk9838\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9894\",\r\n \"name\": \"RGName-onesdk9894\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9904\",\r\n \"name\": \"RGName-onesdk9904\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9959\",\r\n \"name\": \"RGName-onesdk9959\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9963\",\r\n \"name\": \"RGName-onesdk9963\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9980\",\r\n \"name\": \"RGName-onesdk9980\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-onesdk9995\",\r\n \"name\": \"RGName-onesdk9995\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr1081\",\r\n \"name\": \"RGName-pwr1081\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr1091\",\r\n \"name\": \"RGName-pwr1091\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr1248\",\r\n \"name\": \"RGName-pwr1248\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2323\",\r\n \"name\": \"RGName-pwr2323\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2397\",\r\n \"name\": \"RGName-pwr2397\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr250\",\r\n \"name\": \"RGName-pwr250\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2778\",\r\n \"name\": \"RGName-pwr2778\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr2934\",\r\n \"name\": \"RGName-pwr2934\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3049\",\r\n \"name\": \"RGName-pwr3049\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr311\",\r\n \"name\": \"RGName-pwr311\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3313\",\r\n \"name\": \"RGName-pwr3313\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3413\",\r\n \"name\": \"RGName-pwr3413\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3622\",\r\n \"name\": \"RGName-pwr3622\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr3739\",\r\n \"name\": \"RGName-pwr3739\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr4171\",\r\n \"name\": \"RGName-pwr4171\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr4520\",\r\n \"name\": \"RGName-pwr4520\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr4786\",\r\n \"name\": \"RGName-pwr4786\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5381\",\r\n \"name\": \"RGName-pwr5381\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5473\",\r\n \"name\": \"RGName-pwr5473\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr583\",\r\n \"name\": \"RGName-pwr583\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5907\",\r\n \"name\": \"RGName-pwr5907\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr5962\",\r\n \"name\": \"RGName-pwr5962\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-PWR61219\",\r\n \"name\": \"RGName-PWR61219\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6295\",\r\n \"name\": \"RGName-pwr6295\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6332\",\r\n \"name\": \"RGName-pwr6332\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6478\",\r\n \"name\": \"RGName-pwr6478\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr649\",\r\n \"name\": \"RGName-pwr649\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr6738\",\r\n \"name\": \"RGName-pwr6738\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7086\",\r\n \"name\": \"RGName-pwr7086\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7442\",\r\n \"name\": \"RGName-pwr7442\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7475\",\r\n \"name\": \"RGName-pwr7475\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7480\",\r\n \"name\": \"RGName-pwr7480\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7876\",\r\n \"name\": \"RGName-pwr7876\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7950\",\r\n \"name\": \"RGName-pwr7950\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr7980\",\r\n \"name\": \"RGName-pwr7980\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8\",\r\n \"name\": \"RGName-pwr8\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8024\",\r\n \"name\": \"RGName-pwr8024\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8097\",\r\n \"name\": \"RGName-pwr8097\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8102\",\r\n \"name\": \"RGName-pwr8102\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8116\",\r\n \"name\": \"RGName-pwr8116\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8286\",\r\n \"name\": \"RGName-pwr8286\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8382\",\r\n \"name\": \"RGName-pwr8382\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8458\",\r\n \"name\": \"RGName-pwr8458\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8470\",\r\n \"name\": \"RGName-pwr8470\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8471\",\r\n \"name\": \"RGName-pwr8471\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr850\",\r\n \"name\": \"RGName-pwr850\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8556\",\r\n \"name\": \"RGName-pwr8556\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8578\",\r\n \"name\": \"RGName-pwr8578\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8714\",\r\n \"name\": \"RGName-pwr8714\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr8910\",\r\n \"name\": \"RGName-pwr8910\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9128\",\r\n \"name\": \"RGName-pwr9128\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9402\",\r\n \"name\": \"RGName-pwr9402\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr947\",\r\n \"name\": \"RGName-pwr947\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9531\",\r\n \"name\": \"RGName-pwr9531\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9536\",\r\n \"name\": \"RGName-pwr9536\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9572\",\r\n \"name\": \"RGName-pwr9572\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9708\",\r\n \"name\": \"RGName-pwr9708\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9726\",\r\n \"name\": \"RGName-pwr9726\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-pwr9883\",\r\n \"name\": \"RGName-pwr9883\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RGName-PWR999\",\r\n \"name\": \"RGName-PWR999\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/RichardTestGroup\",\r\n \"name\": \"RichardTestGroup\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/rnrdemo\",\r\n \"name\": \"rnrdemo\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1102-rg\",\r\n \"name\": \"sb-dotnet-av-1102-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1332-rg\",\r\n \"name\": \"sb-dotnet-av-1332-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1421-rg\",\r\n \"name\": \"sb-dotnet-av-1421-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1431-rg\",\r\n \"name\": \"sb-dotnet-av-1431-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1711-rg\",\r\n \"name\": \"sb-dotnet-av-1711-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1871-rg\",\r\n \"name\": \"sb-dotnet-av-1871-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1901-rg\",\r\n \"name\": \"sb-dotnet-av-1901-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1921-rg\",\r\n \"name\": \"sb-dotnet-av-1921-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-1971-rg\",\r\n \"name\": \"sb-dotnet-av-1971-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2201-rg\",\r\n \"name\": \"sb-dotnet-av-2201-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2221-rg\",\r\n \"name\": \"sb-dotnet-av-2221-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2232-rg\",\r\n \"name\": \"sb-dotnet-av-2232-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2291-rg\",\r\n \"name\": \"sb-dotnet-av-2291-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-2352-rg\",\r\n \"name\": \"sb-dotnet-av-2352-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-282-rg\",\r\n \"name\": \"sb-dotnet-av-282-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-292-rg\",\r\n \"name\": \"sb-dotnet-av-292-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-311-rg\",\r\n \"name\": \"sb-dotnet-av-311-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-331-rg\",\r\n \"name\": \"sb-dotnet-av-331-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-341-rg\",\r\n \"name\": \"sb-dotnet-av-341-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-711-rg\",\r\n \"name\": \"sb-dotnet-av-711-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-731-rg\",\r\n \"name\": \"sb-dotnet-av-731-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-761-rg\",\r\n \"name\": \"sb-dotnet-av-761-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-781-rg\",\r\n \"name\": \"sb-dotnet-av-781-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-811-rg\",\r\n \"name\": \"sb-dotnet-av-811-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sb-dotnet-av-91-rg\",\r\n \"name\": \"sb-dotnet-av-91-rg\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/SB-Server-TLS1.2-Testing\",\r\n \"name\": \"SB-Server-TLS1.2-Testing\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sbcit\",\r\n \"name\": \"sbcit\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sbcit2\",\r\n \"name\": \"sbcit2\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/SBServerTest\",\r\n \"name\": \"SBServerTest\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/SecretsDaylight\",\r\n \"name\": \"SecretsDaylight\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/securitydata\",\r\n \"name\": \"securitydata\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ServiceBusInfrastructure\",\r\n \"name\": \"ServiceBusInfrastructure\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sjplay\",\r\n \"name\": \"sjplay\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/sjResourceGroup\",\r\n \"name\": \"sjResourceGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/StreamAnalytics-Default-Central-US\",\r\n \"name\": \"StreamAnalytics-Default-Central-US\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/StreamAnalytics-Default-East-US-2\",\r\n \"name\": \"StreamAnalytics-Default-East-US-2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/stresslinux01\",\r\n \"name\": \"stresslinux01\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Test\",\r\n \"name\": \"Test\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/test1\",\r\n \"name\": \"test1\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testarchivesv\",\r\n \"name\": \"testarchivesv\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testeh-delete\",\r\n \"name\": \"testeh-delete\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testNet\",\r\n \"name\": \"testNet\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/TestResourceGroup\",\r\n \"name\": \"TestResourceGroup\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/TestSbServer1\",\r\n \"name\": \"TestSbServer1\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/testtest\",\r\n \"name\": \"testtest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/TwitterGroup\",\r\n \"name\": \"TwitterGroup\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vijayjavaclient\",\r\n \"name\": \"vijayjavaclient\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vijayjavaclienttests\",\r\n \"name\": \"vijayjavaclienttests\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vijaypremiumjavaclienttests\",\r\n \"name\": \"vijaypremiumjavaclienttests\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinaytest\",\r\n \"name\": \"vinaytest\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsu\",\r\n \"name\": \"vinsu\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsu221\",\r\n \"name\": \"vinsu221\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsuqueuereader\",\r\n \"name\": \"vinsuqueuereader\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/VINSUSVR2\",\r\n \"name\": \"VINSUSVR2\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsutest\",\r\n \"name\": \"vinsutest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsutest15\",\r\n \"name\": \"vinsutest15\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/vinsutestgrp\",\r\n \"name\": \"vinsutestgrp\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/ägroup\",\r\n \"name\": \"ägroup\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/äshol\",\r\n \"name\": \"äshol\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:35:34 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" - ], - "x-ms-request-id": [ - "59b27b57-0942-47d5-885f-c47b995bc634" - ], - "x-ms-correlation-request-id": [ - "59b27b57-0942-47d5-885f-c47b995bc634" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003534Z:59b27b57-0942-47d5-885f-c47b995bc634" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"location\": \"Australia East\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "103" - ], - "x-ms-client-request-id": [ - "6913c4f6-9461-44dd-8af0-8a5dcbcf5ba0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509\",\r\n \"name\": \"sdk-Namespace-8509\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Created\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-8509\",\r\n \"createdAt\": \"2017-08-16T00:35:37.583Z\",\r\n \"updatedAt\": \"2017-08-16T00:35:37.583Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-8509.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:35:37 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a7696ab5-a530-4308-af7e-5a8914313b57_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-correlation-request-id": [ - "671a7f15-53ce-483c-9560-dee087e0f94e" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003537Z:671a7f15-53ce-483c-9560-dee087e0f94e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509\",\r\n \"name\": \"sdk-Namespace-8509\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-8509\",\r\n \"createdAt\": \"2017-08-16T00:35:37.583Z\",\r\n \"updatedAt\": \"2017-08-16T00:36:02.383Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-8509.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:07 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "1f76ae86-02bb-46d6-bc9e-65c6c06d3d5f_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" - ], - "x-ms-correlation-request-id": [ - "4c32ff9c-5965-4a3a-b667-b4a369b3f5cf" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003608Z:4c32ff9c-5965-4a3a-b667-b4a369b3f5cf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "72b27791-49d1-4aa1-81af-07c06085fa84" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509\",\r\n \"name\": \"sdk-Namespace-8509\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-8509\",\r\n \"createdAt\": \"2017-08-16T00:35:37.583Z\",\r\n \"updatedAt\": \"2017-08-16T00:36:02.383Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-8509.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "ec4c6a07-bdb9-459e-90b8-f417412de698_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" - ], - "x-ms-correlation-request-id": [ - "90670e29-5bfe-4290-901b-63e5a0d8394f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003613Z:90670e29-5bfe-4290-901b-63e5a0d8394f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "c723228f-398e-4a08-a17e-49825380bfd1" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509\",\r\n \"name\": \"sdk-Namespace-8509\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces\",\r\n \"location\": \"Australia East\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"metricId\": \"854d368f-1828-428f-8f3c-f2affa9b2f7d:sdk-namespace-8509\",\r\n \"createdAt\": \"2017-08-16T00:35:37.583Z\",\r\n \"updatedAt\": \"2017-08-16T00:36:02.383Z\",\r\n \"serviceBusEndpoint\": \"https://sdk-Namespace-8509.servicebus.windows.net:443/\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:12 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "5ce0b13f-397f-4c10-86bc-3649a9dabea5_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14876" - ], - "x-ms-correlation-request-id": [ - "235cf684-6757-4740-81d7-0e2eae24c29b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003613Z:235cf684-6757-4740-81d7-0e2eae24c29b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"enablePartitioning\": true\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "60" - ], - "x-ms-client-request-id": [ - "bb05f0e6-53fd-4dab-baa6-89feafb1fa28" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"defaultMessageTimeToLive\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxSizeInMegabytes\": 81920,\r\n \"requiresDuplicateDetection\": false,\r\n \"duplicateDetectionHistoryTimeWindow\": \"PT10M\",\r\n \"enableBatchedOperations\": true,\r\n \"sizeInBytes\": 0,\r\n \"status\": \"Active\",\r\n \"supportOrdering\": false,\r\n \"autoDeleteOnIdle\": \"P10675199DT2H48M5.4775807S\",\r\n \"enablePartitioning\": true,\r\n \"enableExpress\": false,\r\n \"createdAt\": \"2017-08-16T00:36:14.13Z\",\r\n \"updatedAt\": \"2017-08-16T00:36:14.317Z\",\r\n \"accessedAt\": \"0001-01-01T00:00:00\",\r\n \"subscriptionCount\": 0,\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n }\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:15 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "498f2f59-edad-488d-8765-6b219d67440b_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "449443bb-a1ed-45eb-842e-b40245c2f1ed" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003616Z:449443bb-a1ed-45eb-842e-b40245c2f1ed" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ddf98d68-4b29-42c1-bf1c-69bd4d7a6d4f" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"defaultMessageTimeToLive\": \"P10675199DT2H48M5.4775807S\",\r\n \"maxSizeInMegabytes\": 81920,\r\n \"requiresDuplicateDetection\": false,\r\n \"duplicateDetectionHistoryTimeWindow\": \"PT10M\",\r\n \"enableBatchedOperations\": true,\r\n \"sizeInBytes\": 0,\r\n \"status\": \"Active\",\r\n \"supportOrdering\": false,\r\n \"autoDeleteOnIdle\": \"P10675199DT2H48M5.4775807S\",\r\n \"enablePartitioning\": true,\r\n \"enableExpress\": false,\r\n \"createdAt\": \"2017-08-16T00:36:14.13Z\",\r\n \"updatedAt\": \"2017-08-16T00:36:15.1861988Z\",\r\n \"accessedAt\": \"0001-01-01T00:00:00Z\",\r\n \"subscriptionCount\": 0,\r\n \"countDetails\": {\r\n \"activeMessageCount\": 0,\r\n \"deadLetterMessageCount\": 0,\r\n \"scheduledMessageCount\": 0,\r\n \"transferMessageCount\": 0,\r\n \"transferDeadLetterMessageCount\": 0\r\n }\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:16 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "2fdc4d61-d8af-4731-a9a6-12118a8bdb36_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" - ], - "x-ms-correlation-request-id": [ - "7ea0bbc7-5746-48a6-b382-b5f1757ebdb7" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003616Z:7ea0bbc7-5746-48a6-b382-b5f1757ebdb7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "83" - ], - "x-ms-client-request-id": [ - "f9a99764-83d9-4a5d-84dc-0c3c61fb1d1a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "35104908-5a85-46cb-801f-9cd9f369e8e9_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-correlation-request-id": [ - "ca9f5e45-b741-4d6f-b291-2cba060d167f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003618Z:ca9f5e45-b741-4d6f-b291-2cba060d167f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\"\r\n ]\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "68" - ], - "x-ms-client-request-id": [ - "ff66905a-9008-4d64-ac65-872541a926d9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\"\r\n ]\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "943af902-50dc-4f40-8071-2bc3141e0709_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" - ], - "x-ms-correlation-request-id": [ - "b8bc3696-ef8f-4d36-9ee8-876cd71e00b6" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003621Z:b8bc3696-ef8f-4d36-9ee8-876cd71e00b6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "64bb1ef4-4fcd-42c0-9601-9dc39fbfe092" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "a6f2dcd8-9898-4e93-8bdd-1aa23fa636ac_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14874" - ], - "x-ms-correlation-request-id": [ - "0a89fafa-0f5e-405b-85a2-1f190aa9c7f0" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003619Z:0a89fafa-0f5e-405b-85a2-1f190aa9c7f0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "b6c2e130-ecf7-4593-bcbe-fb0a94e07b67" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\"\r\n ]\r\n }\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "736e28dd-4095-4041-9bc4-611ad523ea6f_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" - ], - "x-ms-correlation-request-id": [ - "266f483d-7e3b-4822-a3f8-c79011e84f26" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003621Z:266f483d-7e3b-4822-a3f8-c79011e84f26" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcz9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "ade6e98a-3f04-432c-81a5-45b9a50c53d7" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"name\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"type\": \"Microsoft.ServiceBus/Namespaces/Topics/AuthorizationRules\",\r\n \"location\": \"Australia East\",\r\n \"properties\": {\r\n \"rights\": [\r\n \"Listen\",\r\n \"Send\"\r\n ]\r\n }\r\n }\r\n ]\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "9bafd1cb-c002-43a6-9d52-5e6992a120c1_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14873" - ], - "x-ms-correlation-request-id": [ - "9a857b24-6fb0-4e13-8076-9df416327df3" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003619Z:9a857b24-6fb0-4e13-8076-9df416327df3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/ListKeys?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQvTGlzdEtleXM/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "POST", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "31654b45-cba6-402a-8b08-5751ea65a2d3" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://sdk-namespace-8509.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=HOvk9SrHS6BRqwfd1TUA6qz7AUMt9iXwMmVGP/VQ65E=;EntityPath=sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://sdk-namespace-8509.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=38VaN9rZq7b3AhLcN97p+7fbwL5y24TsNqQb37FtGP8=;EntityPath=sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"primaryKey\": \"HOvk9SrHS6BRqwfd1TUA6qz7AUMt9iXwMmVGP/VQ65E=\",\r\n \"secondaryKey\": \"38VaN9rZq7b3AhLcN97p+7fbwL5y24TsNqQb37FtGP8=\",\r\n \"keyName\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "521d40de-a2f4-40df-98f3-78948fd9cce2_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" - ], - "x-ms-correlation-request-id": [ - "9cbeeb96-e3a9-494f-83fb-90d092181e01" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003622Z:9cbeeb96-e3a9-494f-83fb-90d092181e01" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/regenerateKeys?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQvcmVnZW5lcmF0ZUtleXM/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"keyType\": \"PrimaryKey\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "31" - ], - "x-ms-client-request-id": [ - "aa8d3aa5-3fac-4a58-93e6-db37ccc15b60" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://sdk-namespace-8509.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=DiEtEyGeF32MLSnj3Pa3+QayAy0WjBku+emMjMR/l4U=;EntityPath=sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://sdk-namespace-8509.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=38VaN9rZq7b3AhLcN97p+7fbwL5y24TsNqQb37FtGP8=;EntityPath=sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"primaryKey\": \"DiEtEyGeF32MLSnj3Pa3+QayAy0WjBku+emMjMR/l4U=\",\r\n \"secondaryKey\": \"38VaN9rZq7b3AhLcN97p+7fbwL5y24TsNqQb37FtGP8=\",\r\n \"keyName\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "e7abd16e-c866-497f-bde8-ff5b67e3ad3a_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" - ], - "x-ms-correlation-request-id": [ - "1a9464cc-0d0e-45ec-93b8-5eee89d9a9fb" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003624Z:1a9464cc-0d0e-45ec-93b8-5eee89d9a9fb" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/regenerateKeys?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQvcmVnZW5lcmF0ZUtleXM/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "POST", - "RequestBody": "{\r\n \"keyType\": \"SecondaryKey\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "33" - ], - "x-ms-client-request-id": [ - "7f3d54fa-0a7e-4198-8635-0450c99905c9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"primaryConnectionString\": \"Endpoint=sb://sdk-namespace-8509.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=DiEtEyGeF32MLSnj3Pa3+QayAy0WjBku+emMjMR/l4U=;EntityPath=sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"secondaryConnectionString\": \"Endpoint=sb://sdk-namespace-8509.servicebus.windows.net/;SharedAccessKeyName=sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit;SharedAccessKey=yMAQ1E8DTASmbClsK6TvJ7T42g+UGwpc1i0vX+m1ni4=;EntityPath=sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\",\r\n \"primaryKey\": \"DiEtEyGeF32MLSnj3Pa3+QayAy0WjBku+emMjMR/l4U=\",\r\n \"secondaryKey\": \"yMAQ1E8DTASmbClsK6TvJ7T42g+UGwpc1i0vX+m1ni4=\",\r\n \"keyName\": \"sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "f8b6ce15-05e6-4117-ab8a-2861e573338b_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" - ], - "x-ms-correlation-request-id": [ - "f0faf9b8-ab28-4557-a8b9-48e9b00d1fca" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003625Z:f0faf9b8-ab28-4557-a8b9-48e9b00d1fca" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit/authorizationRules/sdk-AuthRules-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0L2F1dGhvcml6YXRpb25SdWxlcy9zZGstQXV0aFJ1bGVzLXRoaXNpc3RoZW5hbWV3aXRobW9yZXRoYW41M2NoYXJzY2hlY2t0b3ZlcmlmeXRoZXJlbW92bGFvZjUwY2hhcnNuYW1lbGVuZ2h0bGltaXQ/YXBpLXZlcnNpb249MjAxNy0wNC0wMQ==", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "e3d42140-300a-40bc-8fee-b04809f5d41b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:26 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "093e635c-e55e-4e2d-932a-61892c177cba_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" - ], - "x-ms-correlation-request-id": [ - "a06fad71-43c0-4dec-ba90-299830f0c663" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003626Z:a06fad71-43c0-4dec-ba90-299830f0c663" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/topics/sdk-Topics-thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS90b3BpY3Mvc2RrLVRvcGljcy10aGlzaXN0aGVuYW1ld2l0aG1vcmV0aGFuNTNjaGFyc2NoZWNrdG92ZXJpZnl0aGVyZW1vdmxhb2Y1MGNoYXJzbmFtZWxlbmdodGxpbWl0P2FwaS12ZXJzaW9uPTIwMTctMDQtMDE=", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "09cba98d-cf0a-48bc-bd0a-3b6a224b7f6a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:32 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "b70d0d05-37b9-4ce5-947b-a78487fb5438_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" - ], - "x-ms-correlation-request-id": [ - "05708c8c-6096-4c34-ad51-9b4931576da7" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003633Z:05708c8c-6096-4c34-ad51-9b4931576da7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "DELETE", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "5cadca76-5bb8-49f1-860f-ebb1be5cdfa4" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:36:33 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/operationresults/sdk-Namespace-8509?api-version=2017-04-01" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "27e0a37b-e77c-4eb4-8d88-bfa71fb433cb_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" - ], - "x-ms-correlation-request-id": [ - "a79a53b2-2066-4781-9e18-9f775b9caa5a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003634Z:a79a53b2-2066-4781-9e18-9f775b9caa5a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-AustraliaEast/providers/Microsoft.ServiceBus/namespaces/sdk-Namespace-8509/operationresults/sdk-Namespace-8509?api-version=2017-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvODU0ZDM2OGYtMTgyOC00MjhmLThmM2MtZjJhZmZhOWIyZjdkL3Jlc291cmNlR3JvdXBzL0RlZmF1bHQtU2VydmljZUJ1cy1BdXN0cmFsaWFFYXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU2VydmljZUJ1cy9uYW1lc3BhY2VzL3Nkay1OYW1lc3BhY2UtODUwOS9vcGVyYXRpb25yZXN1bHRzL3Nkay1OYW1lc3BhY2UtODUwOT9hcGktdmVyc2lvbj0yMDE3LTA0LTAx", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.ServiceBus.ServiceBusManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 16 Aug 2017 00:37:03 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Service-Bus-Resource-Provider/SN1", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "2b0d250b-a4db-4aec-8abe-dbffbf7c0df9_M7_M7" - ], - "Server-SB": [ - "Service-Bus-Resource-Provider/SN1" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" - ], - "x-ms-correlation-request-id": [ - "7d0dd741-636b-4459-bc44-c4d4830927b3" - ], - "x-ms-routing-request-id": [ - "WESTUS:20170816T003704Z:7d0dd741-636b-4459-bc44-c4d4830927b3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - } - ], - "Names": { - "TopicsCreateGetUpdateDeleteAuthorizationRules_Length": [ - "sdk-Namespace-8509" - ] - }, - "Variables": { - "SubscriptionId": "854d368f-1828-428f-8f3c-f2affa9b2f7d", - "CreatePrimaryKey": "V9QHkNL7wj8Zyih75WGRbm7tDNhXYMsicTvlQBP+X2A=", - "UpdatePrimaryKey": "dxPgqEH6KYKxphZ3n4UD4kG/GLaB4QO5p6k5d13wPCI=" - } -} \ No newline at end of file diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.QueuesTests.CRUDAuthorizationRules_Length.cs b/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.QueuesTests.CRUDAuthorizationRules_Length.cs deleted file mode 100644 index e4eb5893f65c..000000000000 --- a/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.QueuesTests.CRUDAuthorizationRules_Length.cs +++ /dev/null @@ -1,178 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - - -namespace ServiceBus.Tests.ScenarioTests -{ - using System; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using Microsoft.Azure.Management.ServiceBus; - using Microsoft.Azure.Management.ServiceBus.Models; - using Microsoft.Azure.Test.HttpRecorder; - using Microsoft.Rest.Azure; - using Microsoft.Rest.ClientRuntime.Azure.TestFramework; - using TestHelper; - using Xunit; - public partial class ScenarioTests - { - [Fact] - public void QueuesCreateGetUpdateDeleteAuthorizationRules_Length() - { - using (MockContext context = MockContext.Start(this.GetType().FullName)) - { - InitializeClients(context); - - var location = this.ResourceManagementClient.GetLocationFromProvider(); - - var resourceGroup = this.ResourceManagementClient.TryGetResourceGroup(location); - if (string.IsNullOrWhiteSpace(resourceGroup)) - { - resourceGroup = TestUtilities.GenerateName(ServiceBusManagementHelper.ResourceGroupPrefix); - this.ResourceManagementClient.TryRegisterResourceGroup(location, resourceGroup); - } - - // Create a namespace - var namespaceName = TestUtilities.GenerateName(ServiceBusManagementHelper.NamespacePrefix); - - var createNamespaceResponse = this.ServiceBusManagementClient.Namespaces.CreateOrUpdate(resourceGroup, namespaceName, - new SBNamespace() - { - Location = location, - Sku = new SBSku - { - Name = SkuName.Standard, - Tier = SkuTier.Standard - } - }); - - Assert.NotNull(createNamespaceResponse); - Assert.Equal(createNamespaceResponse.Name, namespaceName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - //Get the created namespace - var getNamespaceResponse = ServiceBusManagementClient.Namespaces.Get(resourceGroup, namespaceName); - if (string.Compare(getNamespaceResponse.ProvisioningState, "Succeeded", true) != 0) - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - getNamespaceResponse = ServiceBusManagementClient.Namespaces.Get(resourceGroup, namespaceName); - Assert.NotNull(getNamespaceResponse); - Assert.Equal("Succeeded", getNamespaceResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); - Assert.Equal(location, getNamespaceResponse.Location, StringComparer.CurrentCultureIgnoreCase); - - // Create Queue - var queueName = ServiceBusManagementHelper.QueuesPrefix + "thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit"; - - var createQueueResponse = this.ServiceBusManagementClient.Queues.CreateOrUpdate(resourceGroup, namespaceName, queueName, - new SBQueue() { EnablePartitioning = true }); - - Assert.NotNull(createQueueResponse); - Assert.Equal(createQueueResponse.Name, queueName); - - // Get the created Queue - var getQueueResponse = ServiceBusManagementClient.Queues.Get(resourceGroup, namespaceName, queueName); - Assert.NotNull(getQueueResponse); - Assert.Equal(EntityStatus.Active, getQueueResponse.Status); - Assert.Equal(getQueueResponse.Name, queueName); - - // Create a queue AuthorizationRule - var authorizationRuleName = ServiceBusManagementHelper.AuthorizationRulesPrefix + "thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit"; - string createPrimaryKey = HttpMockServer.GetVariable("CreatePrimaryKey", ServiceBusManagementHelper.GenerateRandomKey()); - var createAutorizationRuleParameter = new SBAuthorizationRule() - { - Rights = new List() { AccessRights.Listen, AccessRights.Send } - }; - - var jsonStr = ServiceBusManagementHelper.ConvertObjectToJSon(createAutorizationRuleParameter); - - var createQueueAuthorizationRuleResponse = ServiceBusManagementClient.Queues.CreateOrUpdateAuthorizationRule(resourceGroup, namespaceName,queueName, - authorizationRuleName, createAutorizationRuleParameter); - Assert.NotNull(createQueueAuthorizationRuleResponse); - Assert.True(createQueueAuthorizationRuleResponse.Rights.Count == createAutorizationRuleParameter.Rights.Count); - foreach (var right in createAutorizationRuleParameter.Rights) - { - Assert.True(createQueueAuthorizationRuleResponse.Rights.Any(r => r == right)); - } - - // Get created queues AuthorizationRules - var getQueueAuthorizationRulesResponse = ServiceBusManagementClient.Queues.GetAuthorizationRule(resourceGroup, namespaceName,queueName, authorizationRuleName); - Assert.NotNull(getQueueAuthorizationRulesResponse); - Assert.True(getQueueAuthorizationRulesResponse.Rights.Count == createAutorizationRuleParameter.Rights.Count); - foreach (var right in createAutorizationRuleParameter.Rights) - { - Assert.True(getQueueAuthorizationRulesResponse.Rights.Any(r => r == right)); - } - - // Get all queues AuthorizationRules - var getAllNamespaceAuthorizationRulesResponse = ServiceBusManagementClient.Queues.ListAuthorizationRules(resourceGroup, namespaceName, queueName); - Assert.NotNull(getAllNamespaceAuthorizationRulesResponse); - Assert.Equal(getAllNamespaceAuthorizationRulesResponse.Count(), 1); - Assert.True(getAllNamespaceAuthorizationRulesResponse.Any(ns => ns.Name == authorizationRuleName)); - - // Update queues authorizationRule - string updatePrimaryKey = HttpMockServer.GetVariable("UpdatePrimaryKey", ServiceBusManagementHelper.GenerateRandomKey()); - SBAuthorizationRule updateQueuesAuthorizationRuleParameter = new SBAuthorizationRule(); - updateQueuesAuthorizationRuleParameter.Rights = new List() { AccessRights.Listen }; - - var updateQueueAuthorizationRuleResponse = ServiceBusManagementClient.Queues.CreateOrUpdateAuthorizationRule(resourceGroup, - namespaceName,queueName, authorizationRuleName, updateQueuesAuthorizationRuleParameter); - - Assert.NotNull(updateQueueAuthorizationRuleResponse); - Assert.Equal(authorizationRuleName, updateQueueAuthorizationRuleResponse.Name); - Assert.True(updateQueueAuthorizationRuleResponse.Rights.Count == updateQueuesAuthorizationRuleParameter.Rights.Count); - foreach (var right in updateQueuesAuthorizationRuleParameter.Rights) - { - Assert.True(updateQueueAuthorizationRuleResponse.Rights.Any(r => r.Equals(right))); - } - - // Get the updated queues AuthorizationRule - var getQueueAuthorizationRuleResponse = ServiceBusManagementClient.Queues.GetAuthorizationRule(resourceGroup, namespaceName,queueName, - authorizationRuleName); - Assert.NotNull(getQueueAuthorizationRuleResponse); - Assert.Equal(authorizationRuleName, getQueueAuthorizationRuleResponse.Name); - Assert.True(getQueueAuthorizationRuleResponse.Rights.Count == updateQueuesAuthorizationRuleParameter.Rights.Count); - foreach (var right in updateQueuesAuthorizationRuleParameter.Rights) - { - Assert.True(getQueueAuthorizationRuleResponse.Rights.Any(r => r.Equals(right))); - } - - // Get the connectionString to the queues for a Authorization rule created - var listKeysResponse = ServiceBusManagementClient.Queues.ListKeys(resourceGroup, namespaceName, queueName, authorizationRuleName); - Assert.NotNull(listKeysResponse); - Assert.NotNull(listKeysResponse.PrimaryConnectionString); - Assert.NotNull(listKeysResponse.SecondaryConnectionString); - - // Regenerate Keys for the create Authorization rules - var regenerateKeysParameters = new RegenerateAccessKeyParameters(); - regenerateKeysParameters.KeyType = KeyType.PrimaryKey; - - var regenerateKeysResposnse = ServiceBusManagementClient.Queues.RegenerateKeys(resourceGroup, namespaceName, queueName, authorizationRuleName, regenerateKeysParameters); - Assert.NotEqual(listKeysResponse.PrimaryKey, regenerateKeysResposnse.PrimaryKey); - Assert.NotNull(regenerateKeysResposnse.SecondaryConnectionString); - Assert.NotNull(regenerateKeysResposnse.SecondaryKey); - - regenerateKeysParameters.KeyType = KeyType.SecondaryKey; - - regenerateKeysResposnse = ServiceBusManagementClient.Queues.RegenerateKeys(resourceGroup, namespaceName, queueName, authorizationRuleName, regenerateKeysParameters); - Assert.NotEqual(listKeysResponse.SecondaryKey, regenerateKeysResposnse.SecondaryKey); - Assert.NotNull(regenerateKeysResposnse.PrimaryConnectionString); - Assert.NotNull(regenerateKeysResposnse.SecondaryConnectionString); - Assert.NotNull(regenerateKeysResposnse.PrimaryKey); - - // Delete Queue authorizationRule - ServiceBusManagementClient.Queues.DeleteAuthorizationRule(resourceGroup, namespaceName, queueName, authorizationRuleName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - // Delete queue - ServiceBusManagementClient.Queues.Delete(resourceGroup, namespaceName, queueName); - - // Delete namespace - ServiceBusManagementClient.Namespaces.Delete(resourceGroup, namespaceName); - - } - } - } -} diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.SubscriptionsTests.CRUD_Length.cs b/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.SubscriptionsTests.CRUD_Length.cs deleted file mode 100644 index 8b54bf1edc4a..000000000000 --- a/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.SubscriptionsTests.CRUD_Length.cs +++ /dev/null @@ -1,124 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - - -namespace ServiceBus.Tests.ScenarioTests -{ - using System; - using System.Linq; - using System.Net; - using Microsoft.Azure.Management.ServiceBus; - using Microsoft.Azure.Management.ServiceBus.Models; - using Microsoft.Rest.Azure; - using Microsoft.Rest.ClientRuntime.Azure.TestFramework; - using TestHelper; - using Xunit; - public partial class ScenarioTests - { - [Fact] - public void SubscriptionsCreateGetUpdateDelete_Length() - { - using (MockContext context = MockContext.Start(this.GetType().FullName)) - { - InitializeClients(context); - - var location = this.ResourceManagementClient.GetLocationFromProvider(); - - var resourceGroup = this.ResourceManagementClient.TryGetResourceGroup(location); - if (string.IsNullOrWhiteSpace(resourceGroup)) - { - resourceGroup = TestUtilities.GenerateName(ServiceBusManagementHelper.ResourceGroupPrefix); - this.ResourceManagementClient.TryRegisterResourceGroup(location, resourceGroup); - } - - var namespaceName = TestUtilities.GenerateName(ServiceBusManagementHelper.NamespacePrefix); - - var createNamespaceResponse = this.ServiceBusManagementClient.Namespaces.CreateOrUpdate(resourceGroup, namespaceName, - new SBNamespace() - { - Location = location, - Sku = new SBSku - { - Name = SkuName.Standard, - Tier = SkuTier.Standard - } - }); - - Assert.NotNull(createNamespaceResponse); - Assert.Equal(createNamespaceResponse.Name, namespaceName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - // Create a Topic - var topicName = ServiceBusManagementHelper.TopicPrefix + "thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit"; - - var createTopicResponse = this.ServiceBusManagementClient.Topics.CreateOrUpdate(resourceGroup, namespaceName, topicName, - new SBTopic() { EnablePartitioning = true }); - Assert.NotNull(createTopicResponse); - Assert.Equal(createTopicResponse.Name, topicName); - - // Get the created topic - var getTopicResponse = ServiceBusManagementClient.Topics.Get(resourceGroup, namespaceName, topicName); - Assert.NotNull(getTopicResponse); - Assert.Equal(EntityStatus.Active, getTopicResponse.Status); - Assert.Equal(getTopicResponse.Name, topicName); - - // Create Subscription. - var subscriptionName = ServiceBusManagementHelper.SubscritpitonPrefix + "morethan50charschecktoverifqwer"; - SBSubscription createSub = new SBSubscription(); - - createSub.EnableBatchedOperations = true; - createSub.LockDuration = TimeSpan.Parse("00:03:00"); - createSub.DefaultMessageTimeToLive = TimeSpan.Parse("00:05:00"); - createSub.DeadLetteringOnMessageExpiration = true; - createSub.MaxDeliveryCount = 14; - createSub.Status = EntityStatus.Active; - createSub.AutoDeleteOnIdle = TimeSpan.Parse("00:07:00"); - - var createSubscriptionResponse = ServiceBusManagementClient.Subscriptions.CreateOrUpdate(resourceGroup, namespaceName, topicName, subscriptionName, createSub ); - Assert.NotNull(createSubscriptionResponse); - Assert.Equal(createSubscriptionResponse.Name, subscriptionName); - - // Get Created Subscription - var subscriptionGetResponse = ServiceBusManagementClient.Subscriptions.Get(resourceGroup, namespaceName, topicName, subscriptionName); - Assert.NotNull(subscriptionGetResponse); - Assert.Equal(EntityStatus.Active, subscriptionGetResponse.Status); - Assert.Equal(subscriptionGetResponse.Name, subscriptionName); - - // Get all Subscriptions - var getSubscriptionsListAllResponse = ServiceBusManagementClient.Subscriptions.ListByTopic(resourceGroup, namespaceName,topicName); - Assert.NotNull(getSubscriptionsListAllResponse); - Assert.True(getSubscriptionsListAllResponse.Count() == 1); - Assert.True(getSubscriptionsListAllResponse.All(ns => ns.Id.Contains(resourceGroup))); - - // Update Subscription. - var updateSubscriptionParameter = new SBSubscription() { - EnableBatchedOperations = true, - DeadLetteringOnMessageExpiration = true - }; - - var updateSubscriptionsResponse = ServiceBusManagementClient.Subscriptions.CreateOrUpdate(resourceGroup, namespaceName, topicName,subscriptionName,updateSubscriptionParameter); - Assert.NotNull(updateSubscriptionsResponse); - Assert.True(updateSubscriptionsResponse.EnableBatchedOperations); - Assert.NotEqual(updateSubscriptionsResponse.UpdatedAt, subscriptionGetResponse.UpdatedAt); - - // Get the updated subscription to check the Updated values. - var getSubscriptionsResponse = ServiceBusManagementClient.Subscriptions.Get(resourceGroup, namespaceName, topicName,subscriptionName); - Assert.NotNull(getSubscriptionsResponse); - Assert.Equal(EntityStatus.Active, getSubscriptionsResponse.Status); - Assert.Equal(getSubscriptionsResponse.Name, subscriptionName); - Assert.True(getSubscriptionsResponse.EnableBatchedOperations); - Assert.NotEqual(getSubscriptionsResponse.UpdatedAt, createSubscriptionResponse.UpdatedAt); - - // Delete Created Subscription - ServiceBusManagementClient.Subscriptions.Delete(resourceGroup, namespaceName, topicName, subscriptionName); - - // Delete Created Topics - ServiceBusManagementClient.Topics.Delete(resourceGroup, namespaceName, topicName); - - // Delete namespace - ServiceBusManagementClient.Namespaces.Delete(resourceGroup, namespaceName); - } - } - } -} diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.TopicsTests.CRUDAuthorizationRules_Length.cs b/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.TopicsTests.CRUDAuthorizationRules_Length.cs deleted file mode 100644 index cce5f35bf453..000000000000 --- a/src/SDKs/ServiceBus/ServiceBus.Tests/Tests/ScenarioTests.TopicsTests.CRUDAuthorizationRules_Length.cs +++ /dev/null @@ -1,176 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. - - -namespace ServiceBus.Tests.ScenarioTests -{ - using System; - using System.Collections.Generic; - using System.Linq; - using System.Net; - using Microsoft.Azure.Management.ServiceBus; - using Microsoft.Azure.Management.ServiceBus.Models; - using Microsoft.Azure.Test.HttpRecorder; - using Microsoft.Rest.Azure; - using Microsoft.Rest.ClientRuntime.Azure.TestFramework; - using TestHelper; - using Xunit; - public partial class ScenarioTests - { - [Fact] - public void TopicsCreateGetUpdateDeleteAuthorizationRules_Length() - { - using (MockContext context = MockContext.Start(this.GetType().FullName)) - { - InitializeClients(context); - - var location = this.ResourceManagementClient.GetLocationFromProvider(); - - var resourceGroup = this.ResourceManagementClient.TryGetResourceGroup(location); - if (string.IsNullOrWhiteSpace(resourceGroup)) - { - resourceGroup = TestUtilities.GenerateName(ServiceBusManagementHelper.ResourceGroupPrefix); - this.ResourceManagementClient.TryRegisterResourceGroup(location, resourceGroup); - } - - // Create a namespace - var namespaceName = TestUtilities.GenerateName(ServiceBusManagementHelper.NamespacePrefix); - - var createNamespaceResponse = this.ServiceBusManagementClient.Namespaces.CreateOrUpdate(resourceGroup, namespaceName, - new SBNamespace() - { - Location = location, - Sku = new SBSku - { - Name = SkuName.Standard, - Tier = SkuTier.Standard - } - }); - - Assert.NotNull(createNamespaceResponse); - Assert.Equal(createNamespaceResponse.Name, namespaceName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - // Get the created namespace - var getNamespaceResponse = ServiceBusManagementClient.Namespaces.Get(resourceGroup, namespaceName); - if (string.Compare(getNamespaceResponse.ProvisioningState, "Succeeded", true) != 0) - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - getNamespaceResponse = ServiceBusManagementClient.Namespaces.Get(resourceGroup, namespaceName); - Assert.NotNull(getNamespaceResponse); - Assert.Equal("Succeeded", getNamespaceResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); - Assert.Equal(location, getNamespaceResponse.Location, StringComparer.CurrentCultureIgnoreCase); - - // Create Topic - var topicName = ServiceBusManagementHelper.TopicPrefix + "thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit"; - - var createTopicResponse = this.ServiceBusManagementClient.Topics.CreateOrUpdate(resourceGroup, namespaceName, topicName, - new SBTopic() { EnablePartitioning = true }); - Assert.NotNull(createTopicResponse); - Assert.Equal(createTopicResponse.Name, topicName); - - // Get the created Topic - var getTopicResponse = ServiceBusManagementClient.Topics.Get(resourceGroup, namespaceName, topicName); - Assert.NotNull(getTopicResponse); - Assert.Equal(EntityStatus.Active, createTopicResponse.Status); - Assert.Equal(getTopicResponse.Name, topicName); - - // Create a topic AuthorizationRule - var authorizationRuleName = ServiceBusManagementHelper.AuthorizationRulesPrefix + "thisisthenamewithmorethan53charschecktoverifytheremovlaof50charsnamelenghtlimit"; - string createPrimaryKey = HttpMockServer.GetVariable("CreatePrimaryKey", ServiceBusManagementHelper.GenerateRandomKey()); - var createAutorizationRuleParameter = new SBAuthorizationRule() - { - Rights = new List() { AccessRights.Listen, AccessRights.Send } - }; - - var jsonStr = ServiceBusManagementHelper.ConvertObjectToJSon(createAutorizationRuleParameter); - var createTopicAuthorizationRuleResponse = ServiceBusManagementClient.Topics.CreateOrUpdateAuthorizationRule(resourceGroup, namespaceName,topicName, - authorizationRuleName, createAutorizationRuleParameter); - Assert.NotNull(createTopicAuthorizationRuleResponse); - Assert.True(createTopicAuthorizationRuleResponse.Rights.Count == createAutorizationRuleParameter.Rights.Count); - foreach (var right in createAutorizationRuleParameter.Rights) - { - Assert.True(createTopicAuthorizationRuleResponse.Rights.Any(r => r == right)); - } - - // Get created Topics AuthorizationRules - var getTopicsAuthorizationRulesResponse = ServiceBusManagementClient.Topics.GetAuthorizationRule(resourceGroup, namespaceName, topicName, authorizationRuleName); - Assert.NotNull(getTopicsAuthorizationRulesResponse); - Assert.True(getTopicsAuthorizationRulesResponse.Rights.Count == createAutorizationRuleParameter.Rights.Count); - foreach (var right in createAutorizationRuleParameter.Rights) - { - Assert.True(getTopicsAuthorizationRulesResponse.Rights.Any(r => r == right)); - } - - // Get all Topics AuthorizationRules - var getAllNamespaceAuthorizationRulesResponse = ServiceBusManagementClient.Topics.ListAuthorizationRules(resourceGroup, namespaceName, topicName); - Assert.NotNull(getAllNamespaceAuthorizationRulesResponse); - Assert.Equal(getAllNamespaceAuthorizationRulesResponse.Count(), 1); - Assert.True(getAllNamespaceAuthorizationRulesResponse.Any(ns => ns.Name == authorizationRuleName)); - - // Update topics authorizationRule - string updatePrimaryKey = HttpMockServer.GetVariable("UpdatePrimaryKey", ServiceBusManagementHelper.GenerateRandomKey()); - SBAuthorizationRule updateTopicsAuthorizationRuleParameter = new SBAuthorizationRule(); - updateTopicsAuthorizationRuleParameter.Rights = new List() { AccessRights.Listen }; - - var updateTopicAuthorizationRuleResponse = ServiceBusManagementClient.Topics.CreateOrUpdateAuthorizationRule(resourceGroup, - namespaceName,topicName, authorizationRuleName, updateTopicsAuthorizationRuleParameter); - - Assert.NotNull(updateTopicAuthorizationRuleResponse); - Assert.Equal(authorizationRuleName, updateTopicAuthorizationRuleResponse.Name); - Assert.True(updateTopicAuthorizationRuleResponse.Rights.Count == updateTopicsAuthorizationRuleParameter.Rights.Count); - foreach (var right in updateTopicsAuthorizationRuleParameter.Rights) - { - Assert.True(updateTopicAuthorizationRuleResponse.Rights.Any(r => r.Equals(right))); - } - - // Get the updated Topics AuthorizationRule - var getTopicAuthorizationRuleResponse = ServiceBusManagementClient.Topics.GetAuthorizationRule(resourceGroup, namespaceName,topicName, - authorizationRuleName); - Assert.NotNull(getTopicAuthorizationRuleResponse); - Assert.Equal(authorizationRuleName, getTopicAuthorizationRuleResponse.Name); - Assert.True(getTopicAuthorizationRuleResponse.Rights.Count == updateTopicsAuthorizationRuleParameter.Rights.Count); - foreach (var right in updateTopicsAuthorizationRuleParameter.Rights) - { - Assert.True(getTopicAuthorizationRuleResponse.Rights.Any(r => r.Equals(right))); - } - - // Get the connectionString to the Topics for a Authorization rule created - var listKeysTopicsResponse = ServiceBusManagementClient.Topics.ListKeys(resourceGroup, namespaceName, topicName, authorizationRuleName); - Assert.NotNull(listKeysTopicsResponse); - Assert.NotNull(listKeysTopicsResponse.PrimaryConnectionString); - Assert.NotNull(listKeysTopicsResponse.SecondaryConnectionString); - - // Regenerate Keys for the create Authorization rules - var regenerateKeysTopicsParameters = new RegenerateAccessKeyParameters(); - regenerateKeysTopicsParameters.KeyType = KeyType.PrimaryKey; - - var regenerateKeysTopicsResposnse = ServiceBusManagementClient.Topics.RegenerateKeys(resourceGroup, namespaceName, topicName, authorizationRuleName, regenerateKeysTopicsParameters); - Assert.NotEqual(listKeysTopicsResponse.PrimaryKey, regenerateKeysTopicsResposnse.PrimaryKey); - Assert.NotNull(regenerateKeysTopicsResposnse.PrimaryConnectionString); - Assert.NotNull(regenerateKeysTopicsResposnse.SecondaryConnectionString); - Assert.NotNull(regenerateKeysTopicsResposnse.SecondaryKey); - - regenerateKeysTopicsParameters.KeyType = KeyType.SecondaryKey; - regenerateKeysTopicsResposnse = ServiceBusManagementClient.Topics.RegenerateKeys(resourceGroup, namespaceName, topicName, authorizationRuleName, regenerateKeysTopicsParameters); - Assert.NotEqual(listKeysTopicsResponse.SecondaryKey, regenerateKeysTopicsResposnse.SecondaryKey); - Assert.NotNull(regenerateKeysTopicsResposnse.PrimaryConnectionString); - Assert.NotNull(regenerateKeysTopicsResposnse.SecondaryConnectionString); - Assert.NotNull(regenerateKeysTopicsResposnse.PrimaryKey); - - // Delete Topic authorizationRule - ServiceBusManagementClient.Topics.DeleteAuthorizationRule(resourceGroup, namespaceName, topicName, authorizationRuleName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - // Delete Topic - ServiceBusManagementClient.Topics.Delete(resourceGroup, namespaceName, topicName); - - // Delete namespace - ServiceBusManagementClient.Namespaces.Delete(resourceGroup, namespaceName); - - } - } - } -} From ddbe431a1d2c6043eff64563cd1942e90b6b4004 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 3 Oct 2017 13:32:18 -0700 Subject: [PATCH 5/6] updated PR description, version and metadata file. --- .../Microsoft.Azure.Management.ServiceBus.csproj | 2 +- .../ServiceBus/ServiceBus.Tests/ServiceBus.Tests.csproj | 7 +------ src/SDKs/_metadata/servicebus_resource-manager.txt | 7 ++++--- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Microsoft.Azure.Management.ServiceBus.csproj b/src/SDKs/ServiceBus/Management.ServiceBus/Microsoft.Azure.Management.ServiceBus.csproj index 9926d8c1903f..9630631300d1 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Microsoft.Azure.Management.ServiceBus.csproj +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Microsoft.Azure.Management.ServiceBus.csproj @@ -6,6 +6,6 @@ Microsoft.Azure.Management.ServiceBus Microsoft Azure ServiceBus Management;ServiceBus;ServiceBus management net452;netstandard1.4 - 1.0.1 + 1.0.2 \ No newline at end of file diff --git a/src/SDKs/ServiceBus/ServiceBus.Tests/ServiceBus.Tests.csproj b/src/SDKs/ServiceBus/ServiceBus.Tests/ServiceBus.Tests.csproj index c29dc3d2f1de..7869f5e5e53a 100644 --- a/src/SDKs/ServiceBus/ServiceBus.Tests/ServiceBus.Tests.csproj +++ b/src/SDKs/ServiceBus/ServiceBus.Tests/ServiceBus.Tests.csproj @@ -10,12 +10,7 @@ netcoreapp1.1 - - - - - - + diff --git a/src/SDKs/_metadata/servicebus_resource-manager.txt b/src/SDKs/_metadata/servicebus_resource-manager.txt index b206c7817afe..38a185f9f90d 100644 --- a/src/SDKs/_metadata/servicebus_resource-manager.txt +++ b/src/SDKs/_metadata/servicebus_resource-manager.txt @@ -1,10 +1,11 @@ -2017-08-15 03:42:11 UTC +2017-10-03 20:26:40 UTC 1) azure-rest-api-specs repository information GitHub user: Azure Branch: current -Commit: 2264e7b208abfc8b39d973717560658a6971a97f +Commit: 16f4561e00c1ac2647932917b959007e6c42eb4c 2) AutoRest information Requested version: latest -Latest version: 1.2.2 +Bootstrapper version: C:\Users\Administrator\AppData\Roaming\npm `-- autorest@2.0.4147 +Latest installed version: 2.0.4147 From d94c7dd0d05322720978a67a21c8fced01febea0 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 4 Oct 2017 18:48:24 -0700 Subject: [PATCH 6/6] updated PackageReleaseNotes --- .../Microsoft.Azure.Management.ServiceBus.csproj | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/SDKs/ServiceBus/Management.ServiceBus/Microsoft.Azure.Management.ServiceBus.csproj b/src/SDKs/ServiceBus/Management.ServiceBus/Microsoft.Azure.Management.ServiceBus.csproj index 9630631300d1..d7e48a71d8e7 100644 --- a/src/SDKs/ServiceBus/Management.ServiceBus/Microsoft.Azure.Management.ServiceBus.csproj +++ b/src/SDKs/ServiceBus/Management.ServiceBus/Microsoft.Azure.Management.ServiceBus.csproj @@ -4,7 +4,14 @@ Microsoft.Azure.Management.ServiceBus Provides developers with libraries to create and manage Namespaces and manage Authorization Rules. Note: This client library is for ServiceBus under Azure Resource Manager. Microsoft.Azure.Management.ServiceBus - Microsoft Azure ServiceBus Management;ServiceBus;ServiceBus management + Microsoft Azure ServiceBus Management;ServiceBus;ServiceBus management + + + net452;netstandard1.4 1.0.2