From e0b0f90d1da41aa24c647d5c4b81291812150ba5 Mon Sep 17 00:00:00 2001 From: andrew <69653137+greenms@users.noreply.github.com> Date: Tue, 1 Dec 2020 11:49:48 -0800 Subject: [PATCH] Update Redis Enterprise to match Updated Swagger (#17214) * Add support for Redis Enterprise. * Add SessionRecords from successful tests. * Add redisenterprise pipeline. * Updated SDK to match updated Swagger. --- .../redisenterprise_resource-manager.txt | 4 +- .../src/Generated/DatabasesOperations.cs | 994 ++++++++++++- .../DatabasesOperationsExtensions.cs | 350 +++++ .../src/Generated/IDatabasesOperations.cs | 204 +++ .../IRedisEnterpriseDatabaseOperations.cs | 231 --- .../src/Generated/IredisenterpriseClient.cs | 5 - .../RedisEnterpriseDatabaseOperations.cs | 948 ------------ ...sEnterpriseDatabaseOperationsExtensions.cs | 375 ----- .../src/Generated/SdkInfo_redisEnterprise.cs | 1 - .../src/Generated/redisenterpriseClient.cs | 6 - .../BeginCreateFunctionalTest.json | 1284 ++++++----------- .../CreateUpdateDeleteTest.json | 1254 +++++++++++----- .../SessionRecords/TestsFixture/.ctor.json | 64 +- 13 files changed, 2885 insertions(+), 2835 deletions(-) delete mode 100644 sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IRedisEnterpriseDatabaseOperations.cs delete mode 100644 sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/RedisEnterpriseDatabaseOperations.cs delete mode 100644 sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/RedisEnterpriseDatabaseOperationsExtensions.cs diff --git a/eng/mgmt/mgmtmetadata/redisenterprise_resource-manager.txt b/eng/mgmt/mgmtmetadata/redisenterprise_resource-manager.txt index c80ebaf2a1f4a..9e1ceb8345816 100644 --- a/eng/mgmt/mgmtmetadata/redisenterprise_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/redisenterprise_resource-manager.txt @@ -4,11 +4,11 @@ Commencing code generation Generating CSharp code Executing AutoRest command cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/redisenterprise/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\repos\azure-sdk-for-net\sdk -2020-11-02 23:59:30 UTC +2020-11-26 01:06:30 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: f150a6d5f430d8645093d5c28ca7bfd28c96c477 +Commit: 121e6178fc40ba22414be219f896db42a10bbc02 AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/DatabasesOperations.cs b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/DatabasesOperations.cs index 1e6c45a8c7472..b6c6c2a7aa742 100644 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/DatabasesOperations.cs +++ b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/DatabasesOperations.cs @@ -523,7 +523,7 @@ internal DatabasesOperations(redisenterpriseClient client) } /// - /// Creates a database + /// Retrieves the access keys for the RedisEnterprise database. /// /// /// The name of the resource group. @@ -534,9 +534,6 @@ internal DatabasesOperations(redisenterpriseClient client) /// /// The name of the database. /// - /// - /// Parameters supplied to the create or update database operation. - /// /// /// Headers that will be added to request. /// @@ -558,7 +555,7 @@ internal DatabasesOperations(redisenterpriseClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Database parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListKeysWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -572,10 +569,6 @@ internal DatabasesOperations(redisenterpriseClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); } - if (parameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); - } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -594,13 +587,12 @@ internal DatabasesOperations(redisenterpriseClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("clusterName", clusterName); tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginCreate", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListKeys", 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.Cache/redisEnterprise/{clusterName}/databases/{databaseName}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/listKeys").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); @@ -617,7 +609,7 @@ internal DatabasesOperations(redisenterpriseClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -648,12 +640,6 @@ internal DatabasesOperations(redisenterpriseClient client) // 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) { @@ -674,7 +660,7 @@ internal DatabasesOperations(redisenterpriseClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) + if ((int)_statusCode != 200) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -704,7 +690,7 @@ internal DatabasesOperations(redisenterpriseClient client) throw ex; } // Create Result - var _result = new AzureOperationResponse(); + var _result = new AzureOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; if (_httpResponse.Headers.Contains("x-ms-request-id")) @@ -717,25 +703,7 @@ internal DatabasesOperations(redisenterpriseClient client) _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); - } - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); } catch (JsonException ex) { @@ -755,7 +723,92 @@ internal DatabasesOperations(redisenterpriseClient client) } /// - /// Updates a database + /// Regenerates the RedisEnterprise database's access keys. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// Which access key to regenerate. Possible values include: 'Primary', + /// 'Secondary' + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task> RegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginRegenerateKeyWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, keyType, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Imports a database file to target database. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target blob to import from + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task ImportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginImportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Exports a database file from target database. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target directory to export to + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + public async Task ExportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Send request + AzureOperationResponse _response = await BeginExportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, customHeaders, cancellationToken).ConfigureAwait(false); + return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); + } + + /// + /// Creates a database /// /// /// The name of the resource group. @@ -790,7 +843,7 @@ internal DatabasesOperations(redisenterpriseClient client) /// /// A response object containing the response body and response headers. /// - public async Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, DatabaseUpdate parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginCreateWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Database parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -828,7 +881,7 @@ internal DatabasesOperations(redisenterpriseClient client) tracingParameters.Add("databaseName", databaseName); tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginCreate", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -849,7 +902,7 @@ internal DatabasesOperations(redisenterpriseClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -906,7 +959,7 @@ internal DatabasesOperations(redisenterpriseClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -961,6 +1014,24 @@ internal DatabasesOperations(redisenterpriseClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + // Deserialize Response + if ((int)_statusCode == 201) + { + _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); @@ -969,7 +1040,7 @@ internal DatabasesOperations(redisenterpriseClient client) } /// - /// Deletes a single database + /// Updates a database /// /// /// The name of the resource group. @@ -980,6 +1051,9 @@ internal DatabasesOperations(redisenterpriseClient client) /// /// The name of the database. /// + /// + /// Parameters supplied to the create or update database operation. + /// /// /// Headers that will be added to request. /// @@ -989,6 +1063,9 @@ internal DatabasesOperations(redisenterpriseClient client) /// /// Thrown when the operation returned an invalid status code /// + /// + /// Thrown when unable to deserialize the response + /// /// /// Thrown when a required parameter is null /// @@ -998,7 +1075,7 @@ internal DatabasesOperations(redisenterpriseClient client) /// /// A response object containing the response body and response headers. /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, DatabaseUpdate parameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1012,6 +1089,10 @@ internal DatabasesOperations(redisenterpriseClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); } + if (parameters == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "parameters"); + } if (Client.ApiVersion == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); @@ -1030,8 +1111,9 @@ internal DatabasesOperations(redisenterpriseClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("clusterName", clusterName); tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; @@ -1052,7 +1134,7 @@ internal DatabasesOperations(redisenterpriseClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.Method = new HttpMethod("PATCH"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -1083,6 +1165,12 @@ internal DatabasesOperations(redisenterpriseClient client) // 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) { @@ -1103,7 +1191,813 @@ internal DatabasesOperations(redisenterpriseClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) + if ((int)_statusCode != 200 && (int)_statusCode != 202) + { + 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 a single database + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// 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 BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (clusterName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "clusterName"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + 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("clusterName", clusterName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", 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.Cache/redisEnterprise/{clusterName}/databases/{databaseName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + _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 != 200 && (int)_statusCode != 202 && (int)_statusCode != 204) + { + 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; + } + + /// + /// Regenerates the RedisEnterprise database's access keys. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// Which access key to regenerate. Possible values include: 'Primary', + /// 'Secondary' + /// + /// + /// 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> BeginRegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (clusterName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "clusterName"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + RegenerateKeyParameters parameters = new RegenerateKeyParameters(); + parameters.KeyType = keyType; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("clusterName", clusterName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginRegenerateKey", 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.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/regenerateKey").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + _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; + 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 != 202) + { + 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; + } + + /// + /// Imports a database file to target database. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target blob to import from + /// + /// + /// 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 BeginImportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (clusterName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "clusterName"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (sasUri == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "sasUri"); + } + ImportClusterParameters parameters = new ImportClusterParameters(); + if (sasUri != null) + { + parameters.SasUri = sasUri; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("clusterName", clusterName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginImport", 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.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/import").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + _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; + 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 != 202) + { + 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; + } + + /// + /// Exports a database file from target database. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target directory to export to + /// + /// + /// 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 BeginExportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (clusterName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "clusterName"); + } + if (databaseName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (sasUri == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "sasUri"); + } + ExportClusterParameters parameters = new ExportClusterParameters(); + if (sasUri != null) + { + parameters.SasUri = sasUri; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("clusterName", clusterName); + tracingParameters.Add("databaseName", databaseName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "BeginExport", 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.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/export").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); + _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); + _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; + 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 != 202) { var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/DatabasesOperationsExtensions.cs b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/DatabasesOperationsExtensions.cs index 83820e2e49079..7fc1c944247c8 100644 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/DatabasesOperationsExtensions.cs +++ b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/DatabasesOperationsExtensions.cs @@ -254,6 +254,204 @@ public static void Delete(this IDatabasesOperations operations, string resourceG (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } + /// + /// Retrieves the access keys for the RedisEnterprise database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + public static AccessKeys ListKeys(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName) + { + return operations.ListKeysAsync(resourceGroupName, clusterName, databaseName).GetAwaiter().GetResult(); + } + + /// + /// Retrieves the access keys for the RedisEnterprise database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// The cancellation token. + /// + public static async Task ListKeysAsync(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListKeysWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Regenerates the RedisEnterprise database's access keys. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// Which access key to regenerate. Possible values include: 'Primary', + /// 'Secondary' + /// + public static AccessKeys RegenerateKey(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType) + { + return operations.RegenerateKeyAsync(resourceGroupName, clusterName, databaseName, keyType).GetAwaiter().GetResult(); + } + + /// + /// Regenerates the RedisEnterprise database's access keys. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// Which access key to regenerate. Possible values include: 'Primary', + /// 'Secondary' + /// + /// + /// The cancellation token. + /// + public static async Task RegenerateKeyAsync(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.RegenerateKeyWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, keyType, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Imports a database file to target database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target blob to import from + /// + public static void Import(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri) + { + operations.ImportAsync(resourceGroupName, clusterName, databaseName, sasUri).GetAwaiter().GetResult(); + } + + /// + /// Imports a database file to target database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target blob to import from + /// + /// + /// The cancellation token. + /// + public static async Task ImportAsync(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.ImportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Exports a database file from target database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target directory to export to + /// + public static void Export(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri) + { + operations.ExportAsync(resourceGroupName, clusterName, databaseName, sasUri).GetAwaiter().GetResult(); + } + + /// + /// Exports a database file from target database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target directory to export to + /// + /// + /// The cancellation token. + /// + public static async Task ExportAsync(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.ExportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// /// Creates a database /// @@ -401,6 +599,158 @@ public static void BeginDelete(this IDatabasesOperations operations, string reso (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } + /// + /// Regenerates the RedisEnterprise database's access keys. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// Which access key to regenerate. Possible values include: 'Primary', + /// 'Secondary' + /// + public static AccessKeys BeginRegenerateKey(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType) + { + return operations.BeginRegenerateKeyAsync(resourceGroupName, clusterName, databaseName, keyType).GetAwaiter().GetResult(); + } + + /// + /// Regenerates the RedisEnterprise database's access keys. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// Which access key to regenerate. Possible values include: 'Primary', + /// 'Secondary' + /// + /// + /// The cancellation token. + /// + public static async Task BeginRegenerateKeyAsync(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.BeginRegenerateKeyWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, keyType, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Imports a database file to target database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target blob to import from + /// + public static void BeginImport(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri) + { + operations.BeginImportAsync(resourceGroupName, clusterName, databaseName, sasUri).GetAwaiter().GetResult(); + } + + /// + /// Imports a database file to target database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target blob to import from + /// + /// + /// The cancellation token. + /// + public static async Task BeginImportAsync(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.BeginImportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Exports a database file from target database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target directory to export to + /// + public static void BeginExport(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri) + { + operations.BeginExportAsync(resourceGroupName, clusterName, databaseName, sasUri).GetAwaiter().GetResult(); + } + + /// + /// Exports a database file from target database. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target directory to export to + /// + /// + /// The cancellation token. + /// + public static async Task BeginExportAsync(this IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.BeginExportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + /// /// Gets all databases in the specified RedisEnterprise cluster. /// diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IDatabasesOperations.cs b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IDatabasesOperations.cs index d6ba476b61779..360b63f126cc1 100644 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IDatabasesOperations.cs +++ b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IDatabasesOperations.cs @@ -164,6 +164,122 @@ public partial interface IDatabasesOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Retrieves the access keys for the RedisEnterprise database. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// 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> ListKeysWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Regenerates the RedisEnterprise database's access keys. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// Which access key to regenerate. Possible values include: 'Primary', + /// 'Secondary' + /// + /// + /// 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> RegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Imports a database file to target database. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target blob to import from + /// + /// + /// 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 ImportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Exports a database file from target database. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target directory to export to + /// + /// + /// 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 ExportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Creates a database /// /// @@ -251,6 +367,94 @@ public partial interface IDatabasesOperations /// Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// + /// Regenerates the RedisEnterprise database's access keys. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// Which access key to regenerate. Possible values include: 'Primary', + /// 'Secondary' + /// + /// + /// 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> BeginRegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Imports a database file to target database. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target blob to import from + /// + /// + /// 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 BeginImportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Exports a database file from target database. + /// + /// + /// The name of the resource group. + /// + /// + /// The name of the RedisEnterprise cluster. + /// + /// + /// The name of the database. + /// + /// + /// SAS Uri for the target directory to export to + /// + /// + /// 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 BeginExportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// /// Gets all databases in the specified RedisEnterprise cluster. /// /// diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IRedisEnterpriseDatabaseOperations.cs b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IRedisEnterpriseDatabaseOperations.cs deleted file mode 100644 index 2097d861acbc5..0000000000000 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IRedisEnterpriseDatabaseOperations.cs +++ /dev/null @@ -1,231 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.RedisEnterprise -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// RedisEnterpriseDatabaseOperations operations. - /// - public partial interface IRedisEnterpriseDatabaseOperations - { - /// - /// Retrieves the access keys for the RedisEnterprise database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// 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> ListKeysWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Regenerates the RedisEnterprise database's access keys. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// Which access key to regenerate. Possible values include: 'Primary', - /// 'Secondary' - /// - /// - /// 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> RegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Imports a database file to target database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target blob to import from - /// - /// - /// 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 ImportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Exports a database file from target database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target directory to export to - /// - /// - /// 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 ExportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Regenerates the RedisEnterprise database's access keys. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// Which access key to regenerate. Possible values include: 'Primary', - /// 'Secondary' - /// - /// - /// 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> BeginRegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Imports a database file to target database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target blob to import from - /// - /// - /// 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 BeginImportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Exports a database file from target database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target directory to export to - /// - /// - /// 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 BeginExportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IredisenterpriseClient.cs b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IredisenterpriseClient.cs index ee6acd5d08daa..bb135c166e05d 100644 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IredisenterpriseClient.cs +++ b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/IredisenterpriseClient.cs @@ -91,11 +91,6 @@ public partial interface IredisenterpriseClient : System.IDisposable /// IDatabasesOperations Databases { get; } - /// - /// Gets the IRedisEnterpriseDatabaseOperations. - /// - IRedisEnterpriseDatabaseOperations RedisEnterpriseDatabase { get; } - /// /// Gets the IPrivateEndpointConnectionsOperations. /// diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/RedisEnterpriseDatabaseOperations.cs b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/RedisEnterpriseDatabaseOperations.cs deleted file mode 100644 index 4e7270332a529..0000000000000 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/RedisEnterpriseDatabaseOperations.cs +++ /dev/null @@ -1,948 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.RedisEnterprise -{ - 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; - - /// - /// RedisEnterpriseDatabaseOperations operations. - /// - internal partial class RedisEnterpriseDatabaseOperations : IServiceOperations, IRedisEnterpriseDatabaseOperations - { - /// - /// Initializes a new instance of the RedisEnterpriseDatabaseOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal RedisEnterpriseDatabaseOperations(redisenterpriseClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the redisenterpriseClient - /// - public redisenterpriseClient Client { get; private set; } - - /// - /// Retrieves the access keys for the RedisEnterprise database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// 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> ListKeysWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (clusterName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "clusterName"); - } - if (databaseName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); - } - 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("clusterName", clusterName); - tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListKeys", 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.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/listKeys").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); - _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); - _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(); - } - // 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; - } - - /// - /// Regenerates the RedisEnterprise database's access keys. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// Which access key to regenerate. Possible values include: 'Primary', - /// 'Secondary' - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> RegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginRegenerateKeyWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, keyType, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Imports a database file to target database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target blob to import from - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task ImportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginImportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Exports a database file from target database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target directory to export to - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task ExportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginExportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Regenerates the RedisEnterprise database's access keys. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// Which access key to regenerate. Possible values include: 'Primary', - /// 'Secondary' - /// - /// - /// 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> BeginRegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (clusterName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "clusterName"); - } - if (databaseName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - RegenerateKeyParameters parameters = new RegenerateKeyParameters(); - parameters.KeyType = keyType; - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("clusterName", clusterName); - tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginRegenerateKey", 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.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/regenerateKey").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); - _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); - _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; - 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 != 202) - { - 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; - } - - /// - /// Imports a database file to target database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target blob to import from - /// - /// - /// 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 BeginImportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (clusterName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "clusterName"); - } - if (databaseName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (sasUri == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "sasUri"); - } - ImportClusterParameters parameters = new ImportClusterParameters(); - if (sasUri != null) - { - parameters.SasUri = sasUri; - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("clusterName", clusterName); - tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginImport", 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.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/import").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); - _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); - _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; - 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 != 202) - { - 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; - } - - /// - /// Exports a database file from target database. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target directory to export to - /// - /// - /// 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 BeginExportWithHttpMessagesAsync(string resourceGroupName, string clusterName, string databaseName, string sasUri, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (clusterName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "clusterName"); - } - if (databaseName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "databaseName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (sasUri == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "sasUri"); - } - ExportClusterParameters parameters = new ExportClusterParameters(); - if (sasUri != null) - { - parameters.SasUri = sasUri; - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("clusterName", clusterName); - tracingParameters.Add("databaseName", databaseName); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginExport", 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.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/export").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); - _url = _url.Replace("{databaseName}", System.Uri.EscapeDataString(databaseName)); - _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; - 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 != 202) - { - 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; - } - - } -} diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/RedisEnterpriseDatabaseOperationsExtensions.cs b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/RedisEnterpriseDatabaseOperationsExtensions.cs deleted file mode 100644 index dc0833c5abf49..0000000000000 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/RedisEnterpriseDatabaseOperationsExtensions.cs +++ /dev/null @@ -1,375 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.RedisEnterprise -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for RedisEnterpriseDatabaseOperations. - /// - public static partial class RedisEnterpriseDatabaseOperationsExtensions - { - /// - /// Retrieves the access keys for the RedisEnterprise database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - public static AccessKeys ListKeys(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName) - { - return operations.ListKeysAsync(resourceGroupName, clusterName, databaseName).GetAwaiter().GetResult(); - } - - /// - /// Retrieves the access keys for the RedisEnterprise database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// The cancellation token. - /// - public static async Task ListKeysAsync(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListKeysWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Regenerates the RedisEnterprise database's access keys. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// Which access key to regenerate. Possible values include: 'Primary', - /// 'Secondary' - /// - public static AccessKeys RegenerateKey(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType) - { - return operations.RegenerateKeyAsync(resourceGroupName, clusterName, databaseName, keyType).GetAwaiter().GetResult(); - } - - /// - /// Regenerates the RedisEnterprise database's access keys. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// Which access key to regenerate. Possible values include: 'Primary', - /// 'Secondary' - /// - /// - /// The cancellation token. - /// - public static async Task RegenerateKeyAsync(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.RegenerateKeyWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, keyType, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Imports a database file to target database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target blob to import from - /// - public static void Import(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri) - { - operations.ImportAsync(resourceGroupName, clusterName, databaseName, sasUri).GetAwaiter().GetResult(); - } - - /// - /// Imports a database file to target database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target blob to import from - /// - /// - /// The cancellation token. - /// - public static async Task ImportAsync(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.ImportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Exports a database file from target database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target directory to export to - /// - public static void Export(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri) - { - operations.ExportAsync(resourceGroupName, clusterName, databaseName, sasUri).GetAwaiter().GetResult(); - } - - /// - /// Exports a database file from target database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target directory to export to - /// - /// - /// The cancellation token. - /// - public static async Task ExportAsync(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.ExportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Regenerates the RedisEnterprise database's access keys. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// Which access key to regenerate. Possible values include: 'Primary', - /// 'Secondary' - /// - public static AccessKeys BeginRegenerateKey(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType) - { - return operations.BeginRegenerateKeyAsync(resourceGroupName, clusterName, databaseName, keyType).GetAwaiter().GetResult(); - } - - /// - /// Regenerates the RedisEnterprise database's access keys. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// Which access key to regenerate. Possible values include: 'Primary', - /// 'Secondary' - /// - /// - /// The cancellation token. - /// - public static async Task BeginRegenerateKeyAsync(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, AccessKeyType keyType, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginRegenerateKeyWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, keyType, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Imports a database file to target database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target blob to import from - /// - public static void BeginImport(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri) - { - operations.BeginImportAsync(resourceGroupName, clusterName, databaseName, sasUri).GetAwaiter().GetResult(); - } - - /// - /// Imports a database file to target database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target blob to import from - /// - /// - /// The cancellation token. - /// - public static async Task BeginImportAsync(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginImportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Exports a database file from target database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target directory to export to - /// - public static void BeginExport(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri) - { - operations.BeginExportAsync(resourceGroupName, clusterName, databaseName, sasUri).GetAwaiter().GetResult(); - } - - /// - /// Exports a database file from target database. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group. - /// - /// - /// The name of the RedisEnterprise cluster. - /// - /// - /// The name of the database. - /// - /// - /// SAS Uri for the target directory to export to - /// - /// - /// The cancellation token. - /// - public static async Task BeginExportAsync(this IRedisEnterpriseDatabaseOperations operations, string resourceGroupName, string clusterName, string databaseName, string sasUri, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginExportWithHttpMessagesAsync(resourceGroupName, clusterName, databaseName, sasUri, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - } -} diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/SdkInfo_redisEnterprise.cs b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/SdkInfo_redisEnterprise.cs index 617cd4f07b504..7fecfa11aecd3 100644 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/SdkInfo_redisEnterprise.cs +++ b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/SdkInfo_redisEnterprise.cs @@ -25,7 +25,6 @@ public static IEnumerable> ApiInfo_redisEnterprise new Tuple("Cache", "PrivateEndpointConnections", "2020-10-01-preview"), new Tuple("Cache", "PrivateLinkResources", "2020-10-01-preview"), new Tuple("Cache", "RedisEnterprise", "2020-10-01-preview"), - new Tuple("Cache", "RedisEnterpriseDatabase", "2020-10-01-preview"), }.AsEnumerable(); } } diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/redisenterpriseClient.cs b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/redisenterpriseClient.cs index aeeeded1afd13..4e96523f30d7e 100644 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/redisenterpriseClient.cs +++ b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/src/Generated/redisenterpriseClient.cs @@ -96,11 +96,6 @@ public partial class redisenterpriseClient : ServiceClient public virtual IDatabasesOperations Databases { get; private set; } - /// - /// Gets the IRedisEnterpriseDatabaseOperations. - /// - public virtual IRedisEnterpriseDatabaseOperations RedisEnterpriseDatabase { get; private set; } - /// /// Gets the IPrivateEndpointConnectionsOperations. /// @@ -356,7 +351,6 @@ private void Initialize() Get = new GetOperations(this); RedisEnterprise = new RedisEnterpriseOperations(this); Databases = new DatabasesOperations(this); - RedisEnterpriseDatabase = new RedisEnterpriseDatabaseOperations(this); PrivateEndpointConnections = new PrivateEndpointConnectionsOperations(this); PrivateLinkResources = new PrivateLinkResourcesOperations(this); BaseUri = new System.Uri("https://management.azure.com"); diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/BeginCreateFunctionalTests/BeginCreateFunctionalTest.json b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/BeginCreateFunctionalTests/BeginCreateFunctionalTest.json index 1c726d7b451f3..00889f6eae755 100644 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/BeginCreateFunctionalTests/BeginCreateFunctionalTest.json +++ b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/BeginCreateFunctionalTests/BeginCreateFunctionalTest.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1a66b74c-83d7-4de9-9289-cdb9d16f1266" + "9aecbdad-a0af-4e49-98ea-e3024843a999" ], "Accept-Language": [ "en-US" @@ -30,13 +30,13 @@ "1199" ], "x-ms-request-id": [ - "abfaf396-9e65-42ef-a75e-24b48c99bca5" + "bee569b4-f2b9-4095-ba89-abe700c8a3b7" ], "x-ms-correlation-request-id": [ - "abfaf396-9e65-42ef-a75e-24b48c99bca5" + "bee569b4-f2b9-4095-ba89-abe700c8a3b7" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001458Z:abfaf396-9e65-42ef-a75e-24b48c99bca5" + "WESTUS2:20201126T013207Z:bee569b4-f2b9-4095-ba89-abe700c8a3b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Tue, 10 Nov 2020 00:14:57 GMT" + "Thu, 26 Nov 2020 01:32:06 GMT" ], "Content-Length": [ - "11262" + "11273" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,7 +57,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"redisEnterprise\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateLinkResources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"redisEnterprise\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateLinkResources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -67,7 +67,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6aa938f7-7e9a-41cd-9d27-b63a807f182b" + "97ac57ac-2e19-4a25-8fc0-718108ac5824" ], "Accept-Language": [ "en-US" @@ -90,13 +90,13 @@ "11999" ], "x-ms-request-id": [ - "b9b072f1-1e43-4719-b0b4-d2b29495cfd5" + "d1bca5b4-a60a-42ea-8a8e-6972e01520dc" ], "x-ms-correlation-request-id": [ - "b9b072f1-1e43-4719-b0b4-d2b29495cfd5" + "d1bca5b4-a60a-42ea-8a8e-6972e01520dc" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001458Z:b9b072f1-1e43-4719-b0b4-d2b29495cfd5" + "WESTUS2:20201126T013207Z:d1bca5b4-a60a-42ea-8a8e-6972e01520dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Tue, 10 Nov 2020 00:14:58 GMT" + "Thu, 26 Nov 2020 01:32:06 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,20 +114,20 @@ "-1" ], "Content-Length": [ - "11262" + "11273" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"redisEnterprise\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateLinkResources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"redisEnterprise\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateLinkResources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourcegroups/RedisEnterpriseBegin9491?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlZ3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourcegroups/RedisEnterpriseBegin4176?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlZ3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d30060b1-fa89-4f53-b911-613cf73fca94" + "e1c9c486-14ef-4a5d-94e7-6e11aca93be7" ], "Accept-Language": [ "en-US" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "5358632f-253b-43e1-84f5-0c01f73164a6" + "cd330b31-7443-441e-b3b6-47d8d986c286" ], "x-ms-correlation-request-id": [ - "5358632f-253b-43e1-84f5-0c01f73164a6" + "cd330b31-7443-441e-b3b6-47d8d986c286" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001459Z:5358632f-253b-43e1-84f5-0c01f73164a6" + "WESTUS2:20201126T013208Z:cd330b31-7443-441e-b3b6-47d8d986c286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Tue, 10 Nov 2020 00:14:59 GMT" + "Thu, 26 Nov 2020 01:32:07 GMT" ], "Content-Length": [ "201" @@ -183,17 +183,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491\",\r\n \"name\": \"RedisEnterpriseBegin9491\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176\",\r\n \"name\": \"RedisEnterpriseBegin4176\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourcegroups/RedisEnterpriseBegin9491?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlZ3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourcegroups/RedisEnterpriseBegin4176?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlZ3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3158787b-f4e4-4051-9336-efd20e5e39d9" + "0a27dd4d-982b-44ca-b640-a4872095c84d" ], "Accept-Language": [ "en-US" @@ -216,13 +216,13 @@ "11998" ], "x-ms-request-id": [ - "92814051-1d46-4345-97e1-f36b4db6ca9a" + "b935d674-1d7b-4cb6-b625-62e6fb0cceb0" ], "x-ms-correlation-request-id": [ - "92814051-1d46-4345-97e1-f36b4db6ca9a" + "b935d674-1d7b-4cb6-b625-62e6fb0cceb0" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001459Z:92814051-1d46-4345-97e1-f36b4db6ca9a" + "WESTUS2:20201126T013208Z:b935d674-1d7b-4cb6-b625-62e6fb0cceb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Tue, 10 Nov 2020 00:14:59 GMT" + "Thu, 26 Nov 2020 01:32:07 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -243,17 +243,17 @@ "201" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491\",\r\n \"name\": \"RedisEnterpriseBegin9491\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176\",\r\n \"name\": \"RedisEnterpriseBegin4176\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"properties\": {\r\n \"minimumTlsVersion\": \"1.2\"\r\n },\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "2a49077e-4f7f-480c-ac95-f79c0a40953b" + "89ce36f5-4320-486b-a244-42bb3a8cbba7" ], "Accept-Language": [ "en-US" @@ -279,16 +279,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3cb09f05-1ec5-497b-b879-52ebb45f66b1?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/06d75285-7cd6-4db3-9061-95680d583df5?api-version=2020-10-01-preview" ], "x-ms-request-id": [ - "5c772ed8-6772-4a2b-a2ee-12e1d94d4dbd" + "bc868584-407b-4b25-ab3c-4c03faa418df" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -303,13 +303,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "eced7181-10d3-4047-894f-b55de45ff833" + "56ee6f15-4249-407d-9905-e594d8aef133" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001503Z:eced7181-10d3-4047-894f-b55de45ff833" + "WESTUS2:20201126T013212Z:56ee6f15-4249-407d-9905-e594d8aef133" ], "Date": [ - "Tue, 10 Nov 2020 00:15:02 GMT" + "Thu, 26 Nov 2020 01:32:11 GMT" ], "Content-Length": [ "515" @@ -321,17 +321,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": null,\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": null,\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12f84310-1141-4879-9dd8-696dde82ccc6" + "befcfac4-8809-4105-beab-f33c939b781c" ], "Accept-Language": [ "en-US" @@ -351,10 +351,10 @@ "no-cache" ], "x-ms-request-id": [ - "085fc98e-5998-450d-a04f-6bd76b7d0967" + "5ce708f6-e86d-4247-a697-07520ff78970" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,16 +366,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "6be6ea77-ee57-440b-bdba-1caeca30d4c3" + "9dc4547f-8844-4904-bee3-f2f8adcc4dbe" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001503Z:6be6ea77-ee57-440b-bdba-1caeca30d4c3" + "WESTUS2:20201126T013212Z:9dc4547f-8844-4904-bee3-f2f8adcc4dbe" ], "Date": [ - "Tue, 10 Nov 2020 00:15:03 GMT" + "Thu, 26 Nov 2020 01:32:12 GMT" ], "Content-Length": [ "552" @@ -387,17 +387,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7394671-9173-41c2-a44c-2f3094a3d968" + "04e127a1-1c9f-48fe-b831-4ed7e31501ff" ], "Accept-Language": [ "en-US" @@ -417,10 +417,10 @@ "no-cache" ], "x-ms-request-id": [ - "d1037ce4-bbaa-46d2-8706-5112ab92d828" + "d0bdc57b-ea1f-4756-a52a-4267e4097608" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -432,16 +432,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11998" ], "x-ms-correlation-request-id": [ - "762833c1-4edb-4478-a6c8-8a3c31c57e5f" + "2fb01ebe-8fbb-4a53-9adf-9265eb186142" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001533Z:762833c1-4edb-4478-a6c8-8a3c31c57e5f" + "WESTUS2:20201126T013242Z:2fb01ebe-8fbb-4a53-9adf-9265eb186142" ], "Date": [ - "Tue, 10 Nov 2020 00:15:32 GMT" + "Thu, 26 Nov 2020 01:32:41 GMT" ], "Content-Length": [ "552" @@ -453,17 +453,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "551107f4-bfcd-4852-9672-ff3ee5113329" + "7989e47b-aa1a-4696-8f43-c7c109f7b715" ], "Accept-Language": [ "en-US" @@ -483,10 +483,10 @@ "no-cache" ], "x-ms-request-id": [ - "fe205a57-e6b2-480f-a9c8-73cccfa3bbbf" + "53720c85-dce6-40cb-9465-202991420569" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -498,16 +498,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11997" ], "x-ms-correlation-request-id": [ - "337d3292-8de2-4e71-aaac-7fe497da51ea" + "75abb8c2-84d8-4498-a4b1-40c493757d9f" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001603Z:337d3292-8de2-4e71-aaac-7fe497da51ea" + "WESTUS2:20201126T013312Z:75abb8c2-84d8-4498-a4b1-40c493757d9f" ], "Date": [ - "Tue, 10 Nov 2020 00:16:02 GMT" + "Thu, 26 Nov 2020 01:33:11 GMT" ], "Content-Length": [ "552" @@ -519,17 +519,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6536504b-4d66-46fd-b02f-ffa204030b69" + "358a550f-ba41-4ca9-8347-cec487531110" ], "Accept-Language": [ "en-US" @@ -549,10 +549,10 @@ "no-cache" ], "x-ms-request-id": [ - "f1926609-8ed0-4c8d-82d0-634934d500e9" + "71c20f62-25b7-49f1-ac1a-667a79250bce" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -564,16 +564,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11996" ], "x-ms-correlation-request-id": [ - "bae5d1c6-864e-47af-a5c1-6173f2448136" + "de142fcb-34b6-4dc0-bfd1-c20155c1b182" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001633Z:bae5d1c6-864e-47af-a5c1-6173f2448136" + "WESTUS2:20201126T013342Z:de142fcb-34b6-4dc0-bfd1-c20155c1b182" ], "Date": [ - "Tue, 10 Nov 2020 00:16:33 GMT" + "Thu, 26 Nov 2020 01:33:42 GMT" ], "Content-Length": [ "552" @@ -585,17 +585,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1cb21247-96e0-462c-a6d5-6a08b56fe71f" + "f60f3058-6968-43aa-a7db-252d0257fc54" ], "Accept-Language": [ "en-US" @@ -615,10 +615,10 @@ "no-cache" ], "x-ms-request-id": [ - "3d8f3121-3056-4bfc-b94c-d64532481699" + "06c2fbf1-786c-4a97-8010-a26cb5627ae1" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -630,16 +630,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11995" ], "x-ms-correlation-request-id": [ - "5af32c1e-ab1a-406e-b991-e43492648e0a" + "f389eb1a-1c0e-47b2-a75d-d29b4b004e12" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001703Z:5af32c1e-ab1a-406e-b991-e43492648e0a" + "WESTUS2:20201126T013413Z:f389eb1a-1c0e-47b2-a75d-d29b4b004e12" ], "Date": [ - "Tue, 10 Nov 2020 00:17:03 GMT" + "Thu, 26 Nov 2020 01:34:12 GMT" ], "Content-Length": [ "552" @@ -651,17 +651,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e5c02a3-26b7-4446-b35c-60819bb02847" + "82dc916e-fada-4354-ae67-1166d463d5d0" ], "Accept-Language": [ "en-US" @@ -681,10 +681,10 @@ "no-cache" ], "x-ms-request-id": [ - "afcc3942-2bbd-449e-b926-2b37fe9e06c7" + "fe2802a9-ab3c-42f1-baf3-3164086d3c67" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,16 +696,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11994" ], "x-ms-correlation-request-id": [ - "18967df5-ac0f-438d-9cae-850e4facb3c3" + "69a916ae-ab76-431b-99e0-aaf730a3afae" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001733Z:18967df5-ac0f-438d-9cae-850e4facb3c3" + "WESTUS2:20201126T013443Z:69a916ae-ab76-431b-99e0-aaf730a3afae" ], "Date": [ - "Tue, 10 Nov 2020 00:17:32 GMT" + "Thu, 26 Nov 2020 01:34:42 GMT" ], "Content-Length": [ "552" @@ -717,17 +717,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d8144b85-9471-40a6-9510-d07108d185c7" + "dd4809b0-0848-4ee3-9e4d-fee53cb7c64f" ], "Accept-Language": [ "en-US" @@ -747,10 +747,10 @@ "no-cache" ], "x-ms-request-id": [ - "071b68ce-50d5-44ac-9489-960ad4074172" + "cd8efb52-85f0-459c-b45a-8f48869b32b8" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -762,16 +762,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11993" ], "x-ms-correlation-request-id": [ - "7fa0794c-5680-4f66-8735-cae8fedff1d5" + "5d3737f2-7183-4438-b494-f52d794432a5" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001803Z:7fa0794c-5680-4f66-8735-cae8fedff1d5" + "WESTUS2:20201126T013513Z:5d3737f2-7183-4438-b494-f52d794432a5" ], "Date": [ - "Tue, 10 Nov 2020 00:18:03 GMT" + "Thu, 26 Nov 2020 01:35:13 GMT" ], "Content-Length": [ "552" @@ -783,17 +783,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "49a6b833-210b-4fed-9f85-186f03eab7fe" + "37498130-0b2a-40cd-ab03-da715838258e" ], "Accept-Language": [ "en-US" @@ -813,10 +813,10 @@ "no-cache" ], "x-ms-request-id": [ - "c70cd27e-4bfd-49a9-977b-3b591ba01264" + "6094dbff-d16d-4fd5-a49a-8384b3516169" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -828,16 +828,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11992" ], "x-ms-correlation-request-id": [ - "25b898ba-c3d6-44a7-a3b6-b77a243c605b" + "bc80fed0-c560-443b-bf21-092a40d11a46" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001834Z:25b898ba-c3d6-44a7-a3b6-b77a243c605b" + "WESTUS2:20201126T013543Z:bc80fed0-c560-443b-bf21-092a40d11a46" ], "Date": [ - "Tue, 10 Nov 2020 00:18:33 GMT" + "Thu, 26 Nov 2020 01:35:43 GMT" ], "Content-Length": [ "552" @@ -849,17 +849,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7943abdb-db44-46af-8413-2284a6f83322" + "ae0223c7-b4bd-4538-b272-51bae695ac03" ], "Accept-Language": [ "en-US" @@ -879,10 +879,10 @@ "no-cache" ], "x-ms-request-id": [ - "eb3b91c0-ead6-42a8-ad81-82d4577bf14c" + "afd0b0ca-c419-4a70-98fb-b6d8bf561bd3" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -890,86 +890,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" - ], - "x-ms-correlation-request-id": [ - "7ab813c4-1805-4791-9420-ad4a46ec58ec" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20201110T001904Z:7ab813c4-1805-4791-9420-ad4a46ec58ec" - ], - "Date": [ - "Tue, 10 Nov 2020 00:19:03 GMT" - ], - "Content-Length": [ - "552" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "dc44353c-2d96-4431-9aa0-6ba73fdca3f7" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "c1f7160b-99c9-4949-bc80-300798128b8b" - ], - "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" + "11991" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" - ], "x-ms-correlation-request-id": [ - "ed7ed585-0f88-4624-a145-dbfed80d1baa" + "43b61235-3d21-4951-aef7-c502e878642a" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T001934Z:ed7ed585-0f88-4624-a145-dbfed80d1baa" + "WESTUS2:20201126T013613Z:43b61235-3d21-4951-aef7-c502e878642a" ], "Date": [ - "Tue, 10 Nov 2020 00:19:34 GMT" + "Thu, 26 Nov 2020 01:36:12 GMT" ], "Content-Length": [ "552" @@ -981,17 +915,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a40b826a-fc5e-4dc7-b89a-d49d6db9ae30" + "eaea8071-be50-4e17-a14d-eb038625c81f" ], "Accept-Language": [ "en-US" @@ -1011,10 +945,10 @@ "no-cache" ], "x-ms-request-id": [ - "ddc7d6fb-f644-40a5-94e3-3f5904eafe20" + "528df08f-9b35-4716-ad01-cee1ccd4b29c" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1026,82 +960,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" - ], - "x-ms-correlation-request-id": [ - "94235335-bd37-4ce6-8c91-934a3b7cd86b" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20201110T002004Z:94235335-bd37-4ce6-8c91-934a3b7cd86b" - ], - "Date": [ - "Tue, 10 Nov 2020 00:20:03 GMT" - ], - "Content-Length": [ - "552" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "6e11b41c-df5d-4b0b-a1ac-8fc3c12a3a42" - ], - "Accept-Language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "61e5e6c7-7b14-455b-bb95-5be6fb5a8d84" - ], - "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "11990" ], "x-ms-correlation-request-id": [ - "c467da53-b7e3-4613-9636-1250275707c9" + "dc7bc5a0-d351-41b8-838c-9446fd380233" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002034Z:c467da53-b7e3-4613-9636-1250275707c9" + "WESTUS2:20201126T013644Z:dc7bc5a0-d351-41b8-838c-9446fd380233" ], "Date": [ - "Tue, 10 Nov 2020 00:20:33 GMT" + "Thu, 26 Nov 2020 01:36:43 GMT" ], "Content-Length": [ "552" @@ -1113,17 +981,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b601222d-f88a-473d-ae5b-b3a3c796256f" + "9927d52a-4c03-469d-8160-32412a4eeb8c" ], "Accept-Language": [ "en-US" @@ -1143,10 +1011,10 @@ "no-cache" ], "x-ms-request-id": [ - "2ee06066-f710-4145-94dc-d0a7e4e2d434" + "ea273263-1b5a-434c-ad5f-f1e799501d1c" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1158,16 +1026,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11989" ], "x-ms-correlation-request-id": [ - "62ca1d5e-ee85-47c4-9af4-f819294502f0" + "28cdacb1-f284-4412-a042-7818cad6ded7" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002104Z:62ca1d5e-ee85-47c4-9af4-f819294502f0" + "WESTUS2:20201126T013714Z:28cdacb1-f284-4412-a042-7818cad6ded7" ], "Date": [ - "Tue, 10 Nov 2020 00:21:04 GMT" + "Thu, 26 Nov 2020 01:37:14 GMT" ], "Content-Length": [ "552" @@ -1179,17 +1047,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cc4643ab-6700-4e84-9949-82dd6964d69c" + "5c54b719-1b8e-4073-85d5-a59e8024f84f" ], "Accept-Language": [ "en-US" @@ -1209,10 +1077,10 @@ "no-cache" ], "x-ms-request-id": [ - "cd775b21-2862-4546-9085-9626895a1848" + "5e40e656-6b6b-4a0e-adcf-287408103bf2" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1224,16 +1092,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11988" ], "x-ms-correlation-request-id": [ - "32be67fd-d91a-4d67-b5aa-ff97f3589ee7" + "d5e22c03-12d2-49d1-a252-f9733ae2432c" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002134Z:32be67fd-d91a-4d67-b5aa-ff97f3589ee7" + "WESTUS2:20201126T013744Z:d5e22c03-12d2-49d1-a252-f9733ae2432c" ], "Date": [ - "Tue, 10 Nov 2020 00:21:34 GMT" + "Thu, 26 Nov 2020 01:37:43 GMT" ], "Content-Length": [ "552" @@ -1245,17 +1113,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d4fcad14-b509-4616-92ff-b10d073817ab" + "4983875a-d454-4de9-9fac-ea7b460607e7" ], "Accept-Language": [ "en-US" @@ -1275,10 +1143,10 @@ "no-cache" ], "x-ms-request-id": [ - "af4fa851-99f6-4975-ae50-0fe32db280ad" + "ef5409e4-7c41-4f37-859f-f34f8d452585" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1290,16 +1158,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11987" ], "x-ms-correlation-request-id": [ - "1cd82bab-bd7d-4f12-9ffd-7b7680dde3bf" + "4759242c-af70-46a2-8a0e-79400cccec0f" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002205Z:1cd82bab-bd7d-4f12-9ffd-7b7680dde3bf" + "WESTUS2:20201126T013814Z:4759242c-af70-46a2-8a0e-79400cccec0f" ], "Date": [ - "Tue, 10 Nov 2020 00:22:04 GMT" + "Thu, 26 Nov 2020 01:38:13 GMT" ], "Content-Length": [ "552" @@ -1311,17 +1179,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752/databases/default?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTIvZGF0YWJhc2VzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287/databases/default?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODcvZGF0YWJhc2VzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"clientProtocol\": \"Encrypted\",\r\n \"clusteringPolicy\": \"OSSCluster\",\r\n \"evictionPolicy\": \"NoEviction\",\r\n \"modules\": [\r\n {\r\n \"name\": \"RedisBloom\",\r\n \"args\": \"ERROR_RATE 0.00 INITIAL_SIZE 400\"\r\n },\r\n {\r\n \"name\": \"RedisTimeSeries\",\r\n \"args\": \"RETENTION_POLICY 20\"\r\n },\r\n {\r\n \"name\": \"RediSearch\"\r\n }\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "f0e3e4cf-b7dc-45ea-a4db-e5443e161b39" + "436cf164-55e6-4dd1-b757-1c17560257b5" ], "Accept-Language": [ "en-US" @@ -1347,16 +1215,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752/databases/default?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287/databases/default?api-version=2020-10-01-preview" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/e7e4d4c4-ab8d-4dd9-b1fc-8fc7529bf5c9?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/bb4c0ef9-79b7-4c69-b7b2-48827f1d17b2?api-version=2020-10-01-preview" ], "x-ms-request-id": [ - "2a1b8b1a-9e0d-484e-878d-52773418d3ad" + "892356ac-61c1-4571-8a22-3c179f3bbc8e" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1371,13 +1239,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "6d57b474-b2d8-437b-8cab-ce2da70f9364" + "69d532d2-a2c5-4300-b151-cefdca79f040" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002205Z:6d57b474-b2d8-437b-8cab-ce2da70f9364" + "WESTUS2:20201126T013814Z:69d532d2-a2c5-4300-b151-cefdca79f040" ], "Date": [ - "Tue, 10 Nov 2020 00:22:05 GMT" + "Thu, 26 Nov 2020 01:38:14 GMT" ], "Content-Length": [ "762" @@ -1389,17 +1257,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752/databases/default\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise/databases\",\r\n \"properties\": {\r\n \"clientProtocol\": \"Encrypted\",\r\n \"port\": 10000,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"clusteringPolicy\": \"OSSCluster\",\r\n \"evictionPolicy\": \"NoEviction\",\r\n \"modules\": [\r\n {\r\n \"name\": \"RedisBloom\",\r\n \"version\": \"2.2.4\"\r\n },\r\n {\r\n \"name\": \"RedisTimeSeries\",\r\n \"version\": \"1.4.5\"\r\n },\r\n {\r\n \"name\": \"RediSearch\",\r\n \"version\": \"2.0.1\"\r\n }\r\n ]\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287/databases/default\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise/databases\",\r\n \"properties\": {\r\n \"clientProtocol\": \"Encrypted\",\r\n \"port\": 10000,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"clusteringPolicy\": \"OSSCluster\",\r\n \"evictionPolicy\": \"NoEviction\",\r\n \"modules\": [\r\n {\r\n \"name\": \"RedisBloom\",\r\n \"version\": \"2.2.4\"\r\n },\r\n {\r\n \"name\": \"RedisTimeSeries\",\r\n \"version\": \"1.4.5\"\r\n },\r\n {\r\n \"name\": \"RediSearch\",\r\n \"version\": \"2.0.1\"\r\n }\r\n ]\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODc/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "089e9eba-b8e1-470b-bd6b-e23473bb88a3" + "645e58b9-f614-4ded-99b8-783f5bcb64ac" ], "Accept-Language": [ "en-US" @@ -1419,16 +1287,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752/operationresults/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287/operationresults/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview" ], "x-ms-request-id": [ - "9fa95042-4a7a-485f-b72f-476ede948ca6" + "158cbcce-a2b0-49fe-9338-f8a07aa71bb1" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1443,13 +1311,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "62b4d5bb-3727-46c0-9154-d31895d27666" + "ebc61b3a-e68d-461d-b3e6-fae5228355ef" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002206Z:62b4d5bb-3727-46c0-9154-d31895d27666" + "WESTUS2:20201126T013815Z:ebc61b3a-e68d-461d-b3e6-fae5228355ef" ], "Date": [ - "Tue, 10 Nov 2020 00:22:05 GMT" + "Thu, 26 Nov 2020 01:38:14 GMT" ], "Content-Length": [ "552" @@ -1461,12 +1329,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin2752\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\",\r\n \"resourceState\": \"Deleting\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseBegin1287\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"Enterprise_E10\",\r\n \"capacity\": 2\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\",\r\n \"resourceState\": \"Deleting\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1485,10 +1353,10 @@ "no-cache" ], "x-ms-request-id": [ - "92b8c2fd-5733-43ed-bc81-c0b6ee868015" + "50627c87-fd05-4605-8d0b-a22b5ad0d685" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1500,19 +1368,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11986" ], "x-ms-correlation-request-id": [ - "b1ab47a3-70a8-45ce-b82d-e852a67d8f1a" + "0421ec2e-a191-44de-a605-0c26b628e88a" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002236Z:b1ab47a3-70a8-45ce-b82d-e852a67d8f1a" + "WESTUS2:20201126T013845Z:0421ec2e-a191-44de-a605-0c26b628e88a" ], "Date": [ - "Tue, 10 Nov 2020 00:22:35 GMT" + "Thu, 26 Nov 2020 01:38:45 GMT" ], "Content-Length": [ - "309" + "320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1521,12 +1389,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"Pending\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"0001-01-01T00:00:00-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1545,10 +1413,10 @@ "no-cache" ], "x-ms-request-id": [ - "feedfaaa-d8a6-4b6f-8160-a44d9aa6d83e" + "f62f7685-9785-4fdb-86c3-8f0abb55b9a8" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1560,19 +1428,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11985" ], "x-ms-correlation-request-id": [ - "71f8be30-0533-4551-91c2-861cb75ce577" + "bd19125d-2e96-49b0-9092-b99bccbbe74f" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002306Z:71f8be30-0533-4551-91c2-861cb75ce577" + "WESTUS2:20201126T013915Z:bd19125d-2e96-49b0-9092-b99bccbbe74f" ], "Date": [ - "Tue, 10 Nov 2020 00:23:06 GMT" + "Thu, 26 Nov 2020 01:39:15 GMT" ], "Content-Length": [ - "309" + "320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1581,12 +1449,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"Pending\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"0001-01-01T00:00:00-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1605,10 +1473,10 @@ "no-cache" ], "x-ms-request-id": [ - "b59284df-596c-4c57-9a7d-2ac68a7b6306" + "cf386768-3672-4620-8871-2c05969028cd" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1620,19 +1488,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11984" ], "x-ms-correlation-request-id": [ - "7fb2c63c-6379-4448-824b-9954a229820e" + "82d9da60-6e59-4676-9e82-5f525762e70c" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002336Z:7fb2c63c-6379-4448-824b-9954a229820e" + "WESTUS2:20201126T013945Z:82d9da60-6e59-4676-9e82-5f525762e70c" ], "Date": [ - "Tue, 10 Nov 2020 00:23:36 GMT" + "Thu, 26 Nov 2020 01:39:45 GMT" ], "Content-Length": [ - "309" + "320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1641,12 +1509,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"Pending\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"0001-01-01T00:00:00-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1665,10 +1533,10 @@ "no-cache" ], "x-ms-request-id": [ - "09cc67cb-0c0e-4d78-b942-7d207ddcbc1b" + "ca3ffc63-6b09-49ef-af27-b13a7b762dd7" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1680,19 +1548,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11983" ], "x-ms-correlation-request-id": [ - "23e5b0d5-615d-4cec-b627-5c653b4df8f5" + "c6e52880-dc3b-4a83-b906-d6f34c6f966b" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002406Z:23e5b0d5-615d-4cec-b627-5c653b4df8f5" + "WESTUS2:20201126T014016Z:c6e52880-dc3b-4a83-b906-d6f34c6f966b" ], "Date": [ - "Tue, 10 Nov 2020 00:24:06 GMT" + "Thu, 26 Nov 2020 01:40:15 GMT" ], "Content-Length": [ - "309" + "320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1701,12 +1569,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"Pending\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"0001-01-01T00:00:00-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1725,10 +1593,10 @@ "no-cache" ], "x-ms-request-id": [ - "73ec4d9b-dd03-4986-b849-464e00eed47a" + "2aa298c5-75e0-4991-8a1c-017c646cc54b" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1736,83 +1604,23 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "1c63345c-8a00-4ecc-9ec0-2facff647d82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20201110T002436Z:1c63345c-8a00-4ecc-9ec0-2facff647d82" - ], - "Date": [ - "Tue, 10 Nov 2020 00:24:35 GMT" - ], - "Content-Length": [ - "309" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"Pending\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"0001-01-01T00:00:00-08:00\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d310f3d4-06dd-4a77-8548-791c6cbf7d2b" - ], - "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" + "11982" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" - ], "x-ms-correlation-request-id": [ - "4f3cd03b-bd8f-4492-aa16-1560a108f8ba" + "2aaf4c53-dc66-404e-8bb2-854e6e9ed33d" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002506Z:4f3cd03b-bd8f-4492-aa16-1560a108f8ba" + "WESTUS2:20201126T014046Z:2aaf4c53-dc66-404e-8bb2-854e6e9ed33d" ], "Date": [ - "Tue, 10 Nov 2020 00:25:06 GMT" + "Thu, 26 Nov 2020 01:40:45 GMT" ], "Content-Length": [ - "309" + "320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1821,12 +1629,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"Pending\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"0001-01-01T00:00:00-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1845,10 +1653,10 @@ "no-cache" ], "x-ms-request-id": [ - "ef84d1e6-7a0b-46ae-a588-40ec149b7d59" + "beffc7dd-5d99-4af7-aac3-be8e4681c715" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1860,19 +1668,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11981" ], "x-ms-correlation-request-id": [ - "0b4642ff-72c0-4e5b-8f61-a6cdec4bb38a" + "b833588b-dd6b-4383-980f-a93b3cd694bb" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002537Z:0b4642ff-72c0-4e5b-8f61-a6cdec4bb38a" + "WESTUS2:20201126T014116Z:b833588b-dd6b-4383-980f-a93b3cd694bb" ], "Date": [ - "Tue, 10 Nov 2020 00:25:36 GMT" + "Thu, 26 Nov 2020 01:41:16 GMT" ], "Content-Length": [ - "309" + "320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1881,12 +1689,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"Pending\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"0001-01-01T00:00:00-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1905,10 +1713,10 @@ "no-cache" ], "x-ms-request-id": [ - "ba16c1eb-9a62-4c7a-9492-842ae7e29747" + "2565f27e-7392-4933-b16e-670c61281d52" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1920,76 +1728,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" - ], - "x-ms-correlation-request-id": [ - "5ff1667a-ab12-4a6f-ad73-58777abf77f7" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20201110T002607Z:5ff1667a-ab12-4a6f-ad73-58777abf77f7" - ], - "Date": [ - "Tue, 10 Nov 2020 00:26:06 GMT" - ], - "Content-Length": [ - "320" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "da6809c7-14dc-49ec-bad9-deb41807aa1c" - ], - "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" + "11980" ], "x-ms-correlation-request-id": [ - "650f0cb1-878f-4c73-95ef-072288987240" + "b2a45ef1-42c0-4c70-869f-5585a90b4022" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002637Z:650f0cb1-878f-4c73-95ef-072288987240" + "WESTUS2:20201126T014146Z:b2a45ef1-42c0-4c70-869f-5585a90b4022" ], "Date": [ - "Tue, 10 Nov 2020 00:26:36 GMT" + "Thu, 26 Nov 2020 01:41:46 GMT" ], "Content-Length": [ "320" @@ -2001,12 +1749,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2025,10 +1773,10 @@ "no-cache" ], "x-ms-request-id": [ - "89c04500-7e9e-47f2-be8b-30fbc0cdfe71" + "7aeb12af-35b5-4877-a353-e6b750ef082b" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2040,16 +1788,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11979" ], "x-ms-correlation-request-id": [ - "44f76409-86ca-45cc-a030-1b76f31bee3a" + "57de541e-f3bf-47c5-8e60-43bde8a21739" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002710Z:44f76409-86ca-45cc-a030-1b76f31bee3a" + "WESTUS2:20201126T014216Z:57de541e-f3bf-47c5-8e60-43bde8a21739" ], "Date": [ - "Tue, 10 Nov 2020 00:27:10 GMT" + "Thu, 26 Nov 2020 01:42:16 GMT" ], "Content-Length": [ "320" @@ -2061,12 +1809,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2085,10 +1833,10 @@ "no-cache" ], "x-ms-request-id": [ - "b0654f95-9b9a-4e29-853e-8e535b9d7c3e" + "98712adc-1eea-42ff-b60a-cd06440a1948" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2100,16 +1848,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11978" ], "x-ms-correlation-request-id": [ - "24ea8f74-f190-4147-96a4-970d32f4cd92" + "47b1e807-5d85-41a8-8995-e34532247b6d" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002740Z:24ea8f74-f190-4147-96a4-970d32f4cd92" + "WESTUS2:20201126T014246Z:47b1e807-5d85-41a8-8995-e34532247b6d" ], "Date": [ - "Tue, 10 Nov 2020 00:27:40 GMT" + "Thu, 26 Nov 2020 01:42:46 GMT" ], "Content-Length": [ "320" @@ -2121,12 +1869,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2145,10 +1893,10 @@ "no-cache" ], "x-ms-request-id": [ - "c6c1efd6-69e7-4103-888b-dee53441f885" + "0c4751f5-536c-4a5d-8fc0-8f5561f346cd" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2160,16 +1908,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11977" ], "x-ms-correlation-request-id": [ - "b9489952-1e8c-4a61-ba4d-88e09fcda67f" + "16ead579-7b5b-4b1a-bdeb-2bd68e2f921c" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002810Z:b9489952-1e8c-4a61-ba4d-88e09fcda67f" + "WESTUS2:20201126T014317Z:16ead579-7b5b-4b1a-bdeb-2bd68e2f921c" ], "Date": [ - "Tue, 10 Nov 2020 00:28:09 GMT" + "Thu, 26 Nov 2020 01:43:16 GMT" ], "Content-Length": [ "320" @@ -2181,12 +1929,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2205,10 +1953,10 @@ "no-cache" ], "x-ms-request-id": [ - "83369e48-0e89-4d5d-b59e-df6e9e0b5387" + "5ced833c-1591-42fb-9008-761a1d3842a8" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2220,16 +1968,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11976" ], "x-ms-correlation-request-id": [ - "def2291a-82ba-4cd7-b3ae-b986a485bc26" + "d6a1742b-d13a-4905-9c10-2f85be75360c" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002841Z:def2291a-82ba-4cd7-b3ae-b986a485bc26" + "WESTUS2:20201126T014347Z:d6a1742b-d13a-4905-9c10-2f85be75360c" ], "Date": [ - "Tue, 10 Nov 2020 00:28:40 GMT" + "Thu, 26 Nov 2020 01:43:46 GMT" ], "Content-Length": [ "320" @@ -2241,12 +1989,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2265,10 +2013,10 @@ "no-cache" ], "x-ms-request-id": [ - "742f4494-82d8-43cc-9cf5-508ddf4edfa9" + "b7acae0d-1402-4001-a18c-a7690bae4f8c" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2280,16 +2028,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11975" ], "x-ms-correlation-request-id": [ - "da9238e8-e85f-4aa3-a407-5e66794d262e" + "259fa4f8-3719-4c71-9d2f-02b91d90f1d2" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002911Z:da9238e8-e85f-4aa3-a407-5e66794d262e" + "WESTUS2:20201126T014417Z:259fa4f8-3719-4c71-9d2f-02b91d90f1d2" ], "Date": [ - "Tue, 10 Nov 2020 00:29:10 GMT" + "Thu, 26 Nov 2020 01:44:16 GMT" ], "Content-Length": [ "320" @@ -2301,12 +2049,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2325,10 +2073,10 @@ "no-cache" ], "x-ms-request-id": [ - "1fab431f-a326-4aec-895c-ab3c08b3008f" + "267049d6-32a1-4c9d-9b2a-6a3f7b2c79c0" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2340,16 +2088,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11974" ], "x-ms-correlation-request-id": [ - "aeb1dc6e-0cb3-4fc5-87b3-274e22260c84" + "47b67269-4963-4f6a-9c11-6873298491ff" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T002941Z:aeb1dc6e-0cb3-4fc5-87b3-274e22260c84" + "WESTUS2:20201126T014447Z:47b67269-4963-4f6a-9c11-6873298491ff" ], "Date": [ - "Tue, 10 Nov 2020 00:29:40 GMT" + "Thu, 26 Nov 2020 01:44:47 GMT" ], "Content-Length": [ "320" @@ -2361,12 +2109,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2385,10 +2133,10 @@ "no-cache" ], "x-ms-request-id": [ - "54e2dd2f-ad65-4c30-90d3-3f59ef013460" + "2639133b-727a-4cf3-b850-071d18fb0557" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2396,80 +2144,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11967" - ], - "x-ms-correlation-request-id": [ - "bd2d1ee2-4b36-4e5a-b2d5-1f0d075d7bca" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20201110T003011Z:bd2d1ee2-4b36-4e5a-b2d5-1f0d075d7bca" - ], - "Date": [ - "Tue, 10 Nov 2020 00:30:11 GMT" - ], - "Content-Length": [ - "320" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "fa69db88-be58-4650-9976-acb5be26f270" - ], - "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" + "11973" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11966" - ], "x-ms-correlation-request-id": [ - "55e8156f-6a4f-4015-90b5-94c752234b82" + "6aa3b5c4-ce5d-4e17-b48b-cfffe9b631e5" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003041Z:55e8156f-6a4f-4015-90b5-94c752234b82" + "WESTUS2:20201126T014517Z:6aa3b5c4-ce5d-4e17-b48b-cfffe9b631e5" ], "Date": [ - "Tue, 10 Nov 2020 00:30:41 GMT" + "Thu, 26 Nov 2020 01:45:16 GMT" ], "Content-Length": [ "320" @@ -2481,12 +2169,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2505,10 +2193,10 @@ "no-cache" ], "x-ms-request-id": [ - "78e440c0-8cb5-403f-95b4-86737c05157e" + "25ece863-a155-4871-851e-a7c0f939b758" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2520,16 +2208,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11965" + "11972" ], "x-ms-correlation-request-id": [ - "78579c06-427c-4121-b1da-6474c2a5517d" + "3c05ea65-403a-43b7-aa3d-f7f68938a503" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003111Z:78579c06-427c-4121-b1da-6474c2a5517d" + "WESTUS2:20201126T014547Z:3c05ea65-403a-43b7-aa3d-f7f68938a503" ], "Date": [ - "Tue, 10 Nov 2020 00:31:10 GMT" + "Thu, 26 Nov 2020 01:45:47 GMT" ], "Content-Length": [ "320" @@ -2541,12 +2229,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2565,10 +2253,10 @@ "no-cache" ], "x-ms-request-id": [ - "07e9f12a-ecaa-4788-b7bc-a4cbc0b20da3" + "f864bb70-f200-4be9-a763-123eadb2ad18" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2580,16 +2268,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11964" + "11971" ], "x-ms-correlation-request-id": [ - "e3e26d61-8a51-430a-bd5a-5b5ba4407d95" + "6e44c484-4078-41de-9cb3-3902b0cae68f" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003141Z:e3e26d61-8a51-430a-bd5a-5b5ba4407d95" + "WESTUS2:20201126T014618Z:6e44c484-4078-41de-9cb3-3902b0cae68f" ], "Date": [ - "Tue, 10 Nov 2020 00:31:41 GMT" + "Thu, 26 Nov 2020 01:46:17 GMT" ], "Content-Length": [ "320" @@ -2601,12 +2289,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2625,10 +2313,10 @@ "no-cache" ], "x-ms-request-id": [ - "c9affc7c-c81a-429b-a934-97631bed4f02" + "a6edef12-8fb0-42ba-a85d-798ee14c533c" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2640,16 +2328,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11963" + "11970" ], "x-ms-correlation-request-id": [ - "cdb6c722-f26d-4a60-a8e5-c26c90ff10fc" + "4f169e44-5aff-485c-ba99-d437c5a906c3" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003211Z:cdb6c722-f26d-4a60-a8e5-c26c90ff10fc" + "WESTUS2:20201126T014648Z:4f169e44-5aff-485c-ba99-d437c5a906c3" ], "Date": [ - "Tue, 10 Nov 2020 00:32:11 GMT" + "Thu, 26 Nov 2020 01:46:47 GMT" ], "Content-Length": [ "320" @@ -2661,12 +2349,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2685,10 +2373,10 @@ "no-cache" ], "x-ms-request-id": [ - "7549e0f2-5030-45b1-9320-29407685e833" + "da316c80-a6ac-4f5e-b3ac-b70c3f1f75a3" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2696,20 +2384,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11961" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11969" + ], "x-ms-correlation-request-id": [ - "c717d3da-9a36-47e4-99fd-b954342954f0" + "9147f414-000c-46da-8f31-fe0187540659" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003241Z:c717d3da-9a36-47e4-99fd-b954342954f0" + "WESTUS2:20201126T014718Z:9147f414-000c-46da-8f31-fe0187540659" ], "Date": [ - "Tue, 10 Nov 2020 00:32:41 GMT" + "Thu, 26 Nov 2020 01:47:17 GMT" ], "Content-Length": [ "320" @@ -2721,12 +2409,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2745,10 +2433,10 @@ "no-cache" ], "x-ms-request-id": [ - "12ec9332-974e-40f4-beea-f4eefb0bb9b8" + "6168e530-fcca-4daf-80a1-cf9cefb78a3e" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2760,16 +2448,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11960" + "11968" ], "x-ms-correlation-request-id": [ - "52cda8d4-6879-46b4-939f-b18e400291d4" + "3dc11e4d-933e-47f5-ac43-0648d531eb8a" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003312Z:52cda8d4-6879-46b4-939f-b18e400291d4" + "WESTUS2:20201126T014748Z:3dc11e4d-933e-47f5-ac43-0648d531eb8a" ], "Date": [ - "Tue, 10 Nov 2020 00:33:11 GMT" + "Thu, 26 Nov 2020 01:47:48 GMT" ], "Content-Length": [ "320" @@ -2781,12 +2469,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2805,10 +2493,10 @@ "no-cache" ], "x-ms-request-id": [ - "911d7b1d-20fd-42fe-9570-2d6339413270" + "02969504-b923-4c7d-8530-25a094dd2f08" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2820,16 +2508,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11959" + "11967" ], "x-ms-correlation-request-id": [ - "5ad64c61-1ba9-4b78-bb88-b4daf17cc8bb" + "8aa8e84c-9a1f-44a5-8b01-350ff403e462" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003342Z:5ad64c61-1ba9-4b78-bb88-b4daf17cc8bb" + "WESTUS2:20201126T014818Z:8aa8e84c-9a1f-44a5-8b01-350ff403e462" ], "Date": [ - "Tue, 10 Nov 2020 00:33:42 GMT" + "Thu, 26 Nov 2020 01:48:18 GMT" ], "Content-Length": [ "320" @@ -2841,12 +2529,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2865,10 +2553,10 @@ "no-cache" ], "x-ms-request-id": [ - "ba79cee4-8c19-42dd-83ff-271e27fb45de" + "9fab389c-f23b-4050-af78-a271e548ea32" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2880,16 +2568,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11957" + "11966" ], "x-ms-correlation-request-id": [ - "e3d83fc2-d0ff-4310-8eaa-8a03db5e2647" + "f3148f9a-d6a6-4d85-9230-107e4fda2140" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003412Z:e3d83fc2-d0ff-4310-8eaa-8a03db5e2647" + "WESTUS2:20201126T014848Z:f3148f9a-d6a6-4d85-9230-107e4fda2140" ], "Date": [ - "Tue, 10 Nov 2020 00:34:12 GMT" + "Thu, 26 Nov 2020 01:48:47 GMT" ], "Content-Length": [ "320" @@ -2901,12 +2589,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2925,10 +2613,10 @@ "no-cache" ], "x-ms-request-id": [ - "714285ca-7be0-4eac-ab16-7179c7ec13a5" + "2a2f830a-9384-40e6-962e-47fee83a70a7" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2940,16 +2628,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11956" + "11965" ], "x-ms-correlation-request-id": [ - "ffb5986d-4e32-4fb8-b37e-3cc93739a719" + "0e3e77ce-39da-4813-a174-b0a25f5b8a7b" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003442Z:ffb5986d-4e32-4fb8-b37e-3cc93739a719" + "WESTUS2:20201126T014918Z:0e3e77ce-39da-4813-a174-b0a25f5b8a7b" ], "Date": [ - "Tue, 10 Nov 2020 00:34:41 GMT" + "Thu, 26 Nov 2020 01:49:17 GMT" ], "Content-Length": [ "320" @@ -2961,12 +2649,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:38:45.5725777-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzJiMWFiMDg2LTQ0YTUtNDQ4Yi1iNTA3LWJhOGNlMWQwYzM5ZT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2985,10 +2673,10 @@ "no-cache" ], "x-ms-request-id": [ - "b5f2dbc3-f7ba-4c0c-a7e1-756d779bc8c0" + "2bd3251b-2004-4a8e-aedf-a2bd4e386add" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2996,23 +2684,23 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11964" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11954" - ], "x-ms-correlation-request-id": [ - "769f9e46-c635-4e5b-9d85-b7069bf841f1" + "78a72858-c223-41fa-b48d-1d93cc154e2f" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003512Z:769f9e46-c635-4e5b-9d85-b7069bf841f1" + "WESTUS2:20201126T014948Z:78a72858-c223-41fa-b48d-1d93cc154e2f" ], "Date": [ - "Tue, 10 Nov 2020 00:35:12 GMT" + "Thu, 26 Nov 2020 01:49:48 GMT" ], "Content-Length": [ - "320" + "319" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3021,12 +2709,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"name\": \"2b1ab086-44a5-448b-b507-ba8ce1d0c39e\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-11-25T17:38:15.3239606-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:30.0169017-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin4176/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287/operationresults/2b1ab086-44a5-448b-b507-ba8ce1d0c39e?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luNDE3Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjEyODcvb3BlcmF0aW9ucmVzdWx0cy8yYjFhYjA4Ni00NGE1LTQ0OGItYjUwNy1iYThjZTFkMGMzOWU/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -3044,71 +2732,17 @@ "Pragma": [ "no-cache" ], - "x-ms-request-id": [ - "7bc76ac8-33f5-4fbc-b233-351858a8ee04" + "x-ms-failure-cause": [ + "gateway" ], - "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11953" + "x-ms-request-id": [ + "f1a7197a-3aeb-4cc0-a1ef-de66bd54c65c" ], "x-ms-correlation-request-id": [ - "bbd028c3-eed5-4810-8684-5d66ac8d48db" + "f1a7197a-3aeb-4cc0-a1ef-de66bd54c65c" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003542Z:bbd028c3-eed5-4810-8684-5d66ac8d48db" - ], - "Date": [ - "Tue, 10 Nov 2020 00:35:42 GMT" - ], - "Content-Length": [ - "320" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:25:38.0920952-08:00\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzE3YjM5MGYzLWYyMGQtNDNkNy05ZTAyLTQ0MmJiYjQxMTg5Mj9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "82596f74-2d59-44cd-8f64-e3ea919f7b29" - ], - "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "WESTUS2:20201126T014948Z:f1a7197a-3aeb-4cc0-a1ef-de66bd54c65c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3116,93 +2750,27 @@ "X-Content-Type-Options": [ "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11951" - ], - "x-ms-correlation-request-id": [ - "7434eb2c-b2c9-417c-aa41-3365a02a5e82" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20201110T003612Z:7434eb2c-b2c9-417c-aa41-3365a02a5e82" - ], "Date": [ - "Tue, 10 Nov 2020 00:36:12 GMT" - ], - "Content-Length": [ - "319" + "Thu, 26 Nov 2020 01:49:48 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"name\": \"17b390f3-f20d-43d7-9e02-442bbb411892\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-11-09T16:22:05.9726356-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:03.9218138-08:00\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseBegin9491/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin2752/operationresults/17b390f3-f20d-43d7-9e02-442bbb411892?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUJlZ2luOTQ5MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNhY2hlL3JlZGlzRW50ZXJwcmlzZS9SZWRpc0VudGVycHJpc2VCZWdpbjI3NTIvb3BlcmF0aW9ucmVzdWx0cy8xN2IzOTBmMy1mMjBkLTQzZDctOWUwMi00NDJiYmI0MTE4OTI/YXBpLXZlcnNpb249MjAyMC0xMC0wMS1wcmV2aWV3", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.29130.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19042.", - "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "e40fc29b-9a04-4e44-8733-a20910fe9965" - ], - "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11950" - ], - "x-ms-correlation-request-id": [ - "8fc09c42-8957-4e70-b3c4-127e2848aabb" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20201110T003613Z:8fc09c42-8957-4e70-b3c4-127e2848aabb" - ], - "Date": [ - "Tue, 10 Nov 2020 00:36:12 GMT" - ], - "Expires": [ - "-1" + "Content-Length": [ + "252" ] }, - "ResponseBody": "", - "StatusCode": 204 + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Cache/redisEnterprise/RedisEnterpriseBegin1287' under resource group 'RedisEnterpriseBegin4176' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "StatusCode": 404 } ], "Names": { "BeginCreateFunctionalTest": [ - "RedisEnterpriseBegin9491", - "RedisEnterpriseBegin2752" + "RedisEnterpriseBegin4176", + "RedisEnterpriseBegin1287" ] }, "Variables": { diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/CreateUpdateDeleteFunctionalTests/CreateUpdateDeleteTest.json b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/CreateUpdateDeleteFunctionalTests/CreateUpdateDeleteTest.json index 5428c6dc27ef9..013712c2c94e6 100644 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/CreateUpdateDeleteFunctionalTests/CreateUpdateDeleteTest.json +++ b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/CreateUpdateDeleteFunctionalTests/CreateUpdateDeleteTest.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTU3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlODg3MT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTEyNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlOTU4OD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"EnterpriseFlash_F300\",\r\n \"capacity\": 3\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ],\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a580f8d0-93b1-4590-98fb-c4ebfab3751d" + "2cf3ddb5-d6d4-41f5-8b2e-c3091eb5a032" ], "Accept-Language": [ "en-US" @@ -33,16 +33,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588?api-version=2020-10-01-preview" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview" ], "x-ms-request-id": [ - "22ce7399-bce6-4b84-b769-60cf345cca43" + "21cea69f-3b99-4246-9d60-e4d5b2552ecb" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -57,13 +57,13 @@ "1199" ], "x-ms-correlation-request-id": [ - "29873a42-cdb7-46e1-9e23-d25b037e2289" + "bc72e65d-1a52-496f-bb5f-68ef4b5a44c2" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003620Z:29873a42-cdb7-46e1-9e23-d25b037e2289" + "WESTUS2:20201126T014956Z:bc72e65d-1a52-496f-bb5f-68ef4b5a44c2" ], "Date": [ - "Tue, 10 Nov 2020 00:36:20 GMT" + "Thu, 26 Nov 2020 01:49:56 GMT" ], "Content-Length": [ "542" @@ -75,12 +75,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseCreateUpdate8871\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": null,\r\n \"sku\": {\r\n \"name\": \"EnterpriseFlash_F300\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseCreateUpdate9588\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": null,\r\n \"sku\": {\r\n \"name\": \"EnterpriseFlash_F300\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"resourceState\": \"Creating\"\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -99,10 +99,10 @@ "no-cache" ], "x-ms-request-id": [ - "4597978a-9841-4471-b353-15a37da51fb4" + "68ae1498-7055-4c71-b8da-79c83ee20e6b" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,13 +117,13 @@ "11999" ], "x-ms-correlation-request-id": [ - "219db5c7-1d52-4bd2-8122-b4798c077d26" + "e314e01f-4851-4856-b0e5-7019eb201991" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003651Z:219db5c7-1d52-4bd2-8122-b4798c077d26" + "WESTUS2:20201126T015026Z:e314e01f-4851-4856-b0e5-7019eb201991" ], "Date": [ - "Tue, 10 Nov 2020 00:36:50 GMT" + "Thu, 26 Nov 2020 01:50:26 GMT" ], "Content-Length": [ "320" @@ -135,12 +135,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -159,10 +159,10 @@ "no-cache" ], "x-ms-request-id": [ - "935660a5-9b05-4f1a-a5a9-e42e755eb57c" + "22204c69-4cd7-4751-a8ff-de9e358a1eb7" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -177,13 +177,13 @@ "11998" ], "x-ms-correlation-request-id": [ - "f7879d8d-e938-4af0-bf52-4a6eec46e5e4" + "cf9225a1-f69c-435d-bb95-4ffea5b06934" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003721Z:f7879d8d-e938-4af0-bf52-4a6eec46e5e4" + "WESTUS2:20201126T015057Z:cf9225a1-f69c-435d-bb95-4ffea5b06934" ], "Date": [ - "Tue, 10 Nov 2020 00:37:20 GMT" + "Thu, 26 Nov 2020 01:50:56 GMT" ], "Content-Length": [ "320" @@ -195,12 +195,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -219,10 +219,10 @@ "no-cache" ], "x-ms-request-id": [ - "dadd6217-d010-4412-a814-a8bbf61861f1" + "00d0a4f7-8071-4ba3-80aa-70fb5537e12f" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -237,13 +237,13 @@ "11997" ], "x-ms-correlation-request-id": [ - "cf87dcaf-0f44-4fd9-a7f3-7807ac18221d" + "f83da45a-d0e7-4335-9572-da57fd9843bf" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003751Z:cf87dcaf-0f44-4fd9-a7f3-7807ac18221d" + "WESTUS2:20201126T015127Z:f83da45a-d0e7-4335-9572-da57fd9843bf" ], "Date": [ - "Tue, 10 Nov 2020 00:37:50 GMT" + "Thu, 26 Nov 2020 01:51:26 GMT" ], "Content-Length": [ "320" @@ -255,12 +255,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -279,10 +279,10 @@ "no-cache" ], "x-ms-request-id": [ - "6a7ef287-eb1f-4ae2-9f4b-94f21c08d040" + "bee0a38b-4d36-4316-bf31-a8675ca1e5a4" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,13 +297,13 @@ "11996" ], "x-ms-correlation-request-id": [ - "5b1ab322-fe48-4849-9ec5-9c9490ae6fb5" + "ae626d6b-32f3-476e-bdd3-46e308d2009b" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003821Z:5b1ab322-fe48-4849-9ec5-9c9490ae6fb5" + "WESTUS2:20201126T015157Z:ae626d6b-32f3-476e-bdd3-46e308d2009b" ], "Date": [ - "Tue, 10 Nov 2020 00:38:21 GMT" + "Thu, 26 Nov 2020 01:51:57 GMT" ], "Content-Length": [ "320" @@ -315,12 +315,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -339,10 +339,10 @@ "no-cache" ], "x-ms-request-id": [ - "d94bd29f-ca81-4af6-85f6-f2f4b44d1ffc" + "d5d772b4-0025-4c94-880c-b9677e206481" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -357,13 +357,13 @@ "11995" ], "x-ms-correlation-request-id": [ - "e51bade2-fc99-439a-b83a-84be68f44035" + "2f6b219c-57da-496c-992b-fa07819785e1" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003851Z:e51bade2-fc99-439a-b83a-84be68f44035" + "WESTUS2:20201126T015227Z:2f6b219c-57da-496c-992b-fa07819785e1" ], "Date": [ - "Tue, 10 Nov 2020 00:38:51 GMT" + "Thu, 26 Nov 2020 01:52:26 GMT" ], "Content-Length": [ "320" @@ -375,12 +375,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -399,10 +399,10 @@ "no-cache" ], "x-ms-request-id": [ - "c8eec0cd-1adc-40b7-b049-86797e404b41" + "d0d2d891-a29d-45bb-9dc3-72f5a1180f14" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -417,13 +417,13 @@ "11994" ], "x-ms-correlation-request-id": [ - "5b6c9df7-ca89-44a9-875f-7593d5c619d3" + "28da791a-6309-4b2c-8e1b-a4539b4faad3" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003921Z:5b6c9df7-ca89-44a9-875f-7593d5c619d3" + "WESTUS2:20201126T015257Z:28da791a-6309-4b2c-8e1b-a4539b4faad3" ], "Date": [ - "Tue, 10 Nov 2020 00:39:21 GMT" + "Thu, 26 Nov 2020 01:52:56 GMT" ], "Content-Length": [ "320" @@ -435,12 +435,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -459,10 +459,10 @@ "no-cache" ], "x-ms-request-id": [ - "919c3cbd-a215-4020-94e6-38c60935fd0b" + "652cde85-6503-4b2c-9096-46ec8c94f563" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -477,13 +477,13 @@ "11993" ], "x-ms-correlation-request-id": [ - "add61cd4-516b-42d3-a94f-1e035e55c313" + "fd1ab4d4-b612-40a7-887f-f80d3f9659fd" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003951Z:add61cd4-516b-42d3-a94f-1e035e55c313" + "WESTUS2:20201126T015327Z:fd1ab4d4-b612-40a7-887f-f80d3f9659fd" ], "Date": [ - "Tue, 10 Nov 2020 00:39:50 GMT" + "Thu, 26 Nov 2020 01:53:27 GMT" ], "Content-Length": [ "320" @@ -495,12 +495,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -519,10 +519,10 @@ "no-cache" ], "x-ms-request-id": [ - "6cd2e607-2ac0-40ed-9158-c2646926d4b8" + "ef131ec7-69ee-4873-ae4a-a0ccf2a5981b" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,13 +537,13 @@ "11992" ], "x-ms-correlation-request-id": [ - "4d5fbffb-b610-48c4-8cfb-0d1bf9b6710e" + "1e4f0cd6-56c4-4b82-a805-9c57381a36dc" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004021Z:4d5fbffb-b610-48c4-8cfb-0d1bf9b6710e" + "WESTUS2:20201126T015357Z:1e4f0cd6-56c4-4b82-a805-9c57381a36dc" ], "Date": [ - "Tue, 10 Nov 2020 00:40:21 GMT" + "Thu, 26 Nov 2020 01:53:57 GMT" ], "Content-Length": [ "320" @@ -555,12 +555,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -579,10 +579,10 @@ "no-cache" ], "x-ms-request-id": [ - "1e41b546-12bc-4f61-9c66-a62af9db05cc" + "61d81f0c-3ea0-4440-9a09-5eb6fa811da3" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -597,13 +597,13 @@ "11991" ], "x-ms-correlation-request-id": [ - "6c0846bb-4256-4ad0-910c-5c2359a23fa3" + "de1c9c2e-7c02-4f2e-a174-b2e2b6bfc4bf" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004051Z:6c0846bb-4256-4ad0-910c-5c2359a23fa3" + "WESTUS2:20201126T015427Z:de1c9c2e-7c02-4f2e-a174-b2e2b6bfc4bf" ], "Date": [ - "Tue, 10 Nov 2020 00:40:51 GMT" + "Thu, 26 Nov 2020 01:54:27 GMT" ], "Content-Length": [ "320" @@ -615,12 +615,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -639,10 +639,10 @@ "no-cache" ], "x-ms-request-id": [ - "56d1d79a-ec0c-42ff-947a-1cf0db07abba" + "a2deccad-6de4-4f02-be3a-9382c9469ab5" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -657,13 +657,13 @@ "11990" ], "x-ms-correlation-request-id": [ - "c94b3a92-3e22-4cda-8479-fd66d620acf5" + "fa3566a6-8b49-4cc2-9699-40db902420cf" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004122Z:c94b3a92-3e22-4cda-8479-fd66d620acf5" + "WESTUS2:20201126T015458Z:fa3566a6-8b49-4cc2-9699-40db902420cf" ], "Date": [ - "Tue, 10 Nov 2020 00:41:21 GMT" + "Thu, 26 Nov 2020 01:54:57 GMT" ], "Content-Length": [ "320" @@ -675,12 +675,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -699,10 +699,10 @@ "no-cache" ], "x-ms-request-id": [ - "2966d0a2-409a-49e9-91da-abd2e8f29b97" + "d2f8a66f-8a0b-4b34-83f6-9bfc80a3fc47" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -717,13 +717,13 @@ "11989" ], "x-ms-correlation-request-id": [ - "3343695b-0162-4f33-80bf-dfe225b7b8fd" + "255ee3dc-80e8-4e4b-bb30-3d80798f3741" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004152Z:3343695b-0162-4f33-80bf-dfe225b7b8fd" + "WESTUS2:20201126T015528Z:255ee3dc-80e8-4e4b-bb30-3d80798f3741" ], "Date": [ - "Tue, 10 Nov 2020 00:41:51 GMT" + "Thu, 26 Nov 2020 01:55:27 GMT" ], "Content-Length": [ "320" @@ -735,12 +735,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:36:21.8842485-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzU0Y2M5YmZkLTk1ZGUtNDA2MC05MzdkLWQ2ZTE2OTI4YmYzMz9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -759,10 +759,10 @@ "no-cache" ], "x-ms-request-id": [ - "fa3a0cba-091e-4371-aa43-bcb92b177fa5" + "4a338d68-f774-4159-930a-7ecaab208bf6" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -777,13 +777,433 @@ "11988" ], "x-ms-correlation-request-id": [ - "08d4c1cd-40e4-4934-b1f2-f90ccae676c8" + "bff05d37-9b5d-4f8c-8a81-14546c76ed1a" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004222Z:08d4c1cd-40e4-4934-b1f2-f90ccae676c8" + "WESTUS2:20201126T015558Z:bff05d37-9b5d-4f8c-8a81-14546c76ed1a" ], "Date": [ - "Tue, 10 Nov 2020 00:42:21 GMT" + "Thu, 26 Nov 2020 01:55:57 GMT" + ], + "Content-Length": [ + "320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "2c1251b7-48a4-48ab-9aca-e93757ca3506" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11987" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-correlation-request-id": [ + "02a34a69-9b2d-426b-ae41-9ab5be457b1b" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T015628Z:02a34a69-9b2d-426b-ae41-9ab5be457b1b" + ], + "Date": [ + "Thu, 26 Nov 2020 01:56:27 GMT" + ], + "Content-Length": [ + "320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d2495e27-f39c-4cb8-aadb-8c9dec44f6dd" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11986" + ], + "x-ms-correlation-request-id": [ + "d107a2ea-2a13-42c5-84c1-e22b5c9fb81a" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T015658Z:d107a2ea-2a13-42c5-84c1-e22b5c9fb81a" + ], + "Date": [ + "Thu, 26 Nov 2020 01:56:58 GMT" + ], + "Content-Length": [ + "320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "25a6b441-21d1-4939-9830-0b21fd0b3307" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11985" + ], + "x-ms-correlation-request-id": [ + "c473465f-06bc-4cb4-8dee-07a1a0d26456" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T015728Z:c473465f-06bc-4cb4-8dee-07a1a0d26456" + ], + "Date": [ + "Thu, 26 Nov 2020 01:57:28 GMT" + ], + "Content-Length": [ + "320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "79965d1b-dd20-4c15-9605-caa594b5ec67" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11984" + ], + "x-ms-correlation-request-id": [ + "b731d93b-38d5-4359-8a01-2149aab71614" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T015758Z:b731d93b-38d5-4359-8a01-2149aab71614" + ], + "Date": [ + "Thu, 26 Nov 2020 01:57:58 GMT" + ], + "Content-Length": [ + "320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5876c4c3-e470-438d-8c7e-e165341d8e38" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11983" + ], + "x-ms-correlation-request-id": [ + "e8fe2a46-1e31-4a49-b088-253124da0c62" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T015829Z:e8fe2a46-1e31-4a49-b088-253124da0c62" + ], + "Date": [ + "Thu, 26 Nov 2020 01:58:28 GMT" + ], + "Content-Length": [ + "320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "e97e7092-1c74-459d-8453-fbf1591a948c" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "915f11e8-6081-4e86-b642-401197fb051d" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T015859Z:915f11e8-6081-4e86-b642-401197fb051d" + ], + "Date": [ + "Thu, 26 Nov 2020 01:58:58 GMT" + ], + "Content-Length": [ + "320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:49:56.5709677-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzlhNTY0YmM1LTI2M2YtNDA5Ny04MDIxLTc0YmI5ZTE2MzQyMD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "c2a82a1c-72d1-41ed-9b81-d158d7367dc0" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "193fff39-1e9a-4c00-ba6c-2a0e0c577e52" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T015929Z:193fff39-1e9a-4c00-ba6c-2a0e0c577e52" + ], + "Date": [ + "Thu, 26 Nov 2020 01:59:28 GMT" ], "Content-Length": [ "319" @@ -795,12 +1215,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"name\": \"54cc9bfd-95de-4060-937d-d6e16928bf33\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-11-09T16:36:20.4728955-08:00\",\r\n \"endTime\": \"2020-11-09T16:41:53.6643419-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"name\": \"9a564bc5-263f-4097-8021-74bb9e163420\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-11-25T17:49:56.0553044-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:27.6615619-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTU3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlODg3MT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTEyNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlOTU4OD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -819,10 +1239,10 @@ "no-cache" ], "x-ms-request-id": [ - "5e32da01-853d-431a-805f-0655b5372cc3" + "1a9926cb-eebd-43b7-ab8b-eb0e5f7fd6bc" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -834,16 +1254,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11980" ], "x-ms-correlation-request-id": [ - "09884092-3bf3-4729-b771-34db6761fbde" + "b624ad3b-4145-4019-8335-70100aaa46e5" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004222Z:09884092-3bf3-4729-b771-34db6761fbde" + "WESTUS2:20201126T015929Z:b624ad3b-4145-4019-8335-70100aaa46e5" ], "Date": [ - "Tue, 10 Nov 2020 00:42:21 GMT" + "Thu, 26 Nov 2020 01:59:29 GMT" ], "Content-Length": [ "579" @@ -855,17 +1275,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseCreateUpdate8871\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"EnterpriseFlash_F300\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseCreateUpdate9588\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"EnterpriseFlash_F300\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871/databases/default?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTU3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlODg3MS9kYXRhYmFzZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588/databases/default?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTEyNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlOTU4OC9kYXRhYmFzZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"clientProtocol\": \"Plaintext\",\r\n \"clusteringPolicy\": \"EnterpriseCluster\",\r\n \"evictionPolicy\": \"VolatileLRU\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e7e140dd-a628-4822-a138-7c1bcebf47db" + "5a04c850-93a0-4f51-ad60-54640f5d81ac" ], "Accept-Language": [ "en-US" @@ -891,16 +1311,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871/databases/default?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588/databases/default?api-version=2020-10-01-preview" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/b610e85b-f843-4a4a-9454-22ea4ce6923b?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/2c0ccb84-1d3b-42a0-8ee0-0e1384b50dc4?api-version=2020-10-01-preview" ], "x-ms-request-id": [ - "3dd4af15-fdd2-49e6-8d17-68c88457afea" + "a5dd428b-fb6b-432a-af5f-919275bc0fd0" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -915,13 +1335,13 @@ "1198" ], "x-ms-correlation-request-id": [ - "ae5f8d73-dc34-43bf-9a0b-80f5810cb039" + "58e77c17-349f-40c9-8977-47892199f731" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004222Z:ae5f8d73-dc34-43bf-9a0b-80f5810cb039" + "WESTUS2:20201126T015929Z:58e77c17-349f-40c9-8977-47892199f731" ], "Date": [ - "Tue, 10 Nov 2020 00:42:22 GMT" + "Thu, 26 Nov 2020 01:59:29 GMT" ], "Content-Length": [ "520" @@ -933,12 +1353,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871/databases/default\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise/databases\",\r\n \"properties\": {\r\n \"clientProtocol\": \"Plaintext\",\r\n \"port\": 10000,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"clusteringPolicy\": \"EnterpriseCluster\",\r\n \"evictionPolicy\": \"VolatileLRU\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588/databases/default\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise/databases\",\r\n \"properties\": {\r\n \"clientProtocol\": \"Plaintext\",\r\n \"port\": 10000,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"clusteringPolicy\": \"EnterpriseCluster\",\r\n \"evictionPolicy\": \"VolatileLRU\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871/databases/default?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTU3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlODg3MS9kYXRhYmFzZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588/databases/default?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTEyNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlOTU4OC9kYXRhYmFzZXMvZGVmYXVsdD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -957,10 +1377,10 @@ "no-cache" ], "x-ms-request-id": [ - "9a4d2ab3-42fc-49e7-8df9-cbe7d6fbd381" + "b0d82d72-39bf-4c46-bf7d-d8d81efd24cc" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -972,16 +1392,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11979" ], "x-ms-correlation-request-id": [ - "2d07df1e-3be6-4497-bf9b-2ec02dd62355" + "ea6dca90-1708-4c28-9d38-b48ba1affb73" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004223Z:2d07df1e-3be6-4497-bf9b-2ec02dd62355" + "WESTUS2:20201126T015929Z:ea6dca90-1708-4c28-9d38-b48ba1affb73" ], "Date": [ - "Tue, 10 Nov 2020 00:42:22 GMT" + "Thu, 26 Nov 2020 01:59:29 GMT" ], "Content-Length": [ "452" @@ -993,17 +1413,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871/databases/default\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise/databases\",\r\n \"properties\": {\r\n \"clientProtocol\": \"Plaintext\",\r\n \"port\": 10000,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"clusteringPolicy\": \"EnterpriseCluster\",\r\n \"evictionPolicy\": \"VolatileLRU\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588/databases/default\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise/databases\",\r\n \"properties\": {\r\n \"clientProtocol\": \"Plaintext\",\r\n \"port\": 10000,\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceState\": \"Running\",\r\n \"clusteringPolicy\": \"EnterpriseCluster\",\r\n \"evictionPolicy\": \"VolatileLRU\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTU3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlODg3MT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTEyNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlOTU4OD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8ac4fec2-c316-4af2-a643-70491698b62a" + "f83afac9-8ea1-48fd-a0c8-8e556c5d0263" ], "Accept-Language": [ "en-US" @@ -1023,16 +1443,16 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871/operationresults/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588/operationresults/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview" + "https://management.azure.com/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview" ], "x-ms-request-id": [ - "70fc90fa-1776-4d9c-972d-2a352ea88dce" + "903b0348-6837-49f7-904f-e75f547272dc" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1047,13 +1467,13 @@ "14999" ], "x-ms-correlation-request-id": [ - "51a4e06e-46ca-4f57-8ced-8d94ac537b02" + "a60bdac3-c080-413d-aaa8-623801482c41" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004223Z:51a4e06e-46ca-4f57-8ced-8d94ac537b02" + "WESTUS2:20201126T015930Z:a60bdac3-c080-413d-aaa8-623801482c41" ], "Date": [ - "Tue, 10 Nov 2020 00:42:22 GMT" + "Thu, 26 Nov 2020 01:59:29 GMT" ], "Content-Length": [ "579" @@ -1065,12 +1485,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseCreateUpdate8871\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"EnterpriseFlash_F300\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\",\r\n \"resourceState\": \"Deleting\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", + "ResponseBody": "{\r\n \"location\": \"East US\",\r\n \"name\": \"RedisEnterpriseCreateUpdate9588\",\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588\",\r\n \"type\": \"Microsoft.Cache/redisEnterprise\",\r\n \"tags\": {},\r\n \"sku\": {\r\n \"name\": \"EnterpriseFlash_F300\",\r\n \"capacity\": 3\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\",\r\n \"resourceState\": \"Deleting\",\r\n \"privateEndpointConnections\": []\r\n },\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n}", "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1089,10 +1509,10 @@ "no-cache" ], "x-ms-request-id": [ - "406df0e1-0d46-486c-a556-b90a4e9e634d" + "65cfcb13-52c0-412c-83ff-b384eec5f931" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1100,20 +1520,20 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" - ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11978" + ], "x-ms-correlation-request-id": [ - "84217117-33b4-4d12-84e7-6c04f7f2f517" + "ccfb324d-cd20-4f31-a710-dac03421b86f" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004253Z:84217117-33b4-4d12-84e7-6c04f7f2f517" + "WESTUS2:20201126T020000Z:ccfb324d-cd20-4f31-a710-dac03421b86f" ], "Date": [ - "Tue, 10 Nov 2020 00:42:53 GMT" + "Thu, 26 Nov 2020 01:59:59 GMT" ], "Content-Length": [ "320" @@ -1125,12 +1545,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1149,10 +1569,10 @@ "no-cache" ], "x-ms-request-id": [ - "6f68f9e7-edc8-4a91-9696-f9734a0df360" + "ef3508e2-5fea-443b-a821-7f5e301d7559" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1164,16 +1584,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11977" ], "x-ms-correlation-request-id": [ - "e266502b-90d3-4aa0-a3ab-56e730fab250" + "d24019f6-cc98-47e4-9731-af7f4fbc4911" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004323Z:e266502b-90d3-4aa0-a3ab-56e730fab250" + "WESTUS2:20201126T020030Z:d24019f6-cc98-47e4-9731-af7f4fbc4911" ], "Date": [ - "Tue, 10 Nov 2020 00:43:23 GMT" + "Thu, 26 Nov 2020 02:00:29 GMT" ], "Content-Length": [ "320" @@ -1185,12 +1605,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1209,10 +1629,10 @@ "no-cache" ], "x-ms-request-id": [ - "6bd3a592-3da4-4615-9024-4628addee5d3" + "2e0442ad-c1eb-4cfb-b8f7-481d5e520363" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1224,16 +1644,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11976" ], "x-ms-correlation-request-id": [ - "a1ad6f12-8ed3-4f1f-826a-ea18489e0b25" + "00759327-3604-4567-9ffd-4e33f7dff098" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004354Z:a1ad6f12-8ed3-4f1f-826a-ea18489e0b25" + "WESTUS2:20201126T020100Z:00759327-3604-4567-9ffd-4e33f7dff098" ], "Date": [ - "Tue, 10 Nov 2020 00:43:53 GMT" + "Thu, 26 Nov 2020 02:00:59 GMT" ], "Content-Length": [ "320" @@ -1245,12 +1665,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1269,10 +1689,10 @@ "no-cache" ], "x-ms-request-id": [ - "cac46784-021d-43d4-94fc-1588667d36ad" + "76c7e373-0ff1-4795-a83d-4afcd163667b" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,16 +1704,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11975" ], "x-ms-correlation-request-id": [ - "41f34a81-4b40-44bd-a6e0-7f565edf6621" + "458b4891-3a5f-4bf7-a968-172555b169f4" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004424Z:41f34a81-4b40-44bd-a6e0-7f565edf6621" + "WESTUS2:20201126T020130Z:458b4891-3a5f-4bf7-a968-172555b169f4" ], "Date": [ - "Tue, 10 Nov 2020 00:44:23 GMT" + "Thu, 26 Nov 2020 02:01:30 GMT" ], "Content-Length": [ "320" @@ -1305,12 +1725,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1329,10 +1749,10 @@ "no-cache" ], "x-ms-request-id": [ - "c6e7d008-24da-48b2-842e-63dbc7ce0323" + "10ef89a1-c1ae-453c-960d-544e06092fdd" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1344,16 +1764,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11974" ], "x-ms-correlation-request-id": [ - "2a5e6737-a731-469b-b16c-ae43ce9b8817" + "274d52ad-b259-4826-97df-aa822b7bcab7" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004454Z:2a5e6737-a731-469b-b16c-ae43ce9b8817" + "WESTUS2:20201126T020200Z:274d52ad-b259-4826-97df-aa822b7bcab7" ], "Date": [ - "Tue, 10 Nov 2020 00:44:53 GMT" + "Thu, 26 Nov 2020 02:02:00 GMT" ], "Content-Length": [ "320" @@ -1365,12 +1785,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1389,10 +1809,10 @@ "no-cache" ], "x-ms-request-id": [ - "65f81d8e-09f8-4dac-b85d-0830773a83ee" + "09376738-f506-4f8e-bf19-97d53bcab575" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1404,16 +1824,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11973" ], "x-ms-correlation-request-id": [ - "59ec96b2-18b0-4224-bcc4-20e6a09ca38e" + "344ec397-533e-4dd1-8e7a-d18d45cf3995" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004524Z:59ec96b2-18b0-4224-bcc4-20e6a09ca38e" + "WESTUS2:20201126T020231Z:344ec397-533e-4dd1-8e7a-d18d45cf3995" ], "Date": [ - "Tue, 10 Nov 2020 00:45:23 GMT" + "Thu, 26 Nov 2020 02:02:30 GMT" ], "Content-Length": [ "320" @@ -1425,12 +1845,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1449,10 +1869,10 @@ "no-cache" ], "x-ms-request-id": [ - "a39470e1-aee8-47cc-93f1-75d3bcddf22b" + "bb7b84b8-f0ed-4934-bd2a-a10191d206d9" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1464,16 +1884,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11972" ], "x-ms-correlation-request-id": [ - "d20152f9-e3f1-4954-9519-e5b7e2e5d1db" + "dcf360e3-a8e4-4e6c-834d-b54832fde13b" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004554Z:d20152f9-e3f1-4954-9519-e5b7e2e5d1db" + "WESTUS2:20201126T020301Z:dcf360e3-a8e4-4e6c-834d-b54832fde13b" ], "Date": [ - "Tue, 10 Nov 2020 00:45:54 GMT" + "Thu, 26 Nov 2020 02:03:00 GMT" ], "Content-Length": [ "320" @@ -1485,12 +1905,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1509,10 +1929,10 @@ "no-cache" ], "x-ms-request-id": [ - "fae8ed89-51a3-46e3-a050-f07793fcd780" + "dd3e521a-04e2-4bf7-840d-e29b3acb87c2" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1520,20 +1940,20 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], "x-ms-correlation-request-id": [ - "c7e2f6c9-d47d-4373-9fb2-df6a7880e41a" + "802d502d-de83-4070-9084-9abeb8b91922" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004624Z:c7e2f6c9-d47d-4373-9fb2-df6a7880e41a" + "WESTUS2:20201126T020331Z:802d502d-de83-4070-9084-9abeb8b91922" ], "Date": [ - "Tue, 10 Nov 2020 00:46:23 GMT" + "Thu, 26 Nov 2020 02:03:30 GMT" ], "Content-Length": [ "320" @@ -1545,12 +1965,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1569,10 +1989,10 @@ "no-cache" ], "x-ms-request-id": [ - "621f17a9-f5fa-48dd-9974-d43c394bd308" + "2fa9cb78-b5cf-4c2d-b3e1-4d0d636b5ace" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1584,16 +2004,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11970" ], "x-ms-correlation-request-id": [ - "34fa5548-48ec-4348-b7b5-5ba5fe506188" + "1020ba71-3e52-436a-84f3-91f9fc51900e" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004654Z:34fa5548-48ec-4348-b7b5-5ba5fe506188" + "WESTUS2:20201126T020401Z:1020ba71-3e52-436a-84f3-91f9fc51900e" ], "Date": [ - "Tue, 10 Nov 2020 00:46:54 GMT" + "Thu, 26 Nov 2020 02:04:01 GMT" ], "Content-Length": [ "320" @@ -1605,12 +2025,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1629,10 +2049,10 @@ "no-cache" ], "x-ms-request-id": [ - "406b495f-0681-4a1b-9eae-3945956234be" + "e20e1dfb-6787-4d16-8ce8-3d120e155470" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1644,16 +2064,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11969" ], "x-ms-correlation-request-id": [ - "8fc0701f-5691-4ff8-87d9-4b047a97a538" + "ff0b7246-d265-4b7f-814e-6f662c31e234" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004724Z:8fc0701f-5691-4ff8-87d9-4b047a97a538" + "WESTUS2:20201126T020431Z:ff0b7246-d265-4b7f-814e-6f662c31e234" ], "Date": [ - "Tue, 10 Nov 2020 00:47:24 GMT" + "Thu, 26 Nov 2020 02:04:31 GMT" ], "Content-Length": [ "320" @@ -1665,12 +2085,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1689,10 +2109,10 @@ "no-cache" ], "x-ms-request-id": [ - "a8704da8-f2f8-4ac2-a97b-d8fdc9bdfd56" + "b45cd4ec-e2d5-458f-874e-fdd4044265cf" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1704,16 +2124,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11968" ], "x-ms-correlation-request-id": [ - "b5e9332d-eb68-40a5-b56c-ac7c77eb2156" + "f6aae3c5-d095-4854-bfc4-e0fc6bb00467" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004754Z:b5e9332d-eb68-40a5-b56c-ac7c77eb2156" + "WESTUS2:20201126T020501Z:f6aae3c5-d095-4854-bfc4-e0fc6bb00467" ], "Date": [ - "Tue, 10 Nov 2020 00:47:54 GMT" + "Thu, 26 Nov 2020 02:05:01 GMT" ], "Content-Length": [ "320" @@ -1725,12 +2145,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1749,10 +2169,10 @@ "no-cache" ], "x-ms-request-id": [ - "ab9a0c11-9cc8-4693-8ba1-d9010901947e" + "692aadf7-0be7-4157-b36a-6c00e0254634" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1764,16 +2184,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11967" ], "x-ms-correlation-request-id": [ - "73e995ca-6bcd-4cda-9d67-6492d7b9e899" + "bc4fc67f-6c6d-4cb6-8fc7-553cdb68cca7" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004825Z:73e995ca-6bcd-4cda-9d67-6492d7b9e899" + "WESTUS2:20201126T020532Z:bc4fc67f-6c6d-4cb6-8fc7-553cdb68cca7" ], "Date": [ - "Tue, 10 Nov 2020 00:48:24 GMT" + "Thu, 26 Nov 2020 02:05:31 GMT" ], "Content-Length": [ "320" @@ -1785,12 +2205,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1809,10 +2229,10 @@ "no-cache" ], "x-ms-request-id": [ - "7d2c1f3c-c3d1-4952-a450-656be8d7c022" + "d15b2828-3d3a-4dca-b4c8-8b960220ecf6" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1824,16 +2244,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11966" ], "x-ms-correlation-request-id": [ - "bf3e45d7-c9b6-4a5c-b95c-597af3abd81a" + "3e3708f7-9d4b-45f4-89d4-7c499d8fbc57" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004855Z:bf3e45d7-c9b6-4a5c-b95c-597af3abd81a" + "WESTUS2:20201126T020602Z:3e3708f7-9d4b-45f4-89d4-7c499d8fbc57" ], "Date": [ - "Tue, 10 Nov 2020 00:48:54 GMT" + "Thu, 26 Nov 2020 02:06:01 GMT" ], "Content-Length": [ "320" @@ -1845,12 +2265,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1869,10 +2289,10 @@ "no-cache" ], "x-ms-request-id": [ - "b0b5423c-f9d2-4302-84a8-a53e5985c201" + "8de5fd41-d366-4dae-a21a-60d2ad71b308" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1884,16 +2304,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11965" ], "x-ms-correlation-request-id": [ - "ffe45153-98d1-4e9d-b179-8e5970600050" + "78391d4f-a303-4a3f-b9cf-04d8d7b92b37" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004925Z:ffe45153-98d1-4e9d-b179-8e5970600050" + "WESTUS2:20201126T020632Z:78391d4f-a303-4a3f-b9cf-04d8d7b92b37" ], "Date": [ - "Tue, 10 Nov 2020 00:49:24 GMT" + "Thu, 26 Nov 2020 02:06:31 GMT" ], "Content-Length": [ "320" @@ -1905,12 +2325,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1929,10 +2349,10 @@ "no-cache" ], "x-ms-request-id": [ - "2979dc40-fff5-495f-9a67-9a9beb3dfde7" + "6cc4d614-a36a-47b8-aace-1262fb548410" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1940,20 +2360,80 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11964" + ], + "x-ms-correlation-request-id": [ + "87552090-f82f-49cb-bffe-b78ddfc0694f" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T020702Z:87552090-f82f-49cb-bffe-b78ddfc0694f" + ], + "Date": [ + "Thu, 26 Nov 2020 02:07:01 GMT" + ], + "Content-Length": [ + "320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "d5917ea6-5014-49c7-919a-2d46d44a7eb4" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11963" + ], "x-ms-correlation-request-id": [ - "57c075a9-68d8-4c03-a479-215427460843" + "bb50f85e-0e20-4438-8fca-662581c9b2be" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T004955Z:57c075a9-68d8-4c03-a479-215427460843" + "WESTUS2:20201126T020732Z:bb50f85e-0e20-4438-8fca-662581c9b2be" ], "Date": [ - "Tue, 10 Nov 2020 00:49:55 GMT" + "Thu, 26 Nov 2020 02:07:31 GMT" ], "Content-Length": [ "320" @@ -1965,12 +2445,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1989,10 +2469,10 @@ "no-cache" ], "x-ms-request-id": [ - "558dc11e-d5c0-4b2c-ba3a-7b44cb9d4cd1" + "57a55b80-d55c-4667-b39a-3fa8b18d465f" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2004,16 +2484,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11970" + "11962" ], "x-ms-correlation-request-id": [ - "a9a66d4c-8e8e-4907-b980-bf0be6aed883" + "238974af-8f5a-4d10-a641-cbb9538c7ed6" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T005025Z:a9a66d4c-8e8e-4907-b980-bf0be6aed883" + "WESTUS2:20201126T020802Z:238974af-8f5a-4d10-a641-cbb9538c7ed6" ], "Date": [ - "Tue, 10 Nov 2020 00:50:25 GMT" + "Thu, 26 Nov 2020 02:08:02 GMT" ], "Content-Length": [ "320" @@ -2025,12 +2505,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2049,10 +2529,10 @@ "no-cache" ], "x-ms-request-id": [ - "c94a4832-d9c7-4917-9150-4904e82492e2" + "482c90a5-0816-4769-8f42-cc9eb3cac911" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2064,16 +2544,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11969" + "11961" ], "x-ms-correlation-request-id": [ - "ce7a92d4-7fc3-4f14-8195-82abffeb8ffa" + "2d8d7cbf-1091-4e4d-8d14-093a1441e6d3" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T005055Z:ce7a92d4-7fc3-4f14-8195-82abffeb8ffa" + "WESTUS2:20201126T020832Z:2d8d7cbf-1091-4e4d-8d14-093a1441e6d3" ], "Date": [ - "Tue, 10 Nov 2020 00:50:54 GMT" + "Thu, 26 Nov 2020 02:08:32 GMT" ], "Content-Length": [ "320" @@ -2085,12 +2565,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:42:25.2309975-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2109,10 +2589,10 @@ "no-cache" ], "x-ms-request-id": [ - "d9d4e93e-979b-425d-9748-faf229d2b811" + "64c5d5f7-14a1-47d3-b4d9-36f0631c60e2" ], "x-rp-server-mvid": [ - "76c595a1-9744-4a1c-a3d4-d4f8fc236cf6" + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2124,19 +2604,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11968" + "11960" ], "x-ms-correlation-request-id": [ - "b0a68c7c-7ec6-402d-8d91-fab04d9b2248" + "b242349c-898e-431e-8032-e16b618f40d1" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T005125Z:b0a68c7c-7ec6-402d-8d91-fab04d9b2248" + "WESTUS2:20201126T020902Z:b242349c-898e-431e-8032-e16b618f40d1" ], "Date": [ - "Tue, 10 Nov 2020 00:51:25 GMT" + "Thu, 26 Nov 2020 02:09:02 GMT" ], "Content-Length": [ - "319" + "320" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2145,12 +2625,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"name\": \"3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-11-09T16:42:23.2909781-08:00\",\r\n \"endTime\": \"2020-11-09T16:51:15.0371336-08:00\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871/operationresults/3bdeb2ce-ebbc-4c29-9267-75bdd98fa13d?api-version=2020-10-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTU3OTUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlODg3MS9vcGVyYXRpb25yZXN1bHRzLzNiZGViMmNlLWViYmMtNGMyOS05MjY3LTc1YmRkOThmYTEzZD9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2168,17 +2648,71 @@ "Pragma": [ "no-cache" ], - "x-ms-failure-cause": [ - "gateway" - ], "x-ms-request-id": [ - "3e4ba81a-d058-4708-93ca-29b0a173a38c" + "ce5a5a8f-da29-4065-895e-c513b8054b5f" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11959" ], "x-ms-correlation-request-id": [ - "3e4ba81a-d058-4708-93ca-29b0a173a38c" + "ce215547-a5bc-4362-b858-5a2b8c5fee7c" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T005126Z:3e4ba81a-d058-4708-93ca-29b0a173a38c" + "WESTUS2:20201126T020932Z:ce215547-a5bc-4362-b858-5a2b8c5fee7c" + ], + "Date": [ + "Thu, 26 Nov 2020 02:09:32 GMT" + ], + "Content-Length": [ + "320" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T17:59:32.1859658-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East%20US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ2FjaGUvbG9jYXRpb25zL0Vhc3QlMjBVUy9vcGVyYXRpb25zU3RhdHVzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "5f5d8939-82e6-43eb-8b04-8bbe57b26764" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2186,21 +2720,87 @@ "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11958" + ], + "x-ms-correlation-request-id": [ + "c9ffabce-aca1-4117-b9de-10a74605dbbf" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T021003Z:c9ffabce-aca1-4117-b9de-10a74605dbbf" + ], "Date": [ - "Tue, 10 Nov 2020 00:51:25 GMT" + "Thu, 26 Nov 2020 02:10:02 GMT" + ], + "Content-Length": [ + "319" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache/locations/East US/operationsStatus/a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"name\": \"a984fa0b-288d-4520-aa52-ddaca1ff1fb1\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2020-11-25T17:59:30.2085436-08:00\",\r\n \"endTime\": \"2020-11-25T18:09:57.0536479-08:00\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275/providers/Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate9588/operationresults/a984fa0b-288d-4520-aa52-ddaca1ff1fb1?api-version=2020-10-01-preview", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlR3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTEyNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5DYWNoZS9yZWRpc0VudGVycHJpc2UvUmVkaXNFbnRlcnByaXNlQ3JlYXRlVXBkYXRlOTU4OC9vcGVyYXRpb25yZXN1bHRzL2E5ODRmYTBiLTI4OGQtNDUyMC1hYTUyLWRkYWNhMWZmMWZiMT9hcGktdmVyc2lvbj0yMDIwLTEwLTAxLXByZXZpZXc=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.29130.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.RedisEnterprise.redisenterpriseClient/1.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "Content-Length": [ - "266" + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "04abfccc-1793-4120-a214-6aa62974dbbe" + ], + "x-rp-server-mvid": [ + "f86edc6b-6a96-45c8-9297-8d7daae8142d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11957" + ], + "x-ms-correlation-request-id": [ + "79408b21-6fe9-452a-b87c-241caa92b154" + ], + "x-ms-routing-request-id": [ + "WESTUS2:20201126T021003Z:79408b21-6fe9-452a-b87c-241caa92b154" + ], + "Date": [ + "Thu, 26 Nov 2020 02:10:02 GMT" + ], + "Expires": [ + "-1" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Cache/redisEnterprise/RedisEnterpriseCreateUpdate8871' under resource group 'RedisEnterpriseCreateUpdate5795' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", - "StatusCode": 404 + "ResponseBody": "", + "StatusCode": 204 } ], "Names": {}, diff --git a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/TestsFixture/.ctor.json b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/TestsFixture/.ctor.json index e80f6239c3da7..f0fe1394d7b2a 100644 --- a/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/TestsFixture/.ctor.json +++ b/sdk/redisenterprise/Microsoft.Azure.Management.RedisEnterpriseCache/tests/SessionRecords/TestsFixture/.ctor.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13708b8a-8396-4e3c-82f8-d53b35443588" + "d90708a2-f65e-4473-81d7-6f8d14cf14f0" ], "Accept-Language": [ "en-US" @@ -30,13 +30,13 @@ "1199" ], "x-ms-request-id": [ - "14492d02-d98f-475c-990c-def6a298d225" + "665adcc0-b853-4a7b-9915-c434f5454661" ], "x-ms-correlation-request-id": [ - "14492d02-d98f-475c-990c-def6a298d225" + "665adcc0-b853-4a7b-9915-c434f5454661" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003616Z:14492d02-d98f-475c-990c-def6a298d225" + "WESTUS2:20201126T014952Z:665adcc0-b853-4a7b-9915-c434f5454661" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -45,10 +45,10 @@ "nosniff" ], "Date": [ - "Tue, 10 Nov 2020 00:36:16 GMT" + "Thu, 26 Nov 2020 01:49:51 GMT" ], "Content-Length": [ - "11262" + "11273" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,7 +57,7 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"redisEnterprise\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateLinkResources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"redisEnterprise\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateLinkResources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { @@ -67,7 +67,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d2c5fad6-f307-45d1-aabf-17e0db46822e" + "1ff0d2f1-c7db-4d48-b633-2b781b2b44c7" ], "Accept-Language": [ "en-US" @@ -90,13 +90,13 @@ "11999" ], "x-ms-request-id": [ - "62b5363f-5a1c-4a36-baf3-15d0d070b3f0" + "535148b7-5770-4a56-bd89-85e611b6898e" ], "x-ms-correlation-request-id": [ - "62b5363f-5a1c-4a36-baf3-15d0d070b3f0" + "535148b7-5770-4a56-bd89-85e611b6898e" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003617Z:62b5363f-5a1c-4a36-baf3-15d0d070b3f0" + "WESTUS2:20201126T014952Z:535148b7-5770-4a56-bd89-85e611b6898e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -105,7 +105,7 @@ "nosniff" ], "Date": [ - "Tue, 10 Nov 2020 00:36:16 GMT" + "Thu, 26 Nov 2020 01:49:51 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -114,20 +114,20 @@ "-1" ], "Content-Length": [ - "11262" + "11273" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"redisEnterprise\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateLinkResources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/providers/Microsoft.Cache\",\r\n \"namespace\": \"Microsoft.Cache\",\r\n \"authorization\": {\r\n \"applicationId\": \"96231a05-34ce-4eb4-aa6a-70759cbb5e83\",\r\n \"roleDefinitionId\": \"4f731528-ba85-45c7-acfb-cd0a9b3cf31b\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"Redis\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US 2 EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"France Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Japan East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Africa North\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Canada Central\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Germany West Central\",\r\n \"zones\": []\r\n },\r\n {\r\n \"location\": \"Brazil South\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateEndpointConnections\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/privateLinkResources\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/asyncOperations\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"South India\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2020-04-01-preview\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"South Africa North\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationsStatus\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01-alpha\",\r\n \"2014-04-01\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2018-03-01\"\r\n }\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"redisEnterprise\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ],\r\n \"apiProfiles\": [\r\n {\r\n \"profileVersion\": \"2018-06-01-profile\",\r\n \"apiVersion\": \"2020-04-01-preview\"\r\n }\r\n ],\r\n \"zoneMappings\": [\r\n {\r\n \"location\": \"East US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Central US EUAP\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Southeast Asia\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"West US 2\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"North Europe\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"East US\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"UK South\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"Australia East\",\r\n \"zones\": [\r\n \"1\",\r\n \"2\",\r\n \"3\"\r\n ]\r\n },\r\n {\r\n \"location\": \"South Central US\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": \"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/validate\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnectionProxies/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateEndpointConnections/operationresults\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"RedisEnterprise/privateLinkResources\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/checkNameAvailability\",\r\n \"locations\": [\r\n \"East US\",\r\n \"West Europe\",\r\n \"West US\",\r\n \"East US 2\",\r\n \"West US 2\",\r\n \"South Central US\",\r\n \"UK South\",\r\n \"Southeast Asia\",\r\n \"Australia East\",\r\n \"North Europe\",\r\n \"Central US EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-10-01-preview\",\r\n \"2020-04-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"Redis/EventGridFilters\",\r\n \"locations\": [\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"West Europe\",\r\n \"North Europe\",\r\n \"West US\",\r\n \"East US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Southeast Asia\",\r\n \"East Asia\",\r\n \"Australia East\",\r\n \"Australia Southeast\",\r\n \"Central India\",\r\n \"West India\",\r\n \"South India\",\r\n \"Canada Central\",\r\n \"Canada East\",\r\n \"UK South\",\r\n \"UK West\",\r\n \"West US 2\",\r\n \"West Central US\",\r\n \"Korea Central\",\r\n \"Korea South\",\r\n \"France South\",\r\n \"France Central\",\r\n \"Australia Central\",\r\n \"Australia Central 2\",\r\n \"South Africa North\",\r\n \"South Africa West\",\r\n \"UAE Central\",\r\n \"UAE North\",\r\n \"Switzerland North\",\r\n \"Switzerland West\",\r\n \"Germany North\",\r\n \"Germany West Central\",\r\n \"Norway East\",\r\n \"Norway West\",\r\n \"Central US EUAP\",\r\n \"East US 2 EUAP\"\r\n ],\r\n \"apiVersions\": [\r\n \"2020-06-01\",\r\n \"2019-07-01\",\r\n \"2018-03-01\",\r\n \"2017-10-01\",\r\n \"2017-02-01\",\r\n \"2016-04-01\",\r\n \"2015-08-01\",\r\n \"2015-03-01\",\r\n \"2014-04-01-preview\",\r\n \"2014-04-01\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourcegroups/RedisEnterpriseCreateUpdate5795?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlZ3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTU3OTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourcegroups/RedisEnterpriseCreateUpdate1275?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlZ3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTEyNzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"East US\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a803b3d6-1a3b-415d-a95a-8abeca250ab0" + "a629fa44-3ec5-4b63-b338-8a5c7671ede5" ], "Accept-Language": [ "en-US" @@ -156,13 +156,13 @@ "1199" ], "x-ms-request-id": [ - "2bcb64fe-05c2-4a7f-ab31-460c921ee9a8" + "0a7c422c-48f2-4567-83c1-80f666efdea8" ], "x-ms-correlation-request-id": [ - "2bcb64fe-05c2-4a7f-ab31-460c921ee9a8" + "0a7c422c-48f2-4567-83c1-80f666efdea8" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003617Z:2bcb64fe-05c2-4a7f-ab31-460c921ee9a8" + "WESTUS2:20201126T014953Z:0a7c422c-48f2-4567-83c1-80f666efdea8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,7 +171,7 @@ "nosniff" ], "Date": [ - "Tue, 10 Nov 2020 00:36:17 GMT" + "Thu, 26 Nov 2020 01:49:53 GMT" ], "Content-Length": [ "215" @@ -183,17 +183,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795\",\r\n \"name\": \"RedisEnterpriseCreateUpdate5795\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275\",\r\n \"name\": \"RedisEnterpriseCreateUpdate1275\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourcegroups/RedisEnterpriseCreateUpdate5795?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlZ3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTU3OTU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourcegroups/RedisEnterpriseCreateUpdate1275?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTMxMTY0OGUtYTMxOC00YTE2LTgzNmUtZjRhOTFjYzczZTliL3Jlc291cmNlZ3JvdXBzL1JlZGlzRW50ZXJwcmlzZUNyZWF0ZVVwZGF0ZTEyNzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5c2e795c-30de-48fe-bc4c-d3f69d3016d2" + "b30d0863-ead4-4a89-b993-1d5e4a280d71" ], "Accept-Language": [ "en-US" @@ -216,13 +216,13 @@ "11998" ], "x-ms-request-id": [ - "3316f3d1-8dff-4cd0-9e53-0b79c879f54e" + "eb999e0e-7c39-41c8-add1-9e7c37891cc1" ], "x-ms-correlation-request-id": [ - "3316f3d1-8dff-4cd0-9e53-0b79c879f54e" + "eb999e0e-7c39-41c8-add1-9e7c37891cc1" ], "x-ms-routing-request-id": [ - "WESTUS2:20201110T003617Z:3316f3d1-8dff-4cd0-9e53-0b79c879f54e" + "WESTUS2:20201126T014953Z:eb999e0e-7c39-41c8-add1-9e7c37891cc1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -231,7 +231,7 @@ "nosniff" ], "Date": [ - "Tue, 10 Nov 2020 00:36:17 GMT" + "Thu, 26 Nov 2020 01:49:53 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -243,14 +243,14 @@ "215" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate5795\",\r\n \"name\": \"RedisEnterpriseCreateUpdate5795\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/e311648e-a318-4a16-836e-f4a91cc73e9b/resourceGroups/RedisEnterpriseCreateUpdate1275\",\r\n \"name\": \"RedisEnterpriseCreateUpdate1275\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 } ], "Names": { ".ctor": [ - "RedisEnterpriseCreateUpdate5795", - "RedisEnterpriseCreateUpdate8871" + "RedisEnterpriseCreateUpdate1275", + "RedisEnterpriseCreateUpdate9588" ] }, "Variables": {